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)
commit793f269e52d31fdbfc83d319a6c7598673f9722b
tree66097161c6a6f9962a5f8156a61c2ca6a1261c6d
parent4257876e46d9d4329770e72e9aa16599597878fa
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35305 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]