Re: [PATCH] of_mdio / mdiobus: ensure mdio devices have fwnode correctly populated

2017-12-13 Thread David Miller
From: Russell King Date: Tue, 12 Dec 2017 10:49:15 + > Ensure that all mdio devices populate the struct device fwnode pointer > as well as the of_node pointer to allow drivers that wish to use > fwnode APIs to work. > > Signed-off-by: Russell King Applied.

Re: [PATCH] of_mdio / mdiobus: ensure mdio devices have fwnode correctly populated

2017-12-13 Thread Andrew Lunn
On Tue, Dec 12, 2017 at 10:49:15AM +, Russell King wrote: > Ensure that all mdio devices populate the struct device fwnode pointer > as well as the of_node pointer to allow drivers that wish to use > fwnode APIs to work. > > Signed-off-by: Russell King Reviewed-by: Andrew Lunn Andrew

Re: [PATCH] of_mdio / mdiobus: ensure mdio devices have fwnode correctly populated

2017-12-12 Thread Rob Herring
On Tue, Dec 12, 2017 at 4:49 AM, Russell King wrote: > Ensure that all mdio devices populate the struct device fwnode pointer > as well as the of_node pointer to allow drivers that wish to use > fwnode APIs to work. > > Signed-off-by: Russell King > --- > drivers/net/phy/mdio_bus.c | 1 + > driv

[PATCH] of_mdio / mdiobus: ensure mdio devices have fwnode correctly populated

2017-12-12 Thread Russell King
Ensure that all mdio devices populate the struct device fwnode pointer as well as the of_node pointer to allow drivers that wish to use fwnode APIs to work. Signed-off-by: Russell King --- drivers/net/phy/mdio_bus.c | 1 + drivers/of/of_mdio.c | 3 +++ 2 files changed, 4 insertions(+) dif