summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.6
Commit message (Collapse)AuthorAgeFilesLines
* [brcm63xx] Fix typo in 96338GW power LED.florian2012-11-271-1/+1
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34396 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Add a fixup for rt2x00 devices.jogo2012-11-2437-75/+264
| | | | | | | | | This patch adds support for defining rt2x00 eeprom data. This eeprom data can be extracted from flash or loaded directly from a firmware file. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34322 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Enable LED pin support for ath9k pci fixup.jogo2012-11-2415-23/+73
| | | | | | | | | | Some boards need specifying LED pin in order to get it working. For example, in board HW556 (Huawei HG556a) "led_pin" must be "2". By default led_pin is "0", so dsl_274xb_rev_f is changed to "-1". Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34321 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: fix spi transfer handlingjogo2012-11-242-0/+308
| | | | | | | | | | * Accept transfers without bits_per_word set. * Work around the inability of the hardware of keeping CS asserted. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34320 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Revert "target specific patches have nothing to do in generic.."jogo2012-11-191-219/+0
| | | | | | | | | | | | | | This reverts commit r34230, as it is causing build failures: make[3] -C package/mtd compile imagetag.c:35:32: fatal error: linux/bcm963xx_tag.h: No such file or directory compilation terminated. make[4]: *** [imagetag.o] Error 1 Any patches modifying exported kernel headers need to reside in generic as toolchain/kernel-headers only applies generic patches. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34255 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target specific patches have nothing to do in generic..kaloz2012-11-181-0/+219
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34230 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: update linux 3.6 to 3.6.7juhosg2012-11-183-5/+5
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34227 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: fix compilation with kmod-ohci enabled with 3.6jogo2012-11-101-2/+3
| | | | | | | | | | | Fixes the following error: drivers/usb/host/ohci-bcm63xx.c: In function 'ohci_bcm63xx_start': drivers/usb/host/ohci-bcm63xx.c:33:3: error: implicit declaration of function 'err' [-Werror=implicit-function-declaration] Reported-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: add two missing usb patches to 3.6jogo2012-11-1010-12/+100
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: fix Ethernet DMA for 636x and 6328 for 3.6jogo2012-11-101-15/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Enable endian check support for ath9k pci fixup.jogo2012-11-071-0/+51
| | | | | | | | | | Some ath9k caldatas need to be "endian checked". This patch allows selecting wether to enable endian check or not. Endian check is disabled by default. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34105 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux: export bcm963xx_tag.h to userspacejogo2012-11-066-7/+7
| | | | | | | | | | | | Export bcm963xx_tag.h so mtd can use it without using kernel includes. Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> [jonas.gorski@gmail.com: fixup bcm63xx patches, completely remove header from original location, refresh patches, use a more matching patch number, port to 3.6] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34103 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add missing 6345 clock bits patch to 3.6 patchesflorian2012-10-261-0/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33941 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add preliminary support for 3.6 kernelflorian2012-10-25104-0/+12471
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33936 3c298f89-4303-0410-b956-a3cf2f4a3e73