Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bcm63xx: remove 3.3 support | Jonas Gorski | 2013-01-04 | 1 | -128/+0 |
| | | | | | | | | 3.6 is tested enough to be considered stable. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35009 | ||||
* | fix SPI message control handling for BCM6338/6348 | Florian Fainelli | 2012-06-17 | 1 | -0/+128 |
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 |