summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* disable MTD concatenating supportGabor Juhos2009-06-073-3/+0
| | | | SVN-Revision: 16373
* flush AR71XX_RESET_PCI_INT_ENABLE register after writingGabor Juhos2009-06-071-0/+6
| | | | SVN-Revision: 16372
* add script which initiates suspend-to-ram (target-specific)Mirko Vogt2009-06-071-0/+4
| | | | SVN-Revision: 16368
* fix detection of motorola wr850g, thanks to Vinicius Fonseca, (#4710)Florian Fainelli2009-06-071-0/+2
| | | | SVN-Revision: 16367
* setup mac address on the AP81 boardGabor Juhos2009-06-061-0/+3
| | | | SVN-Revision: 16366
* add experimental sysupgrade supportGabor Juhos2009-06-061-0/+45
| | | | SVN-Revision: 16364
* add default network configuration for the AP83 boardGabor Juhos2009-06-062-0/+19
| | | | SVN-Revision: 16360
* update flash locking codeGabor Juhos2009-06-065-14/+48
| | | | SVN-Revision: 16359
* handle PCI_CORE interrupt as wellGabor Juhos2009-06-061-2/+5
| | | | SVN-Revision: 16358
* build images for the AP83 boardGabor Juhos2009-06-061-0/+38
| | | | SVN-Revision: 16357
* change flash partition map of the AP83 boardGabor Juhos2009-06-061-8/+8
| | | | SVN-Revision: 16356
* enable JEDEC probeGabor Juhos2009-06-063-0/+6
| | | | SVN-Revision: 16355
* fix erase status check on some parallel flash chipsGabor Juhos2009-06-063-0/+60
| | | | SVN-Revision: 16354
* add parallel flash driverGabor Juhos2009-06-069-5/+361
| | | | SVN-Revision: 16353
* sync kernel config, and refresh patchesGabor Juhos2009-06-066-8/+11
| | | | SVN-Revision: 16352
* make the AP83 and VSC7385 SPI drivers available on 2.6.2[89]Gabor Juhos2009-06-066-0/+106
| | | | SVN-Revision: 16351
* nvram: don't execute nvram fixups on the WGT634UJo-Philipp Wich2009-06-061-0/+3
| | | | SVN-Revision: 16349
* fix a typoGabor Juhos2009-06-051-1/+1
| | | | SVN-Revision: 16348
* create a 'firmware' partition for MZK-W300NH boardGabor Juhos2009-06-051-0/+4
| | | | SVN-Revision: 16347
* generic-2.6/2.6.30: more mini_fo fixesGabor Juhos2009-06-051-3/+38
| | | | SVN-Revision: 16346
* disable tls for stdlibc++. fixes c++ inside a gcc-4.4.0 toolchain.Lars-Peter Clausen2009-06-051-0/+1
| | | | SVN-Revision: 16345
* build firmware image for the MZK-W300NH boardGabor Juhos2009-06-042-6/+68
| | | | SVN-Revision: 16342
* improve MZK-W300NH support (thanks to Kazuki Shimada for the board)Gabor Juhos2009-06-042-2/+91
| | | | SVN-Revision: 16340
* switch back to 2.6.29 until some target specific bugs are fixed in 2.6.30Mirko Vogt2009-06-041-1/+1
| | | | SVN-Revision: 16339
* do not apply iptables patches when building with CONFIG_EXTERNAL_KERNEL_TREEFlorian Fainelli2009-06-041-0/+4
| | | | SVN-Revision: 16336
* fix ethernet driver removalFlorian Fainelli2009-06-041-1/+2
| | | | SVN-Revision: 16335
* fix pcmcia device removalFlorian Fainelli2009-06-041-0/+1
| | | | SVN-Revision: 16334
* add missing null entry in pcmcia driverFlorian Fainelli2009-06-041-0/+2
| | | | SVN-Revision: 16333
* request gpio pins and set direction correctly for pcmciaFlorian Fainelli2009-06-041-1/+14
| | | | SVN-Revision: 16332
* be SMP safe even with gpiolibFlorian Fainelli2009-06-041-7/+8
| | | | SVN-Revision: 16331
* cache gpio values in gpio_setFlorian Fainelli2009-06-041-5/+8
| | | | SVN-Revision: 16330
* use the correct number of GPIOs for bcm6358Florian Fainelli2009-06-043-6/+12
| | | | SVN-Revision: 16329
* register gpiochip earlier, allowing gpio-based runtime detection to be ↵Florian Fainelli2009-06-043-2/+9
| | | | | | performed in board_init callback SVN-Revision: 16328
* pass ucode name to the VSC7385 driver on the AP83 boardGabor Juhos2009-06-041-0/+1
| | | | SVN-Revision: 16326
* kernel/modules: package the VSC7385 driverGabor Juhos2009-06-041-0/+16
| | | | SVN-Revision: 16325
* add SPI driver for the Vitesse VSC7385 switchGabor Juhos2009-06-044-1/+630
| | | | SVN-Revision: 16324
* kernel/modules: move SPI drivers into a new submenuGabor Juhos2009-06-043-97/+108
| | | | SVN-Revision: 16323
* More libtool madness: Every package which was using c++ and libtool fixup ↵Lars-Peter Clausen2009-06-042-4/+17
| | | | | | | | | was linked against libstd++ even though if it should have been linked against uclibc++. This is fixed by providing a special version of libtool fixup for packages which should use uclibc++. Not pretty but functional. Packages linking against uclibc++ should use PKG_FIXUP:=libtool-ucxx instead of PKG_FIXUP:=libtool Somebody should probably check all packages using c++ with a dependency on stdlibc++ if uclibc++ can be used instead now. SVN-Revision: 16317
* add experimental support for the AP83-040 boardGabor Juhos2009-06-032-12/+105
| | | | SVN-Revision: 16316
* add another SPI controller driver for the earlier AP83 boardsGabor Juhos2009-06-033-0/+310
| | | | SVN-Revision: 16315
* compile SPI_GPIO driver into the kernel, required by the AP83 boardsGabor Juhos2009-06-033-3/+3
| | | | SVN-Revision: 16313
* refresh patchesGabor Juhos2009-06-036-9/+9
| | | | SVN-Revision: 16312
* add flash locking codeGabor Juhos2009-06-032-1/+27
| | | | SVN-Revision: 16311
* base-files: fix test experession for sysupgradeVasilis Tsiligiannis2009-06-031-1/+1
| | | | SVN-Revision: 16310
* ead: fix missing library error while building tinysrpVasilis Tsiligiannis2009-06-032-4/+4
| | | | SVN-Revision: 16309
* madwifi: clear variables used in for loopVasilis Tsiligiannis2009-06-031-2/+1
| | | | SVN-Revision: 16308
* upgrade to 2.6.30-rc8Imre Kaloz2009-06-0324-435/+69
| | | | SVN-Revision: 16307
* libtool: revert r16212. It broke building packages using c++.Lars-Peter Clausen2009-06-031-1/+0
| | | | SVN-Revision: 16305
* uClibc-0.9.30.1: fix possible NULL pointer dereference (closes #5242)Gabor Juhos2009-06-031-0/+11
| | | | SVN-Revision: 16304
* merger mtu/802.1q related fixes: bcm63xx integrated ethernet mac supports ↵Florian Fainelli2009-06-032-11/+76
| | | | | | | | | receiving and sending frames bigger than 1500 bytes, this patch adds support for changing MTU. This patch also fixes the reception of 802.1q frames for default MTU which were reported as oversized. SVN-Revision: 16302