mbox series

[net-next,0/3] net: phy: smaller phylib improvements

Message ID 705e2fc1-5220-d5a8-e880-5ff04e528ded@gmail.com
Headers show
Series net: phy: smaller phylib improvements | expand

Message

Heiner Kallweit April 23, 2020, 7:33 p.m. UTC
Series with smaller improvements for suspend and soft-reset handling.

Heiner Kallweit (3):
  net: phy: make phy_suspend a no-op if PHY is suspended already
  net: phy: remove genphy_no_soft_reset
  net: phy: reset phydev->suspended if soft reset is triggered in
    power-down state

 drivers/net/phy/cortina.c    |  1 -
 drivers/net/phy/marvell10g.c |  2 --
 drivers/net/phy/phy-c45.c    |  1 -
 drivers/net/phy/phy_device.c | 16 ++++++++++++++--
 drivers/net/phy/teranetics.c |  1 -
 include/linux/phy.h          |  4 ----
 6 files changed, 14 insertions(+), 11 deletions(-)

Comments

David Miller April 24, 2020, 11:48 p.m. UTC | #1
From: Heiner Kallweit <hkallweit1@gmail.com>
Date: Thu, 23 Apr 2020 21:33:52 +0200

> Series with smaller improvements for suspend and soft-reset handling.

Series applied, thanks Heiner.