[PATCH] net: fec: Add support for multiple phys on mdiobus
Sascha Hauer
s.hauer at pengutronix.de
Mon Jan 21 03:37:53 EST 2013
There may be multiple phys on an mdio bus. This series adds support
for this to the fec driver. I recently had a board which has a switch
connected to the fec's mdio bus, so I had to pick the correct phy.
This series should be in line with other network drivers supporting
this (Marvell Armada for example)
Sascha
----------------------------------------------------------------
Sascha Hauer (2):
net: fec: refactor dt probing
net: fec: Add support for phys from devicetree
Documentation/devicetree/bindings/net/fsl-fec.txt | 20 ++++++
drivers/net/ethernet/freescale/fec.c | 77 ++++++++++++---------
drivers/net/ethernet/freescale/fec.h | 1 +
3 files changed, 67 insertions(+), 31 deletions(-)
More information about the linux-arm-kernel
mailing list