generic: add b53 swconfig switch driver
authorJonas Gorski <jogo@openwrt.org>
Wed, 23 Jan 2013 10:12:33 +0000 (10:12 +0000)
committerJonas Gorski <jogo@openwrt.org>
Wed, 23 Jan 2013 10:12:33 +0000 (10:12 +0000)
commitf46c147bdc9e0cb0abccd8f23106abb1bb12b132
tree66097161c6a6f9962a5f8156a61c2ca6a1261c6d
parent69a82e6d70398c3bd8a1b02537b98a4c74b2e6d0
generic: add b53 swconfig switch driver

Add swconfig switch driver for Broadcom BCM53XX switch chips. Supports
switches connected through MDIO, SPI or memory mapped registers, and
supports BCM5325, BCM539x, BCM531x5 and the BCM63XX internal switch
chips.

Tested are BCM5325 trough MDIO, BCM53115 through SPI, and BCM6328.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35305
16 files changed:
target/linux/generic/config-3.6
target/linux/generic/config-3.7
target/linux/generic/config-3.8
target/linux/generic/files/drivers/net/phy/b53/Kconfig [new file with mode: 0644]
target/linux/generic/files/drivers/net/phy/b53/Makefile [new file with mode: 0644]
target/linux/generic/files/drivers/net/phy/b53/b53_common.c [new file with mode: 0644]
target/linux/generic/files/drivers/net/phy/b53/b53_mdio.c [new file with mode: 0644]
target/linux/generic/files/drivers/net/phy/b53/b53_mmap.c [new file with mode: 0644]
target/linux/generic/files/drivers/net/phy/b53/b53_phy_fixup.c [new file with mode: 0644]
target/linux/generic/files/drivers/net/phy/b53/b53_priv.h [new file with mode: 0644]
target/linux/generic/files/drivers/net/phy/b53/b53_regs.h [new file with mode: 0644]
target/linux/generic/files/drivers/net/phy/b53/b53_spi.c [new file with mode: 0644]
target/linux/generic/files/include/linux/platform_data/b53.h [new file with mode: 0644]
target/linux/generic/patches-3.6/730-phy_b53.patch [new file with mode: 0644]
target/linux/generic/patches-3.7/730-phy_b53.patch [new file with mode: 0644]
target/linux/generic/patches-3.8/730-phy_b53.patch [new file with mode: 0644]