mbox series

[net-next,v2,0/4] net: phy: improve starting PHY

Message ID 36a3f6a9-7f4c-7d51-05aa-71e847132102@gmail.com
Headers show
Series net: phy: improve starting PHY | expand

Message

Heiner Kallweit Jan. 20, 2019, 8:59 a.m. UTC
This patch series improves few aspects of starting the PHY.

v2:
- improve a warning in patch 4

Heiner Kallweit (4):
  net: phy: start state machine in phy_start only
  net: phy: warn if phy_start is called from invalid state
  net: phy: start interrupts in phy_start
  net: phy: change phy_start_interrupts to phy_request_interrupt

 drivers/net/phy/phy.c        | 64 ++++++++++++++++++------------------
 drivers/net/phy/phy_device.c |  5 ++-
 drivers/net/phy/phylink.c    |  5 ++-
 include/linux/phy.h          |  2 +-
 4 files changed, 37 insertions(+), 39 deletions(-)

Comments

David Miller Jan. 22, 2019, 10:50 p.m. UTC | #1
From: Heiner Kallweit <hkallweit1@gmail.com>
Date: Sun, 20 Jan 2019 09:59:46 +0100

> This patch series improves few aspects of starting the PHY.
> 
> v2:
> - improve a warning in patch 4

Please update the commit message as per Andrew's feedback for patch #2.

You might as well do this while we wait for the AMD testing.

Thanks!