summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
Commit message (Collapse)AuthorAgeFilesLines
* remove no longer used configs and patchesFlorian Fainelli2009-10-3015-1225/+0
| | | | SVN-Revision: 18221
* do not generate trx images, this is uselessFlorian Fainelli2009-10-291-1/+0
| | | | SVN-Revision: 18204
* remove 2.6.28 support, we never really used itFlorian Fainelli2009-10-2513-812/+0
| | | | SVN-Revision: 18156
* switch to 2.6.30.9Florian Fainelli2009-10-251-1/+1
| | | | SVN-Revision: 18155
* update to 2.6.27.35Florian Fainelli2009-10-231-1/+1
| | | | SVN-Revision: 18125
* brcm63xx: fix cardbus support with BCM6358 (closes: #5918)Nicolas Thill2009-10-051-1/+1
| | | | SVN-Revision: 17935
* move IMAGE_CMDLINE_HACK default to generic from targetsAndy Boyett2009-10-053-3/+0
| | | | SVN-Revision: 17905
* update to latest 2.6.27 and 2.6.30 kernelsImre Kaloz2009-09-171-1/+1
| | | | SVN-Revision: 17602
* update to 2.6.27.33Florian Fainelli2009-09-111-1/+1
| | | | SVN-Revision: 17569
* kernel: get rid of the simple_prom_emulator, it is not really usefulGabor Juhos2009-09-103-3/+0
| | | | SVN-Revision: 17567
* kernel: add generic image_cmdline hack to MIPS targetsGabor Juhos2009-09-103-0/+3
| | | | SVN-Revision: 17563
* update to 2.6.27.32Florian Fainelli2009-09-091-1/+1
| | | | SVN-Revision: 17548
* prevent gpio-buttons registration failureFlorian Fainelli2009-09-081-3/+5
| | | | SVN-Revision: 17542
* fix typos against the gpio buttons driver (#5804)Florian Fainelli2009-09-071-2/+3
| | | | SVN-Revision: 17538
* add infrastructure to register gpio-input reset buttonFlorian Fainelli2009-09-063-1/+20
| | | | SVN-Revision: 17526
* fix reboot hang on bcm6345, thanks AndyIFlorian Fainelli2009-09-021-1/+3
| | | | SVN-Revision: 17465
* switch to 2.6.27.30Florian Fainelli2009-08-171-1/+1
| | | | SVN-Revision: 17291
* add missing patch which fakes a cardbus controller on top of PCI, thanks SGDAFlorian Fainelli2009-08-122-0/+332
| | | | SVN-Revision: 17234
* fix typo, INT_MASK is writable, INT_STATUS is notFlorian Fainelli2009-08-111-1/+1
| | | | SVN-Revision: 17229
* more bcm63xx definition fixes, thanks AndyIFlorian Fainelli2009-08-115-10/+12
| | | | SVN-Revision: 17227
* add support for the Pirelli AG226G board (#5337)Florian Fainelli2009-08-092-0/+25
| | | | SVN-Revision: 17190
* remove useless hard reset in the SPI controller driverFlorian Fainelli2009-08-091-1/+0
| | | | SVN-Revision: 17189
* fix assignment instead of comparison in the mtd driver (#5649)Florian Fainelli2009-08-091-7/+8
| | | | SVN-Revision: 17188
* merge upstream fixes for bcm63xx_enetFlorian Fainelli2009-08-081-0/+439
| | | | SVN-Revision: 17175
* bcm6345 fixes from AndyIFlorian Fainelli2009-08-064-10/+28
| | | | SVN-Revision: 17153
* fix off-by-one maximum timeout in the wathchdog default counter for bcm6345, ↵Florian Fainelli2009-08-062-4/+2
| | | | | | thanks AndyI SVN-Revision: 17149
* disable watchdog for bcm6345 until it gets fixedFlorian Fainelli2009-08-061-1/+4
| | | | SVN-Revision: 17148
* fix printing of offsetsFlorian Fainelli2009-08-021-2/+2
| | | | SVN-Revision: 17099
* add experimental support for 2.6.30.4Florian Fainelli2009-08-0113-0/+907
| | | | SVN-Revision: 17081
* more bcm6345 fixes and definitions, thanks to AndyIFlorian Fainelli2009-07-315-2/+81
| | | | SVN-Revision: 17066
* refresh 2.6.27 patchesFlorian Fainelli2009-07-312-5/+5
| | | | SVN-Revision: 17061
* update to 2.6.27.29Florian Fainelli2009-07-311-1/+1
| | | | SVN-Revision: 17060
* generate images for RTA1025W_16-based routers (#5594)Florian Fainelli2009-07-311-0/+2
| | | | SVN-Revision: 17058
* add experimental support for 2.6.28.10, tested on bcm6338Florian Fainelli2009-07-3016-1/+1018
| | | | SVN-Revision: 17054
* enable 6345 support now that it boots up to user-spaceFlorian Fainelli2009-07-271-1/+1
| | | | SVN-Revision: 17033
* fix typo for the flash start address on bcm6345Florian Fainelli2009-07-271-1/+1
| | | | SVN-Revision: 17032
* switch to 2.6.27.28Florian Fainelli2009-07-271-1/+1
| | | | SVN-Revision: 17027
* fix malformed patchFlorian Fainelli2009-07-251-1/+1
| | | | SVN-Revision: 16975
* bcm6345 does not seem to handle r4k_wait correctly, disable it (#5474)Florian Fainelli2009-07-241-1/+0
| | | | SVN-Revision: 16971
* use 2.6.27.7Florian Fainelli2009-07-241-3/+3
| | | | SVN-Revision: 16968
* fix typos introduced in 16942Florian Fainelli2009-07-211-2/+2
| | | | SVN-Revision: 16943
* make the ethernet driver compile with newer kernelsFlorian Fainelli2009-07-211-2/+15
| | | | SVN-Revision: 16942
* request irq with the platform driver name instead of bus_id which is being ↵Florian Fainelli2009-07-201-1/+1
| | | | | | removed in newer kernels SVN-Revision: 16932
* we are using the default-on trigger for power LEDs, no need to change their ↵Florian Fainelli2009-07-181-12/+0
| | | | | | state from userspace SVN-Revision: 16892
* register GPIO-connected LEDs for known boardsFlorian Fainelli2009-07-184-2/+259
| | | | SVN-Revision: 16887
* mask the USB_EHCI_ROOT_HUB_TT symbol since brcm63xx ehci does not implement ↵Florian Fainelli2009-07-171-0/+11
| | | | | | it at all, fixes usb 2.0 issues on bcm6358 SVN-Revision: 16882
* fix comment only valid for bcm6345Florian Fainelli2009-07-171-1/+1
| | | | SVN-Revision: 16881
* resync kernel configuration and enable kexecFlorian Fainelli2009-07-121-2/+2
| | | | SVN-Revision: 16795
* add bcm47xx lzma initramfs patch which is useful to workaround some CFE ↵Florian Fainelli2009-07-061-0/+125
| | | | | | limitations when ramdisk kernels are too big SVN-Revision: 16709
* add a profile with no Wi-Fi drivers enabled, useful for bcm6338Florian Fainelli2009-07-061-0/+17
| | | | SVN-Revision: 16708