summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-4.1/411-MIPS-BCM63XX-Register-SPI-flash-if-present.patch
Commit message (Collapse)AuthorAgeFilesLines
* brcm63xx: enable dual rx/tx spi support for hsspiJonas Gorski2015-08-251-3/+5
| | | | | | | | | | should improve flash access times. Should be harmless to gnerally enable regardless if a flash supporting dual reads is attached. In doubt, spi-nor will just fall back to serial reads. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46725
* brcm63xx: ensure dummy byte is set for mapped spi flash with fast readJonas Gorski2015-08-231-7/+7
| | | | | | | | | | | | | Some CFEs seem to misconfigure the mapped memory flash access with fast read but without a dummy byte, causing all accesses to be prefixed with 0xff. This of course breaks reading out the nvram, so do not just move back to single i/o accessors, but also ensure that the dummy byte is correctly set. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46707
* brcm63xx: add kernel 4.1 supportJonas Gorski2015-06-221-0/+133
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46113