All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/3] Add MMD PHY helpers
@ 2019-01-24  8:55 Carlo Caione
  2019-01-24  8:55 ` [U-Boot] [PATCH v4 1/3] net: phy: Add support for accessing MMD PHY registers Carlo Caione
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Carlo Caione @ 2019-01-24  8:55 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 (3):
  net: phy: Add support for accessing MMD PHY registers
  net: phy: ti: use generic helpers to access MMD registers
  cmd: mdio: Add new parameter to access MMD PHY registers

 cmd/mdio.c            |  52 ++++++++++++-----
 drivers/net/phy/phy.c |   4 ++
 drivers/net/phy/ti.c  | 130 ++++++++----------------------------------
 include/phy.h         |  52 +++++++++++++++++
 4 files changed, 118 insertions(+), 120 deletions(-)

-- 
2.19.1

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

end of thread, other threads:[~2019-02-07  0:10 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-24  8:55 [U-Boot] [PATCH v4 0/3] Add MMD PHY helpers Carlo Caione
2019-01-24  8:55 ` [U-Boot] [PATCH v4 1/3] net: phy: Add support for accessing MMD PHY registers Carlo Caione
2019-01-24  8:55 ` [U-Boot] [PATCH v4 2/3] net: phy: ti: use generic helpers to access MMD registers Carlo Caione
2019-01-24  8:56 ` [U-Boot] [PATCH v4 3/3] cmd: mdio: Add new parameter to access MMD PHY registers Carlo Caione
2019-01-24 19:56   ` Vladimir Oltean
2019-01-24 20:01     ` Carlo Caione
2019-01-24 20:04       ` Vladimir Oltean
2019-01-24 20:08         ` Carlo Caione
2019-01-24 20:12           ` Vladimir Oltean
2019-01-24 20:19             ` Carlo Caione
2019-01-24 20:48               ` Vladimir Oltean
2019-01-25 10:12                 ` Carlo Caione
2019-01-25 13:11                   ` Vladimir Oltean
2019-02-04 22:48                     ` Joe Hershberger
2019-02-04 23:38                       ` Vladimir Oltean
2019-02-05  0:20                         ` Joe Hershberger
2019-02-05 15:20                           ` Carlo Caione
2019-02-05 22:10                             ` Joe Hershberger
2019-02-06  1:36                               ` Vladimir Oltean
2019-02-06  3:38                                 ` Joe Hershberger
2019-02-06  9:35                                   ` Carlo Caione
2019-02-07  0:10                                     ` Vladimir Oltean

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.