summaryrefslogtreecommitdiff
path: root/target/linux/etrax
Commit message (Collapse)AuthorAgeFilesLines
* update to 2.6.30, refresh patchesFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18635
* some more Kconfig symbol move..Imre Kaloz2009-11-111-1/+0
| | | | SVN-Revision: 18371
* another round of kernel config cleanupsImre Kaloz2009-11-111-1/+1
| | | | SVN-Revision: 18370
* sort all target config filesImre Kaloz2009-11-111-10/+10
| | | | SVN-Revision: 18367
* update to 2.6.30.9Florian Fainelli2009-10-231-1/+1
| | | | SVN-Revision: 18126
* reorder Kconfig sources; mainly copy from arch/arm/KconfigClaudio Mignanti2009-10-141-15/+49
| | | | SVN-Revision: 18047
* Improve i2c driver slave delay, thanks to Fabrizio Sciarra that provide it * ↵Claudio Mignanti2009-10-062-211/+317
| | | | | | support for master/slave delay (provided patch) * remove some printk that spam logs * introduce new symbols ETRAX_I2C_DYN_ALLOC and ETRAX_I2C_SLAVE_DELAY * cleanup a bit the driver * dump release number SVN-Revision: 17954
* Export USB host driver as kernel packageClaudio Mignanti2009-10-022-5/+17
| | | | SVN-Revision: 17818
* dump 2.6.25 supportClaudio Mignanti2009-10-0218-7685/+0
| | | | SVN-Revision: 17816
* Fix #5873 and cleanup kernel configClaudio Mignanti2009-10-021-8/+1
| | | | SVN-Revision: 17815
* Implement sysfs interface for some specific cris driverClaudio Mignanti2009-10-013-0/+126
| | | | SVN-Revision: 17805
* kernel: upgrade to 2.6.30.8 and refresh patchesGabor Juhos2009-10-012-11/+7
| | | | SVN-Revision: 17804
* Include some generic devices classes (#5874)Claudio Mignanti2009-09-301-1/+38
| | | | SVN-Revision: 17800
* update to latest 2.6.27 and 2.6.30 kernelsImre Kaloz2009-09-171-1/+1
| | | | SVN-Revision: 17602
* update to 2.6.30.6, compile tested on some targets onlyFlorian Fainelli2009-09-091-1/+1
| | | | SVN-Revision: 17549
* use 2.6.30.5Florian Fainelli2009-08-171-1/+1
| | | | SVN-Revision: 17296
* update to 2.6.30.4Florian Fainelli2009-07-311-1/+1
| | | | SVN-Revision: 17062
* switch to 2.6.30.3Florian Fainelli2009-07-271-1/+1
| | | | SVN-Revision: 17028
* update to 2.6.30.2Imre Kaloz2009-07-201-1/+1
| | | | SVN-Revision: 16931
* update targets to 2.6.30.1, update patchesFlorian Fainelli2009-07-051-1/+1
| | | | SVN-Revision: 16697
* Add mirror for utility e100bootClaudio Mignanti2009-07-051-2/+3
| | | | SVN-Revision: 16682
* also include i2c driver inside 2.6.30Claudio Mignanti2009-07-054-0/+1414
| | | | SVN-Revision: 16679
* Partially fix commit r16660Claudio Mignanti2009-07-053-5430/+0
| | | | SVN-Revision: 16678
* Port the usb host driver and install some missing headersClaudio Mignanti2009-07-035-0/+10898
| | | | SVN-Revision: 16660
* update zImage locationAndy Boyett2009-06-201-2/+2
| | | | SVN-Revision: 16521
* Bump 2.6.30 kernel version to finalHamish Guthrie2009-06-111-1/+1
| | | | SVN-Revision: 16419
* upgrade to 2.6.30-rc8Imre Kaloz2009-06-031-1/+1
| | | | SVN-Revision: 16307
* enable optimize for size, avoid to trigger gcc bug #36482Claudio Mignanti2009-06-011-0/+1
| | | | SVN-Revision: 16244
* update to 2.6.30-rc7Imre Kaloz2009-05-251-1/+1
| | | | SVN-Revision: 16048
* upgrade to 2.6.30-rc6, refresh patchesImre Kaloz2009-05-183-37/+39
| | | | SVN-Revision: 15912
* config cleanupsImre Kaloz2009-05-152-8/+0
| | | | SVN-Revision: 15861
* unify congestion control optionsImre Kaloz2009-05-141-2/+0
| | | | SVN-Revision: 15844
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-142-2/+2
| | | | SVN-Revision: 15840
* Cleanup kernel configClaudio Mignanti2009-05-132-26/+3
| | | | SVN-Revision: 15815
* dump to 2.6.30-rc5, override device_typeClaudio Mignanti2009-05-091-1/+2
| | | | SVN-Revision: 15744
* add patches for 2.6.30, remove config-defaultClaudio Mignanti2009-05-099-498/+42
| | | | SVN-Revision: 15743
* some more kernel config cleanup.. last for today :)Imre Kaloz2009-05-043-11/+0
| | | | SVN-Revision: 15606
* cleanup MTD option handlingImre Kaloz2009-05-043-118/+0
| | | | SVN-Revision: 15602
* refresh patchesImre Kaloz2009-05-047-59/+41
| | | | SVN-Revision: 15581
* upgrade to newest stable kernel versionsImre Kaloz2009-05-031-2/+2
| | | | SVN-Revision: 15575
* etrax: dump to 2.6.29Claudio Mignanti2009-04-1912-205/+291
| | | | SVN-Revision: 15260
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-175-5/+0
| | | | SVN-Revision: 15242
* patches for 2.6.28Claudio Mignanti2009-04-096-97/+189
| | | | SVN-Revision: 15174
* move etrax generic files to specific kernel versionClaudio Mignanti2009-04-097-0/+0
| | | | SVN-Revision: 15173
* cleanup etrax patchesClaudio Mignanti2009-04-089-5859/+0
| | | | SVN-Revision: 15154
* disable all kernel config options that are set to =mFelix Fietkau2009-02-222-16/+16
| | | | SVN-Revision: 14611
* Add i2c driver (to etrax) improved by Geert VancompernolleClaudio Mignanti2009-02-095-0/+1461
| | | | SVN-Revision: 14462
* Initial kernel support for 2.6.28.4Claudio Mignanti2009-02-084-0/+473
| | | | SVN-Revision: 14446
* Comment out a debug message on usb host driverClaudio Mignanti2009-02-052-2/+143
| | | | SVN-Revision: 14412
* Update usb host driver as in Axis SDK2.20Claudio Mignanti2009-02-044-9962/+5173
| | | | SVN-Revision: 14409