aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.10/411-MIPS-BCM63XX-Register-SPI-flash-if-present.patch
Commit message (Collapse)AuthorAgeFilesLines
* brcm63xx: add USB support for BCM63268Jonas Gorski2014-01-191-3/+3
| | | | | | | | Add and enable USB support for the BCM63268 family of SoCs. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 39323
* brcm63xx: add USB support to BCM6318Florian Fainelli2014-01-151-2/+2
| | | | | | | | | | BCM6318 has a special initialization sequence which involves touching PLL control registers in the USBH_PRIV register space, as well as toggling a bit the Simulation control register. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 39302
* brcm63xx: fix spi flash setup on (at least) some reference boardsJonas Gorski2014-01-131-6/+6
| | | | | | | | | CFE seems to leave the SPI flash mapping in an invalid state after loading the kernel on some reference boards, so fix it up on boot. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 39273
* brcm63xx: add initial support for BCM6318Jonas Gorski2014-01-131-7/+12
| | | | | | | | | Add inital support for BCM6318, but keep it disabled for now until most things are supported. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 39272
* brcm63xx: add initial support for BCM63268Jonas Gorski2014-01-131-6/+29
| | | | | | | | | Add initial support for the BCM63268 family of SoCs, but keep it disabled for now as most things don't work yet. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 39271
* brcm63xx: add support for chip variantsJonas Gorski2014-01-131-2/+2
| | | | | | | | | | | | Some SoCs have variants which are mostly the same, but use a different chip id (or not). Add code for detecting them and handling them as their standard counterparts. This adds support for e.g. BCM6369. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 39269
* brcm63xx: spi flash on legacy spi controller needs the workaroundJonas Gorski2014-01-131-1/+4
| | | | | | | | | Fixes generic SPI flash accesses on BCM6358/BCM6368. BCM6338 still needs additional fixes for M25P80, so it remains broken for now. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 39266
* brcm63xx: update HSSPI driver with upstream submissionJonas Gorski2014-01-131-4/+2
| | | | | | | | | Update the HSSPI driver with the upstream submitted one that has a workaround for the auto cs down issue. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 39264
* brcm63xx: add linux 3.10 supportJonas Gorski2013-07-201-0/+104
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37481