netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2 v2 net-next] net: phy: add and use further MMD accessors
@ 2019-02-06  6:35 Heiner Kallweit
  2019-02-06  6:36 ` [PATCH 1/2 v2 net-next] net: phy: provide full set of accessor functions to MMD registers Heiner Kallweit
  2019-02-06  6:38 ` [PATCH 2/2 v2 net-next] net: phy: make use of new MMD accessors Heiner Kallweit
  0 siblings, 2 replies; 3+ messages in thread
From: Heiner Kallweit @ 2019-02-06  6:35 UTC (permalink / raw)
  To: Andrew Lunn, Florian Fainelli, David Miller, Russell King
  Cc: netdev@vger.kernel.org, Nikita Yushchenko

Add MMD accessors for modifying MMD registers and clearing / setting
bits in MMD registers. Use these accessors in PHY drivers and phylib.

v2:
- fix SoB in patch 2

Nikita Yushchenko (1):
  net: phy: provide full set of accessor functions to MMD registers

Heiner Kallweit (1):
  net: phy: make use of new MMD accessors

 drivers/net/phy/dp83867.c    |  47 +++++-------
 drivers/net/phy/dp83tc811.c  |  15 ++--
 drivers/net/phy/marvell10g.c |  38 +++-------
 drivers/net/phy/phy-c45.c    |  21 ++----
 drivers/net/phy/phy-core.c   | 116 ++++++++++++++++++++++++++----
 drivers/net/phy/phy.c        |  11 +--
 include/linux/phy.h          | 134 +++++++++++++++++++++++++++++------
 7 files changed, 252 insertions(+), 130 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-02-06  6:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-06  6:35 [PATCH 0/2 v2 net-next] net: phy: add and use further MMD accessors Heiner Kallweit
2019-02-06  6:36 ` [PATCH 1/2 v2 net-next] net: phy: provide full set of accessor functions to MMD registers Heiner Kallweit
2019-02-06  6:38 ` [PATCH 2/2 v2 net-next] net: phy: make use of new MMD accessors Heiner Kallweit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).