]> git.baikalelectronics.ru Git - kernel.git/commit
of: of_mdio: Check if MDIO bus controller is available
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 28 Apr 2016 23:24:12 +0000 (16:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 May 2016 23:34:29 +0000 (19:34 -0400)
commitc664d828a415f6e6b22d75ac9fa7f1dc23cc0492
treed304258f6d37948848d165e4087292346fbe8211
parent9b8e641c04ed7c7d34321d42c1f219f5bdd17cb9
of: of_mdio: Check if MDIO bus controller is available

Add a check whether the 'struct device_node' pointer passed to
of_mdiobus_register() is an available (aka enabled) node in the Device
Tree.

Rationale for doing this are cases where an Ethernet MAC provides a MDIO
bus controller and node, and an additional Ethernet MAC might be
connecting its PHY/switches to that first MDIO bus controller, while
still embedding one internally which is therefore marked as "disabled".

Instead of sprinkling checks like these in callers of
of_mdiobus_register(), do this in a central location.

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/of/of_mdio.c