summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
Commit message (Collapse)AuthorAgeFilesLines
* * adds spi driver, thx danielJohn Crispin2011-03-294-0/+1218
| | | | SVN-Revision: 26355
* * fix ARV7518PW supportJohn Crispin2011-03-293-2/+23
| | | | SVN-Revision: 26354
* * use netif_rx of the phydev if it is providedJohn Crispin2011-03-291-5/+10
| | | | SVN-Revision: 26353
* * shrink the memory window of the wdtJohn Crispin2011-03-292-4/+4
| | | | SVN-Revision: 26352
* global cflags: remove -funit-at-a-time, it is ignored by recent compilers. ↵Felix Fietkau2011-03-261-1/+1
| | | | | | instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance SVN-Revision: 26300
* update to 2.6.32.33 and 2.6.37.4Imre Kaloz2011-03-181-2/+2
| | | | SVN-Revision: 26226
* * fixes arv4510 board support * fixes nor swizzle hack * fixes gpio ↵John Crispin2011-03-146-68/+68
| | | | | | .can_sleep * fixes compile warning inside pci driver SVN-Revision: 26157
* lantiq: add missing #include for the falcon i2c driverFelix Fietkau2011-03-131-1/+2
| | | | SVN-Revision: 26152
* kernel: update to kernel version 2.6.37.3Hauke Mehrtens2011-03-131-1/+1
| | | | SVN-Revision: 26126
* * update kernel to .37 * add support for falcon (big thank you goes to ↵John Crispin2011-03-1138-361/+18155
| | | | | | lantiq !!) SVN-Revision: 26021
* update to 2.6.35.11Florian Fainelli2011-02-191-1/+1
| | | | SVN-Revision: 25582
* * fixes dwc_otg init when power gpio is set to -1John Crispin2011-02-131-5/+5
| | | | SVN-Revision: 25521
* * adds ath5k platform support * adds several new profilesJohn Crispin2011-02-043-5/+138
| | | | SVN-Revision: 25367
* * fixes old ifxmips in header file * pass default ebu value to gpio driverJohn Crispin2011-02-042-3/+11
| | | | SVN-Revision: 25366
* * fix usb compile warnings * fix timer header file which broke compile of ↵John Crispin2011-02-033-42/+38
| | | | | | external tapi driver * rebase patch SVN-Revision: 25344
* * adds profiles to the kernel * fixes 2 compile errors in the usb driver * ↵John Crispin2011-02-0112-47/+276
| | | | | | ioports were not allocated properly SVN-Revision: 25278
* * adds arv4518pw mach support * fixes arv4525pw * make sure all mach names ↵John Crispin2011-01-235-113/+203
| | | | | | have the same style * move code around SVN-Revision: 25075
* adds machtype for ARV7518PWJohn Crispin2011-01-232-2/+36
| | | | SVN-Revision: 25074
* remove deadcode from [25072]John Crispin2011-01-231-4/+1
| | | | SVN-Revision: 25073
* * fix pci support for more than 1 device * fixes ioport mappings * adds ↵John Crispin2011-01-239-145/+258
| | | | | | | | support for arcor easybox 803/arv752DWP22 * gpio direction was not set properly during a gpio_request() * usb compile warning bugfix, cleanup, SVN-Revision: 25072
* * revert [25002] * fixes EBU ack when EBU causes an irqJohn Crispin2011-01-192-216/+224
| | | | SVN-Revision: 25047
* move irq.c from patch into own fileMirko Vogt2011-01-152-215/+213
| | | | SVN-Revision: 25002
* * fixes duplicate registration of dwc_otg usb coreJohn Crispin2010-12-201-47/+2
| | | | SVN-Revision: 24738
* * make the usb gpio configurable * 105-header_xway.patch has a corrupt line ↵John Crispin2010-12-142-37/+20
| | | | | | count in it SVN-Revision: 24564
* adds new lantiq kernel. once the codebase is fully tested and know to be ↵John Crispin2010-12-1232-0/+31530
working on all the devices previously supported by ifxmips, we will drop ifxmips support. SVN-Revision: 24526