1
0
Fork 0
alistair23-linux/net/dsa
Lennert Buytenhek 2e5f032095 dsa: add support for the Marvell 88E6131 switch chip
Add support for the Marvell 88E6131 switch chip.  This chip only
supports the original (ethertype-less) DSA tagging format.

On the 88E6131, there is a PHY Polling Unit (PPU) which has exclusive
access to each of the PHYs's MII management registers.  If we want to
talk to the PHYs from software, we have to disable the PPU and wait
for it to complete its current transaction before we can do so, and we
need to re-enable the PPU afterwards to make sure that the switch will
notice changes in link state and speed on the individual ports as they
occur.

Since disabling the PPU is rather slow, and since MII management
accesses are typically done in bursts, this patch keeps the PPU disabled
for 10ms after a software access completes.  This makes handling the
PPU slightly more complex, but speeds up something like running ethtool
on one of the switch slave interfaces from ~300ms to ~30ms on typical
hardware.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Tested-by: Nicolas Pitre <nico@marvell.com>
Tested-by: Peter van Valderen <linux@ddcrew.com>
Tested-by: Dirk Teurlings <dirk@upexia.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-10-08 17:24:09 -07:00
..
Kconfig dsa: add support for the Marvell 88E6131 switch chip 2008-10-08 17:24:09 -07:00
Makefile dsa: add support for the Marvell 88E6131 switch chip 2008-10-08 17:24:09 -07:00
dsa.c dsa: add support for original DSA tagging format 2008-10-08 17:19:56 -07:00
dsa_priv.h dsa: add support for original DSA tagging format 2008-10-08 17:19:56 -07:00
mv88e6xxx.c dsa: add support for the Marvell 88E6131 switch chip 2008-10-08 17:24:09 -07:00
mv88e6xxx.h dsa: add support for the Marvell 88E6131 switch chip 2008-10-08 17:24:09 -07:00
mv88e6123_61_65.c dsa: add support for original DSA tagging format 2008-10-08 17:19:56 -07:00
mv88e6131.c dsa: add support for the Marvell 88E6131 switch chip 2008-10-08 17:24:09 -07:00
slave.c dsa: add support for original DSA tagging format 2008-10-08 17:19:56 -07:00
tag_dsa.c dsa: add support for original DSA tagging format 2008-10-08 17:19:56 -07:00
tag_edsa.c net: Distributed Switch Architecture protocol support 2008-10-08 17:15:19 -07:00