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)
commitbb0118c66fbf7cefe47b5964188ef5cc53a530f6
tree3a61abd3b31fc063bc3b87134278a1a3b5b325fa
parent3e998d9cf9b157e0fc31e4b6dcc1345db7b4743c
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]