mbox series

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

Message ID bddac7b8-a4be-196e-f75e-32a2f44d8807@gmail.com
Headers show
Series net: phy: improve starting PHY | expand

Message

Heiner Kallweit Jan. 23, 2019, 6:25 a.m. UTC
This patch series improves few aspects of starting the PHY.

v2:
- improve a warning in patch 4
v3:
- extend commit message for patch 2

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

Shyam Sundar S K Jan. 24, 2019, 7:14 a.m. UTC | #1
On 1/23/2019 11:55 AM, Heiner Kallweit wrote:
> This patch series improves few aspects of starting the PHY.
>
> v2:
> - improve a warning in patch 4
> v3:
> - extend commit message for patch 2
>
> 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(-)
Changes works well on AMD xgbe hardware.

Tested-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
David Miller Jan. 25, 2019, 6:19 a.m. UTC | #2
From: Heiner Kallweit <hkallweit1@gmail.com>
Date: Wed, 23 Jan 2019 07:25:38 +0100

> This patch series improves few aspects of starting the PHY.
> 
> v2:
> - improve a warning in patch 4
> v3:
> - extend commit message for patch 2

Series applied, thanks Heiner.