aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* fix switch support on the Compex WP18/NP18AImre Kaloz2008-03-171-0/+41
| | | | SVN-Revision: 10611
* fix image generation on x86Imre Kaloz2008-03-171-1/+1
| | | | SVN-Revision: 10610
* bcm47xx: Fix GPIO data direction output bit assignmentMichael Büsch2008-03-151-1/+2
| | | | SVN-Revision: 10605
* fix serial patchMatteo Croce2008-03-131-24/+11
| | | | SVN-Revision: 10602
* at91: added new sim enable code as well as detection code to differentiate ↵Hamish Guthrie2008-03-132-0/+262
| | | | | | between v1.0 and v1.5 hardware revisions SVN-Revision: 10600
* Update cleanups of ssb-gigeMichael Büsch2008-03-131-37/+41
| | | | SVN-Revision: 10597
* Removed binary file added in errorHamish Guthrie2008-03-131-0/+0
| | | | SVN-Revision: 10596
* Add back support for 2.6.21 kernels - add some required directories.Hamish Guthrie2008-03-133-1/+300
| | | | SVN-Revision: 10595
* cpmac: patch to reimplement rx ring with EOQ markers to avoid reset storms ↵Matteo Croce2008-03-111-0/+178
| | | | | | (closes #2569) SVN-Revision: 10585
* Add AG241 code pattern (fixes #1089)Matteo Croce2008-03-111-0/+2
| | | | SVN-Revision: 10584
* fix apex compile on osx, suppress some build warningsFelix Fietkau2008-03-101-0/+2
| | | | SVN-Revision: 10582
* Upgrade x86 to 2.6.24Florian Fainelli2008-03-093-1/+899
| | | | SVN-Revision: 10575
* Fix bzImage copy with 2.6.24 kernelsFlorian Fainelli2008-03-091-1/+1
| | | | SVN-Revision: 10574
* add new led trigger for network traffic, fixes #2776John Crispin2008-03-073-0/+463
| | | | SVN-Revision: 10566
* disable partitions for unallocated redboot flash memory - it caused a null ↵Felix Fietkau2008-03-075-2/+3
| | | | | | pointer deref SVN-Revision: 10563
* Add PCnet32 ethernet support (#3195)Florian Fainelli2008-03-072-0/+4
| | | | SVN-Revision: 10558
* 2.6.24: add missing symbol CONFIG_USB_SERIAL_CH431Gabor Juhos2008-03-061-0/+1
| | | | SVN-Revision: 10547
* fix cpmac in a more elegant way, thanks Anton VorontsovMatteo Croce2008-03-051-25/+96
| | | | SVN-Revision: 10546
* fixed_phy seems to be broken, this simple workaround fixes itMatteo Croce2008-03-051-0/+27
| | | | SVN-Revision: 10545
* SSB-GigE: Fix IRQ routing. This makes the device work. Yay! :)Michael Büsch2008-02-281-5/+22
| | | | SVN-Revision: 10532
* Fix the roboswitch code for the WRT350NMichael Büsch2008-02-271-18/+89
| | | | SVN-Revision: 10531
* Adding rootdelay and quiet parameter (again)Jens Muecke2008-02-251-1/+1
| | | | | | | Rootdelay is required to boot from USB-Stick. Otherwise the rootfs was found to late. quit will also boot up faster SVN-Revision: 10522
* More SSB GigE fixes.Michael Büsch2008-02-231-26/+396
| | | | SVN-Revision: 10521
* Hopefully fix the PCI resource conflict and upgrade to .24.2Florian Fainelli2008-02-212-13/+23
| | | | SVN-Revision: 10515
* netfilter: update to the latest IMQ patch for 2.6.24 from ↵Gabor Juhos2008-02-201-81/+93
| | | | | | http://www.actusa.net/~linuximq/ SVN-Revision: 10510
* bcm47xx: Add driver for the SSB Gigabit Ethernet core. It doesn't work, yet, ↵Michael Büsch2008-02-206-0/+1190
| | | | | | but let's commit what we have. SVN-Revision: 10509
* netfilter: fix IMQ bug on 2.6.24Gabor Juhos2008-02-201-1/+1
| | | | SVN-Revision: 10508
* ssb: Fix the horrible crash of innocent cardbus cards.Michael Büsch2008-02-192-0/+119
| | | | | | No Animals were harmed in the production of this patch. SVN-Revision: 10497
* ssb: Make the GPIO API reentrancy safe.Michael Büsch2008-02-192-28/+251
| | | | SVN-Revision: 10496
* ssb: Update the GPIO APIMichael Büsch2008-02-195-244/+207
| | | | SVN-Revision: 10495
* SSB: Update the watchdog fix to the patch version that will go upstream.Michael Büsch2008-02-193-53/+130
| | | | SVN-Revision: 10494
* Adding .24 support for olpcJens Muecke2008-02-1928-2/+12422
| | | | | | | | | | kernel compiles fine, but graphic support is broken to test new kernel version, change target/linux/olpc/Makefile from .23.16 to .24 SVN-Revision: 10493
* ssb: Move the generic ssb fixes patch to the generic kernel.Michael Büsch2008-02-191-0/+0
| | | | | | This should fix SSB for people using a b43 card on a non-47xx machine. SVN-Revision: 10492
* ssb: Workaround: Need subsys_initcall to be able to register a PCI bus.Michael Büsch2008-02-192-11/+32
| | | | | | This needs a different fix, but use this workaround for now. SVN-Revision: 10491
* ssb: Update to latest upstream version of ssb.Michael Büsch2008-02-1914-400/+577
| | | | SVN-Revision: 10490
* Patch for extif watchdog support. Thanks b.sander. Closes #2363 #2814 and #3141Andy Boyett2008-02-191-0/+53
| | | | SVN-Revision: 10489
* b43: Make probing of NPHY devices possible.Michael Büsch2008-02-181-0/+2
| | | | SVN-Revision: 10487
* ssb: Fix serial console on new 47xx devices.Michael Büsch2008-02-182-16/+90
| | | | SVN-Revision: 10485
* upgrade apex to 1.5.13, fixup EABI supportImre Kaloz2008-02-181-2/+3
| | | | SVN-Revision: 10484
* generic-2.4: add ip6t_REJECT supportGabor Juhos2008-02-182-0/+361
| | | | SVN-Revision: 10482
* bcm47xx: We can use the ssb-invariants callback now, as was changed to be ↵Michael Büsch2008-02-171-10/+3
| | | | | | called late enough. SVN-Revision: 10476
* bcm47xx: Remove FIXME We don't want to move the board time init into SSB. ↵Michael Büsch2008-02-171-2/+1
| | | | | | It's just fine as-is. Remove the FIXME. SVN-Revision: 10474
* bcm47xx: Extract all available information from NVRAM into the sprom data ↵Michael Büsch2008-02-161-8/+43
| | | | | | structure. SVN-Revision: 10473
* Fix support for PCI devices behind a SSB->PCI bridge.Michael Büsch2008-02-163-111/+86
| | | | SVN-Revision: 10468
* add eabi autoselection for the kernel as well - fixes iptables problemsFelix Fietkau2008-02-142-2/+8
| | | | SVN-Revision: 10461
* revert ARM to oabi by default, add some eabi patches for fixing up the ↵Felix Fietkau2008-02-141-1/+1
| | | | | | toolchain, which unfortunately break eabi userland, but are IMHO a necessary basis for further eabi fixes SVN-Revision: 10458
* Upgrade brcm63xx to 2.6.24Florian Fainelli2008-02-1314-459/+483
| | | | SVN-Revision: 10455
* Upgrade rdc to 2.6.24Florian Fainelli2008-02-1317-923/+1299
| | | | SVN-Revision: 10453
* remove old profileJohn Crispin2008-02-131-23/+0
| | | | SVN-Revision: 10449
* resync kernel configGabor Juhos2008-02-111-34/+11
| | | | SVN-Revision: 10444