Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove bcm63xx_pci_register() call in livebox board | Florian Fainelli | 2012-07-11 | 1 | -6/+1 |
| | | | | SVN-Revision: 32661 | ||||
* | use physmap-flash on livebox (#8677) | Florian Fainelli | 2012-07-11 | 1 | -4/+11 |
| | | | | SVN-Revision: 32660 | ||||
* | Detect alternative "cfe-" version bootloaders (found in 963281T_TEF board) | Florian Fainelli | 2012-07-06 | 16 | -22/+48 |
| | | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32643 | ||||
* | bcm63xx: 96348A-122 improvements (Comtrend 5365) | Jonas Gorski | 2012-07-03 | 1 | -2/+2 |
| | | | | | | | | | 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 calculation | Jonas Gorski | 2012-07-03 | 1 | -1/+1 |
| | | | | | | thanks Noltari for spotting this. SVN-Revision: 32592 | ||||
* | bcm63xx: update patches to latest upstream versions | Jonas Gorski | 2012-07-03 | 49 | -1449/+1360 |
| | | | | SVN-Revision: 32591 | ||||
* | refresh patches | Florian Fainelli | 2012-07-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 32581 | ||||
* | fix watchdog and rng drivers section mismatch (#11767) | Florian Fainelli | 2012-06-29 | 3 | -2/+22 |
| | | | | SVN-Revision: 32522 | ||||
* | fix SPI clock frequency selection | Florian Fainelli | 2012-06-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 32512 | ||||
* | fix SPI message control handling for BCM6338/6348 | Florian Fainelli | 2012-06-17 | 5 | -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 driver | Jonas Gorski | 2012-06-11 | 1 | -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-polled | Florian Fainelli | 2012-06-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 32096 | ||||
* | fix alarm led color for board 96348A-122 | Florian Fainelli | 2012-06-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 32089 | ||||
* | add 96348w3 board (#10764) | Florian Fainelli | 2012-06-06 | 2 | -2/+70 |
| | | | | SVN-Revision: 32088 | ||||
* | update livebox board support (#8677) | Florian Fainelli | 2012-06-06 | 1 | -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 boards | Florian Fainelli | 2012-06-06 | 26 | -166/+429 |
| | | | | SVN-Revision: 32086 | ||||
* | backport upstream spi-bcm63xx fixes | Florian Fainelli | 2012-06-06 | 3 | -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.patch | Florian Fainelli | 2012-06-06 | 4 | -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 ifdef | Florian Fainelli | 2012-06-05 | 39 | -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.patch | Florian Fainelli | 2012-06-05 | 1 | -1/+9 |
| | | | | | | | It uses spi_register_board_info() from linux/spi/spi.h but does not include it explicitely. SVN-Revision: 32058 | ||||
* | bcm63xx: fix ethernet on 96328avng and 963281TAN | Jonas Gorski | 2012-06-04 | 7 | -15/+19 |
| | | | | | | The internal switch did not get registered. SVN-Revision: 32041 | ||||
* | bcm63xx: build images for 6328 reference boards with various flash sizes | Jonas Gorski | 2012-05-30 | 7 | -27/+214 |
| | | | | | | | | | | | 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: add support for DSL-274XB rev F1 | Jonas Gorski | 2012-05-27 | 5 | -5/+142 |
| | | | | SVN-Revision: 31882 | ||||
* | bcm63xx: fix port state after network down | Jonas Gorski | 2012-05-27 | 1 | -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 devices | Jonas Gorski | 2012-05-27 | 23 | -63/+1447 |
| | | | | SVN-Revision: 31880 | ||||
* | bcm63xx: add support for the HSSPI controller | Jonas Gorski | 2012-05-27 | 32 | -55/+1240 |
| | | | | | | | Add support for the HSSPI controller found on bcm6328 and SPI attached flash. SVN-Revision: 31879 | ||||
* | bcm63xx: add preliminary support for bcm6328 | Jonas Gorski | 2012-05-27 | 20 | -16/+1360 |
| | | | | SVN-Revision: 31878 | ||||
* | bcm63xx: add flash type detection | Jonas Gorski | 2012-05-27 | 32 | -80/+414 |
| | | | | SVN-Revision: 31877 | ||||
* | kernel: update linux 3.3 to 3.3.5 | Gabor Juhos | 2012-05-07 | 7 | -8/+8 |
| | | | | SVN-Revision: 31645 | ||||
* | bcm63xx: fix a race between PCI bus scan and fallback sprom registration | Jonas Gorski | 2012-05-06 | 2 | -0/+110 |
| | | | | | | | | | The fallback sprom handler was installed too late, resulting in ssb failing to get a valid sprom on some devices. Fixes #11384. SVN-Revision: 31638 | ||||
* | use a define for the poll and debounce interval | Florian Fainelli | 2012-05-02 | 35 | -98/+111 |
| | | | | SVN-Revision: 31550 | ||||
* | kernel: update linux 3.3 to 3.3.4 | Gabor Juhos | 2012-04-30 | 4 | -4/+4 |
| | | | | SVN-Revision: 31541 | ||||
* | switch to gpio-keys-polled | Florian Fainelli | 2012-04-27 | 15 | -41/+41 |
| | | | | SVN-Revision: 31491 | ||||
* | bcm63xx: add initial support for bcm6368 boards | Jonas Gorski | 2012-03-28 | 4 | -3/+225 |
| | | | | SVN-Revision: 31132 | ||||
* | bcm63xx: add driver for the internal hw trng on bcm6368 | Jonas Gorski | 2012-03-28 | 8 | -7/+469 |
| | | | | SVN-Revision: 31131 | ||||
* | bcm63xx: replace SPI driver with latest upstream version | Jonas Gorski | 2012-03-28 | 24 | -942/+1335 |
| | | | | SVN-Revision: 31130 | ||||
* | bcm63xx: add ethernet support for bcm6368 | Jonas Gorski | 2012-03-28 | 11 | -534/+2173 |
| | | | | | | | | | Add basic support for the internal ethernet switch on bcm6368. It behaves as a dumb switch for now, but allows basic connectivity. Also drop the ethernet patch for bcm6345 for now, it needs rework. SVN-Revision: 31129 | ||||
* | bcm63xx: add missing bits from extirq support | Jonas Gorski | 2012-03-28 | 4 | -3/+99 |
| | | | | | | Add missing external IRQ code parts for older chips in the new code. SVN-Revision: 31128 | ||||
* | bcm63xx: reorder patches | Jonas Gorski | 2012-03-28 | 40 | -76/+76 |
| | | | | | | | Reorder patches for a clearer distinction between the purposes of the different patches. SVN-Revision: 31127 | ||||
* | remove udc patch since it is unused | Florian Fainelli | 2012-03-13 | 29 | -311/+65 |
| | | | | SVN-Revision: 30920 | ||||
* | wire bcm96348gw-10 reset button (#10854) | Florian Fainelli | 2012-03-05 | 2 | -2/+22 |
| | | | | SVN-Revision: 30820 | ||||
* | Merge branch 'bcm63xx' | Florian Fainelli | 2012-03-05 | 8 | -10/+153 |
| | | | | SVN-Revision: 30819 | ||||
* | brcm63xx: add support for linux 3.3 | Jonas Gorski | 2012-02-04 | 37 | -0/+4920 |
SVN-Revision: 30027 |