linux/drivers/net/dsa
Alexander Duyck b4d2394d01 dsa: Replace mii_bus with a generic host device
This change makes it so that instead of passing and storing a mii_bus we
instead pass and store a host_dev.  From there we can test to determine the
exact type of device, and can verify it is the correct device for our switch.

So for example it would be possible to pass a device pointer from a pci_dev
and instead of checking for a PHY ID we could check for a vendor and/or device
ID.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-09-15 17:24:20 -04:00
..
bcm_sf2_regs.h net: dsa: add Broadcom SF2 switch driver 2014-08-27 22:59:40 -07:00
bcm_sf2.c dsa: Replace mii_bus with a generic host device 2014-09-15 17:24:20 -04:00
bcm_sf2.h net: dsa: add Broadcom SF2 switch driver 2014-08-27 22:59:40 -07:00
Kconfig net: DSA: Marvell mv88e6171 switch driver 2014-09-13 17:26:47 -04:00
Makefile net: DSA: Marvell mv88e6171 switch driver 2014-09-13 17:26:47 -04:00
mv88e6xxx.c dsa: Replace mii_bus with a generic host device 2014-09-15 17:24:20 -04:00
mv88e6xxx.h net: DSA: Marvell mv88e6171 switch driver 2014-09-13 17:26:47 -04:00
mv88e6060.c dsa: Replace mii_bus with a generic host device 2014-09-15 17:24:20 -04:00
mv88e6123_61_65.c dsa: Replace mii_bus with a generic host device 2014-09-15 17:24:20 -04:00
mv88e6131.c dsa: Replace mii_bus with a generic host device 2014-09-15 17:24:20 -04:00
mv88e6171.c dsa: Replace mii_bus with a generic host device 2014-09-15 17:24:20 -04:00