All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH u-boot 0/2] Add MMD PHY helpers
@ 2019-01-16 18:04 Carlo Caione
  2019-01-16 18:04 ` [U-Boot] [PATCH u-boot 1/2] net: phy: Add support for accessing MMD PHY registers Carlo Caione
  2019-01-16 18:04 ` [U-Boot] [PATCH u-boot 2/2] cmd: mdio: Add new parameter to access " Carlo Caione
  0 siblings, 2 replies; 9+ messages in thread
From: Carlo Caione @ 2019-01-16 18:04 UTC (permalink / raw)
  To: u-boot

Introduce phy_(read|write)_mmd() generic 802.3 clause 45 register 
accessors for Clause 22 PHYs, using the indirect method. Allow this 
behaviour to be overriden by PHY drivers where necessary.       

Carlo Caione (2):
  net: phy: Add support for accessing MMD PHY registers
  cmd: mdio: Add new parameter to access MMD PHY registers

 cmd/mdio.c            | 33 ++++++++++++++++++-----
 drivers/net/phy/phy.c |  4 +++
 include/phy.h         | 62 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 93 insertions(+), 6 deletions(-)

-- 
2.19.1

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

end of thread, other threads:[~2019-01-23 15:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16 18:04 [U-Boot] [PATCH u-boot 0/2] Add MMD PHY helpers Carlo Caione
2019-01-16 18:04 ` [U-Boot] [PATCH u-boot 1/2] net: phy: Add support for accessing MMD PHY registers Carlo Caione
2019-01-22 22:21   ` Joe Hershberger
2019-01-22 22:53     ` Carlo Caione
2019-01-23  0:04       ` Joe Hershberger
2019-01-23  9:59         ` Carlo Caione
2019-01-23 12:58           ` Vladimir Oltean
2019-01-23 15:54             ` Joe Hershberger
2019-01-16 18:04 ` [U-Boot] [PATCH u-boot 2/2] cmd: mdio: Add new parameter to access " Carlo Caione

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.