summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
Commit message (Collapse)AuthorAgeFilesLines
...
* bcm63xx: fix USB base registers and IRQs for BCM6328Jonas Gorski2012-08-0510-12/+100
| | | | SVN-Revision: 33005
* bcm63xx: Add nb6 support (BCM6362 SoC base boards)Jonas Gorski2012-07-3110-6/+191
| | | | | | | | | Signed-off-by: Miguel GAIO <miguel.gaio@efixo.com> Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> [jonas.gorski@gmail.com: add network config for nb6, make switch fix a platform patch] SVN-Revision: 32924
* bcm63xx: add basic bcm6362 supportJonas Gorski2012-07-3118-14/+1008
| | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 32923
* bcm63xx: enable usb for bcm6328Jonas Gorski2012-07-311-0/+60
| | | | | | Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 32922
* bcm63xx: update enetswitch driverJonas Gorski2012-07-3131-44/+452
| | | | | | | | Update enetswith driver with latest fixes and additions. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 32921
* bcm63xx: reorder patchesJonas Gorski2012-07-3113-17/+17
| | | | | | | | Fix the order and names of patches. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 32920
* fix DVA-G3810BN image generationFlorian Fainelli2012-07-271-1/+1
| | | | | | | | | Attached patch fixes a typo in the image Makefile, and overrides the board name for DVA-G3810BN to set the correct board properties Signed-Off-By: Jeroen van Bemmel <jbemmel@zonnet.nl> SVN-Revision: 32894
* add D-link DVA-G3810BN-TL-1 supportFlorian Fainelli2012-07-272-2/+84
| | | | | | Signed-Off-By: Jeroen van Bemmel <jbemmel@zonnet.nl> SVN-Revision: 32893
* Add CT6376-1 board supportFlorian Fainelli2012-07-275-2/+142
| | | | | | | | Added CT6373 devices instead of using NB4's devices, as Florian suggested. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32892
* Add brcmsmac profileFlorian Fainelli2012-07-271-0/+17
| | | | | | | | Add brcmsmac profile (kmod-brcmsmac + wpad-mini). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32890
* remove bcm63xx_pci_register() call in livebox boardFlorian Fainelli2012-07-111-6/+1
| | | | SVN-Revision: 32661
* use physmap-flash on livebox (#8677)Florian Fainelli2012-07-111-4/+11
| | | | SVN-Revision: 32660
* Detect alternative "cfe-" version bootloaders (found in 963281T_TEF board)Florian Fainelli2012-07-0616-22/+48
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32643
* bcm63xx: bcm63xx-spi does not depend on spi-bitbangJonas Gorski2012-07-031-1/+1
| | | | SVN-Revision: 32594
* bcm63xx: 96348A-122 improvements (Comtrend 5365)Jonas Gorski2012-07-032-2/+3
| | | | | | | | | 1) Improve WLAN button. 2) Add 96348A-122 image. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32593
* bcm63xx: fix second caldata address calculationJonas Gorski2012-07-031-1/+1
| | | | | | thanks Noltari for spotting this. SVN-Revision: 32592
* bcm63xx: update patches to latest upstream versionsJonas Gorski2012-07-0349-1449/+1360
| | | | SVN-Revision: 32591
* refresh patchesFlorian Fainelli2012-07-031-1/+1
| | | | SVN-Revision: 32581
* fix watchdog and rng drivers section mismatch (#11767)Florian Fainelli2012-06-293-2/+22
| | | | SVN-Revision: 32522
* fix SPI clock frequency selectionFlorian Fainelli2012-06-271-1/+1
| | | | SVN-Revision: 32512
* fix SPI message control handling for BCM6338/6348Florian Fainelli2012-06-175-5/+133
| | | | | | | | | BCM6338 and BCM6338 have their MSG_CONTROL register width of 8-bits instead of 16-bits. We were previously using a 16-bits write which corrupted the first byte of the TX FIFO. Also the message type was always set to Full-duplex even in the case of half-duplex messages. SVN-Revision: 32409
* bcm63xx: readd accidentially dropped ignore_oc in ehci driverJonas Gorski2012-06-111-2/+3
| | | | | | fixes overcurrent warning spam on 3.3 kernels for bcm63xx again. SVN-Revision: 32221
* fix 553-board_96348w3.patch patch wrt gpio-keys-polledFlorian Fainelli2012-06-061-1/+1
| | | | SVN-Revision: 32096
* fix alarm led color for board 96348A-122Florian Fainelli2012-06-061-1/+1
| | | | SVN-Revision: 32089
* add 96348w3 board (#10764)Florian Fainelli2012-06-063-3/+72
| | | | SVN-Revision: 32088
* update livebox board support (#8677)Florian Fainelli2012-06-061-62/+200
| | | | | | | | | | | | | | Merge most fixes from #8677: - add basic hardware detection of Livebox Blue 5g revisions - register leds and gpio buttons - fix boot address location - properly parse mac addresses Plus some more fixes: - make board_livebox.c more in line with board_bcm963xx.c SVN-Revision: 32087
* fix leds naming for all bcm63xx boardsFlorian Fainelli2012-06-0626-166/+429
| | | | SVN-Revision: 32086
* backport upstream spi-bcm63xx fixesFlorian Fainelli2012-06-063-0/+381
| | | | | | | | * message pump conversion * not using stopping state * setting spi driver mode bits SVN-Revision: 32078
* increase led number in patch 301-led_count.patchFlorian Fainelli2012-06-064-33/+11
| | | | | | So that board patches are only touching board-related code SVN-Revision: 32076
* fix board patches so that new boards are withing appropriate ifdefFlorian Fainelli2012-06-0539-111/+133
| | | | | | | Some new board definitions were added within the #ifdef CONFIG_CPU_6338 section while some other were added within #ifdef CONFIG_CPU_6345, fix this SVN-Revision: 32060
* fix bisectability of patch 303-spi-board-info.patchFlorian Fainelli2012-06-051-1/+9
| | | | | | | It uses spi_register_board_info() from linux/spi/spi.h but does not include it explicitely. SVN-Revision: 32058
* bump to 3.3.8John Crispin2012-06-051-1/+1
| | | | SVN-Revision: 32055
* bcm63xx: fix ethernet on 96328avng and 963281TANJonas Gorski2012-06-047-15/+19
| | | | | | The internal switch did not get registered. SVN-Revision: 32041
* bcm63xx: build images for 6328 reference boards with various flash sizesJonas Gorski2012-05-3011-28/+232
| | | | | | | | | | | Build images for 96328avng and 963281TAN (untested) for three different flash sizes: 4MB, 8MB, and 16MB. Known issues: * Button setup unknown, thus no fail-safe available. * All other BCM6328 and BCM63XX issues SVN-Revision: 32004
* bcm63xx: readd accidentially dropped network config for SPW303VJonas Gorski2012-05-301-0/+1
| | | | SVN-Revision: 32003
* bcm63xx: build images for DSL-274XB revision F1Jonas Gorski2012-05-271-0/+3
| | | | | | | | | | | Build images for D-Link DSL-274XB revision F1. Flashing through original web UI as well as CFE works. Known issues: * wifi led inverted (on when wifi is off and vice cersa) * same issues as generic bcm6328 support SVN-Revision: 31885
* bcm63xx: add ath9k to atheros wifi profileJonas Gorski2012-05-271-1/+1
| | | | SVN-Revision: 31884
* bcm63xx: enable bcm6328 support and required driversJonas Gorski2012-05-271-3/+6
| | | | | | | | | | | BCM6328 support is in a usable state, with the following issues * internal switch port not configurable * external phys not supported * broadcom wifis will probably not work correctly * and all other generic bcm63xx issues (so yes, still no ADSL) SVN-Revision: 31883
* bcm63xx: add support for DSL-274XB rev F1Jonas Gorski2012-05-278-6/+146
| | | | SVN-Revision: 31882
* bcm63xx: fix port state after network downJonas Gorski2012-05-271-0/+28
| | | | | | | | bcm_enetsw_probe did not properly reset port states, resulting in connected ports staying disabled after bringing up the interface the second time. SVN-Revision: 31881
* bcm63xx: add a fixup for ath9k devicesJonas Gorski2012-05-2723-63/+1447
| | | | SVN-Revision: 31880
* bcm63xx: add support for the HSSPI controllerJonas Gorski2012-05-2733-55/+1241
| | | | | | | Add support for the HSSPI controller found on bcm6328 and SPI attached flash. SVN-Revision: 31879
* bcm63xx: add preliminary support for bcm6328Jonas Gorski2012-05-2721-18/+1364
| | | | SVN-Revision: 31878
* bcm63xx: add flash type detectionJonas Gorski2012-05-2732-80/+414
| | | | SVN-Revision: 31877
* bcm63xx: pad Speedport W303 V images to 4 MiBJonas Gorski2012-05-271-1/+1
| | | | | | | Prevents CFE from flashing to the second image offset. Fix up the rootfs length on first boot else CFE will complain. SVN-Revision: 31876
* bcm63xx: add a default switch configuration for DSL-274XBJonas Gorski2012-05-271-1/+6
| | | | SVN-Revision: 31874
* bcm63xx: setup network config through uci-defaultsJonas Gorski2012-05-2711-159/+42
| | | | SVN-Revision: 31873
* bcm63xx: move the board name workaround to /lib/brcm63xx.shJonas Gorski2012-05-272-8/+8
| | | | SVN-Revision: 31872
* bcm63xx: use the exact board id as board identification stringJonas Gorski2012-05-272-14/+17
| | | | | | No need to keep the bcm63xx/ at the start or the chipid info at the end. SVN-Revision: 31871
* kernel: update linux 3.3 to 3.3.7Gabor Juhos2012-05-231-1/+1
| | | | SVN-Revision: 31848