summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
Commit message (Collapse)AuthorAgeFilesLines
* bcm63xx: switch to b53 and swconfigJonas Gorski2013-01-2325-58/+260
| | | | | | | | | | | | | | | | | Switch to using the B53 switch driver where appropriate. Use a non-tagged default config where it isn't confirmed to be working. Remove the switch configuration in preinit as the switch will now be configured by the driver to use port isolation to prevent leakage between lan and wan. While at it, also provide a switch config for Neufbox 6. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35307
* bcm63xx: expose the internal switch to b53Jonas Gorski2013-01-231-0/+169
| | | | | | | | Allow b53 access to the internal switch of BCM6328, BCM6362 and BCM6368. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35306
* bcm63xx: move bcm63xx-spi into the kernelJonas Gorski2013-01-234-19/+2
| | | | | | | | | The SPI driver is needed for supporting to boot from SPI flash on BCM6358 and BCM6368, and for SPI connected switches. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35304
* all targets: use numerically prefixed uci-defaults file names to better ↵Jo-Philipp Wich2013-01-182-0/+0
| | | | | | control order of execution SVN-Revision: 35217
* bcm63xx: Add Huawei HG556a supportJonas Gorski2013-01-047-3/+480
| | | | | | | | | | Add Huawei EchoLife HG556a support. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo@openwrt.org: added some code style fixes] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35011
* bcm63xx: Fix caldata partition mtd patchJonas Gorski2013-01-041-21/+23
| | | | | | | | | Allow bcm63xxpart to receive a caldata offset if calibration data is contained in flash. Tested-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 35010
* bcm63xx: remove 3.3 supportJonas Gorski2013-01-04143-17373/+0
| | | | | | | | 3.6 is tested enough to be considered stable. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35009
* Do not use deprecated path to functions.sh (/etc/functions.sh -> ↵Mirko Vogt2012-12-191-1/+1
| | | | | | /lib/functions.sh) SVN-Revision: 34793
* kernel: update linux 3.6 to 3.6.11Gabor Juhos2012-12-182-3/+3
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34748
* kernel: update linux 3.6 to 3.6.10Gabor Juhos2012-12-111-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34639
* kernel: update linux 3.6 to 3.6.9Gabor Juhos2012-12-081-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34578
* Fix Comtrend AR-5381u Power LEDFlorian Fainelli2012-12-042-2/+2
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34471
* remove common symbols from 3.6 configsGabor Juhos2012-11-291-5/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34404
* remove common symbols from 3.3 configsGabor Juhos2012-11-291-2/+0
| | | | | | | | The removed symbols are present in the generic configuration. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34403
* kernel: update linux 3.6 to 3.6.8Gabor Juhos2012-11-291-1/+1
| | | | | | | | Also refresh the affected patches. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34402
* Fix typo in 96338GW power LED.Florian Fainelli2012-11-272-2/+2
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34396
* bcm63xx: Add a fixup for rt2x00 devices.Jonas Gorski2012-11-2475-150/+567
| | | | | | | | | 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> SVN-Revision: 34322
* bcm63xx: Enable LED pin support for ath9k pci fixup.Jonas Gorski2012-11-2430-46/+146
| | | | | | | | | | 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> SVN-Revision: 34321
* bcm63xx: fix spi transfer handlingJonas Gorski2012-11-245-3/+619
| | | | | | | | | | * 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> SVN-Revision: 34320
* Revert "target specific patches have nothing to do in generic.."Jonas Gorski2012-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. SVN-Revision: 34255
* target specific patches have nothing to do in generic..Imre Kaloz2012-11-181-0/+219
| | | | SVN-Revision: 34230
* kernel: update linux 3.6 to 3.6.7Gabor Juhos2012-11-184-6/+6
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34227
* bcm63xx: switch to 3.6.6Jonas Gorski2012-11-111-1/+1
| | | | SVN-Revision: 34160
* bcm63xx: fix compilation with kmod-ohci enabled with 3.6Jonas Gorski2012-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> SVN-Revision: 34138
* bcm63xx: add two missing usb patches to 3.6Jonas Gorski2012-11-1010-12/+100
| | | | SVN-Revision: 34137
* bcm63xx: fix Ethernet DMA for 636x and 6328 for 3.6Jonas Gorski2012-11-101-15/+52
| | | | SVN-Revision: 34136
* bcm63xx: Enable endian check support for ath9k pci fixup.Jonas Gorski2012-11-072-0/+102
| | | | | | | | | | 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> SVN-Revision: 34105
* linux: export bcm963xx_tag.h to userspaceJonas Gorski2012-11-0612-14/+14
| | | | | | | | | | | | 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> SVN-Revision: 34103
* bcm63xx: fix SPW303V imagesJonas Gorski2012-11-051-0/+1
| | | | | | | SPW303V also needs its CRC fixed up since increasing the image size to 4MB to prevent the dual image mode of CFE. SVN-Revision: 34091
* target: refresh all target configs with kconfig.plGabor Juhos2012-10-291-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33987
* add missing 6345 clock bits patch to 3.6 patchesFlorian Fainelli2012-10-261-0/+34
| | | | SVN-Revision: 33941
* add preliminary support for 3.6 kernelFlorian Fainelli2012-10-25105-0/+12641
| | | | SVN-Revision: 33936
* fix Ethernet DMA for 636x and 6328 after r33916Florian Fainelli2012-10-251-12/+49
| | | | SVN-Revision: 33918
* add support for the Dynalink RTA770BW boardFlorian Fainelli2012-10-242-2/+66
| | | | | | This board id is used by the Siemens Gigaset SE515 router. SVN-Revision: 33917
* make BCM6345 Ethernet DMA changes runtime checksFlorian Fainelli2012-10-241-261/+510
| | | | | | | The semantics of the DMA engine are identical, we just have a couple of special case handling. SVN-Revision: 33916
* add support for Comtrend AR5381u.Jonas Gorski2012-10-239-5/+96
| | | | | | | | | | Router: Comtrend AR5381u. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: fix subject, indentation in patch] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 33895
* add support for Comtrend AR5387un.Jonas Gorski2012-10-239-5/+102
| | | | | | | | | | Router: Comtrend AR5387un. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: fix subject, indentation in patch] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 33894
* add support for HomeStation ADB P.DG A4001N.Jonas Gorski2012-10-239-5/+149
| | | | | | | | | | Router: HomeStation ADB P.DG A4001N. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo: fix subject, indentation in patch] Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> SVN-Revision: 33893
* add back support for BCM6345 Ethernet DMA engineFlorian Fainelli2012-10-221-0/+509
| | | | SVN-Revision: 33889
* fix clocks bits for BCM6345Florian Fainelli2012-10-221-0/+34
| | | | SVN-Revision: 33888
* Add F@ST2604 board support.Jonas Gorski2012-10-216-4/+74
| | | | | | | | Add Sagem F@ST2604 board support. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 33886
* bcm63xx: remove bcm_tag usage in kernelJonas Gorski2012-10-097-12/+12
| | | | | | Fixes #12292. SVN-Revision: 33670
* bcm63xx: fix 963281TAN image namesJonas Gorski2012-10-081-3/+3
| | | | | | it's a 6328, not a 6348. SVN-Revision: 33665
* firmware-utils: move bcm_tag.h hereJonas Gorski2012-10-081-70/+0
| | | | | | | Since there is only one user of bcm_tag.h left, we can safely move it into the firmware-utils directory, replacing the symlink. SVN-Revision: 33655
* bcm63xx: fix entering failsafe through buttonJonas Gorski2012-10-081-0/+1
| | | | | | | gpio_keys_polled needs to be loaded in preinit for buttons to work for entering failsafe. SVN-Revision: 33653
* remove kmod-spi-bitbangFlorian Fainelli2012-09-262-2/+2
| | | | | | This is no longer a dependency of kmod-spi-bcm63xx SVN-Revision: 33562
* bcm63xx: fix WPS button polarity for Alice Gate VoIP 2 + WifiJonas Gorski2012-09-096-7/+8
| | | | | | Fixes booting the device with button hotplug enabled (#10785). SVN-Revision: 33340
* leds: do not register device if no leds definedFlorian Fainelli2012-08-131-4/+11
| | | | | | Signed-off-by: Miguel GAIO <miguel.gaio@efixo.com> SVN-Revision: 33158
* BCM6358 fix enet MII clk definitionsFlorian Fainelli2012-08-131-2/+2
| | | | | | Signed-off-by: Miguel GAIO <miguel.gaio@efixo.com> SVN-Revision: 33157
* nb4: fix support, add support for SVC and CLIP BTNFlorian Fainelli2012-08-1325-65/+142
| | | | | | Signed-off-by: Miguel GAIO <miguel.gaio@efixo.com> SVN-Revision: 33156