All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v5 0/3] Add MMD PHY helpers
@ 2019-02-08 17:25 Carlo Caione
  2019-02-08 17:25 ` [U-Boot] [PATCH v5 1/3] net: phy: Add generic helpers to access MMD PHY registers Carlo Caione
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Carlo Caione @ 2019-02-08 17:25 UTC (permalink / raw)
  To: u-boot

Introduce phy_{read|write}_mmd() helpers and modify the mdio command to 
make good use of them. Fix the ti driver in the same patchset.

Carlo Caione (3):
  net: phy: Add generic helpers to access MMD PHY registers
  net: phy: ti: use generic helpers to access MMD registers
  cmd: mdio: Switch to generic helpers when accessing the registers

 cmd/mdio.c            |  27 +++++----
 drivers/net/phy/phy.c |   4 ++
 drivers/net/phy/ti.c  | 130 ++++++++----------------------------------
 include/phy.h         |  70 +++++++++++++++++++++++
 4 files changed, 115 insertions(+), 116 deletions(-)

-- 
2.19.1

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

end of thread, other threads:[~2019-03-05 18:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-08 17:25 [U-Boot] [PATCH v5 0/3] Add MMD PHY helpers Carlo Caione
2019-02-08 17:25 ` [U-Boot] [PATCH v5 1/3] net: phy: Add generic helpers to access MMD PHY registers Carlo Caione
2019-02-19 18:14   ` Joe Hershberger
2019-03-05 18:04   ` [U-Boot] " Joe Hershberger
2019-02-08 17:25 ` [U-Boot] [PATCH v5 2/3] net: phy: ti: use generic helpers to access MMD registers Carlo Caione
2019-03-05 18:04   ` [U-Boot] " Joe Hershberger
2019-02-08 17:25 ` [U-Boot] [PATCH v5 3/3] cmd: mdio: Switch to generic helpers when accessing the registers Carlo Caione
2019-02-12 12:20   ` Vladimir Oltean
2019-02-15 22:46     ` Vladimir Oltean
2019-02-16 10:57       ` Carlo Caione
2019-02-19 18:06   ` Joe Hershberger
2019-03-05 18:04   ` [U-Boot] " Joe Hershberger

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.