Netdev List
 help / color / mirror / Atom feed
* [PATCH v2 0/3] net: phy: Add general dummy stubs for MMD register access
@ 2018-03-20  1:44 Kevin Hao
  2018-03-20  1:44 ` [PATCH v2 1/3] " Kevin Hao
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kevin Hao @ 2018-03-20  1:44 UTC (permalink / raw)
  To: netdev; +Cc: Andrew Lunn, Florian Fainelli, Claudiu Manoil

v2:
As suggested by Andrew:
  - Add general dummy stubs
  - Also use that for the micrel phy

This patch series fix the Ethernet broken on the mpc8315erdb board introduced
by commit b6b5e8a69118 ("gianfar: Disable EEE autoneg by default").

Kevin Hao (3):
  net: phy: Add general dummy stubs for MMD register access
  net: phy: realtek: Use the dummy stubs for MMD register access for
    rtl8211b
  net: phy: micrel: Use the general dummy stubs for MMD register access

 drivers/net/phy/micrel.c     | 23 ++---------------------
 drivers/net/phy/phy_device.c | 17 +++++++++++++++++
 drivers/net/phy/realtek.c    |  2 ++
 include/linux/phy.h          |  4 ++++
 4 files changed, 25 insertions(+), 21 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2018-03-22 15:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-20  1:44 [PATCH v2 0/3] net: phy: Add general dummy stubs for MMD register access Kevin Hao
2018-03-20  1:44 ` [PATCH v2 1/3] " Kevin Hao
2018-03-20  1:44 ` [PATCH v2 2/3] net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211b Kevin Hao
2018-03-20  1:44 ` [PATCH v2 3/3] net: phy: micrel: Use the general dummy stubs for MMD register access Kevin Hao
2018-03-22 15:43 ` [PATCH v2 0/3] net: phy: Add " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox