summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* 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
* add SPI driver for the Vitesse VSC7385 switchGabor Juhos2009-06-044-1/+630
| | | | SVN-Revision: 16324
* 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
* upgrade to 2.6.30-rc8Imre Kaloz2009-06-0324-435/+69
| | | | SVN-Revision: 16307
* 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
* Fix accessing array after it end.Hauke Mehrtens2009-06-021-3/+3
| | | | SVN-Revision: 16301
* add bootsplash to 2.6.30 as well and enable it per defaultMirko Vogt2009-06-023-1/+38536
| | | | SVN-Revision: 16297
* enable PCIE on ppc44x as wellImre Kaloz2009-06-021-1/+2
| | | | SVN-Revision: 16296
* rename cavium-octeon to octeonImre Kaloz2009-06-0222-1/+1
| | | | SVN-Revision: 16292
* upgrade avr32 to 2.6.30-rc7Imre Kaloz2009-06-023-14/+246
| | | | SVN-Revision: 16291
* rename serial devices for 2.6.30 as well to avoid uneeded mappings in userspaceMirko Vogt2009-06-021-0/+11
| | | | SVN-Revision: 16290
* atheros: add working patches/config for 2.6.30Felix Fietkau2009-06-0112-0/+6513
| | | | SVN-Revision: 16288
* add ip175c switch driver patch to 2.6.30Felix Fietkau2009-06-012-0/+24
| | | | SVN-Revision: 16287
* ocf: fix uninitialized variable access (thx, Dakon)Felix Fietkau2009-06-014-4/+4
| | | | SVN-Revision: 16285
* temporary, hackish, etc, etc.. lzma support for the arm zImage loaderImre Kaloz2009-06-011-0/+911
| | | | SVN-Revision: 16284
* we don't use RedBoot on orionImre Kaloz2009-06-011-1/+1
| | | | SVN-Revision: 16283
* use the openwrt lzma options for nowImre Kaloz2009-06-011-0/+8
| | | | SVN-Revision: 16281
* add missing config optionImre Kaloz2009-06-011-0/+1
| | | | SVN-Revision: 16280
* backport an upstream fix: We're not disabling IRQ, so we must call the irq ↵Florian Fainelli2009-06-011-1/+1
| | | | | | safe flavour of netif_rx_complete, should fix some crashes when running the system for a long time SVN-Revision: 16277
* remove some more obsolete filesFelix Fietkau2009-06-0129-7767/+0
| | | | SVN-Revision: 16276
* remove 2.6.23 support, as the last target using that has been nuked, tooImre Kaloz2009-06-0159-42323/+0
| | | | SVN-Revision: 16275
* now that the gemini target is working, get rid of the obsolete and buggy ↵Imre Kaloz2009-06-0113-38742/+0
| | | | | | storm target SVN-Revision: 16274
* use squashfs on the gemini by default, remove broken flagImre Kaloz2009-06-011-1/+1
| | | | SVN-Revision: 16273
* fixup mac addresses on gemini boardsImre Kaloz2009-06-011-0/+6
| | | | SVN-Revision: 16271
* generate squashfs imagesImre Kaloz2009-06-011-0/+1
| | | | SVN-Revision: 16268
* register the watchdog on the wbd111Imre Kaloz2009-06-012-2/+4
| | | | SVN-Revision: 16267
* optimize the kernel for size... *sigh*Imre Kaloz2009-06-011-0/+1
| | | | SVN-Revision: 16265
* Add missing kernel symbol.Hauke Mehrtens2009-06-011-0/+1
| | | | SVN-Revision: 16264
* fixup sheevaplug support (for now we use sdcards for rootfs)Imre Kaloz2009-06-012-22/+36
| | | | SVN-Revision: 16252
* increase kernel partition to 4MB, generate jffs2 imagesImre Kaloz2009-06-011-1/+10
| | | | SVN-Revision: 16251
* add patches to support the advanced power management on Kirkwood socsImre Kaloz2009-06-012-0/+278
| | | | SVN-Revision: 16250
* fix compatibility with certain SD cardsImre Kaloz2009-06-011-0/+46
| | | | SVN-Revision: 16249
* even if we don't support booting from the nand yet, change the rootfs name ↵Imre Kaloz2009-06-011-0/+11
| | | | | | for OpenWrt SVN-Revision: 16248
* fix mv643xx_eth dma maskImre Kaloz2009-06-011-0/+112
| | | | SVN-Revision: 16247
* fix VFP handling on feroceon coresImre Kaloz2009-06-011-0/+70
| | | | SVN-Revision: 16246
* fix typo and add nand_gpio to the generic configImre Kaloz2009-06-011-1/+2
| | | | SVN-Revision: 16245
* enable optimize for size, avoid to trigger gcc bug #36482Claudio Mignanti2009-06-011-0/+1
| | | | SVN-Revision: 16244
* add experimental 2.6.30 support, boot testedFlorian Fainelli2009-06-019-0/+582
| | | | SVN-Revision: 16242
* refresh 2.6.30 patchesFlorian Fainelli2009-06-012-16/+5
| | | | SVN-Revision: 16241
* remove old 2.6.24 codeFlorian Fainelli2009-06-012-15/+0
| | | | SVN-Revision: 16240
* add diag.sh to report boot status on the front-led of the machineFlorian Fainelli2009-05-311-0/+18
| | | | SVN-Revision: 16233
* register parallel flash device on the AP83 boardGabor Juhos2009-05-311-0/+63
| | | | SVN-Revision: 16232
* Typo in r8610.mk signed-off by: Jac Goudsmit <jac@goudsm.it>Jo-Philipp Wich2009-05-301-1/+1
| | | | SVN-Revision: 16223
* add support for the SST 39VF6401B flash chipGabor Juhos2009-05-303-0/+87
| | | | SVN-Revision: 16210
* mips: fix gcc 4.4.0 build failure on delay.h (#5116)Florian Fainelli2009-05-303-0/+489
| | | | SVN-Revision: 16209