All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] mdio: Parse DT nodes for auto-probed PHYs
@ 2014-05-24  7:34 Daniel Mack
  2014-05-24  7:34 ` [PATCH v2 1/3] net: of_mdio: factor out code to parse a phy's 'reg' property Daniel Mack
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Daniel Mack @ 2014-05-24  7:34 UTC (permalink / raw)
  To: f.fainelli; +Cc: netdev, davem, mugunthanvnm, ujhelyi.m, Daniel Mack

Hi Florian,

Here's v2.

v1 -> v2:
	* Switch to of_property_read_u32() in patch #1
	* Check for mdio->dev_of_node in patch #2
	* Added Florian's Reviewed-by: tags

Thanks!
Daniel

Daniel Mack (3):
  net: of_mdio: factor out code to parse a phy's 'reg' property
  net: of_mdio: add of_mdiobus_link_phydev()
  net: of_mdio: don't store the length of a property if we don't need to

 drivers/net/phy/mdio_bus.c |  6 ++++
 drivers/of/of_mdio.c       | 72 +++++++++++++++++++++++++++++++++++++---------
 include/linux/of_mdio.h    |  8 ++++++
 3 files changed, 72 insertions(+), 14 deletions(-)

-- 
1.9.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-29 22:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-24  7:34 [PATCH v2 0/3] mdio: Parse DT nodes for auto-probed PHYs Daniel Mack
2014-05-24  7:34 ` [PATCH v2 1/3] net: of_mdio: factor out code to parse a phy's 'reg' property Daniel Mack
2014-05-24  7:34 ` [PATCH v2 2/3] net: of_mdio: add of_mdiobus_link_phydev() Daniel Mack
2014-05-24  7:34 ` [PATCH v2 3/3] net: of_mdio: don't store the length of a property if we don't need to Daniel Mack
2014-05-29 22:24 ` [PATCH v2 0/3] mdio: Parse DT nodes for auto-probed PHYs David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.