Hi Heiner, On January 19, 2019 3:27:29 AM PST, Heiner Kallweit <hkallwe...@gmail.com> wrote: >This patch series improves few aspects of starting the PHY.
This looks good as usual, just one minor comment in patch 4. Thanks! > >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 | 52 +++++++++++++++++------------------- > drivers/net/phy/phy_device.c | 5 ++-- > drivers/net/phy/phylink.c | 5 ++-- > include/linux/phy.h | 2 +- > 4 files changed, 29 insertions(+), 35 deletions(-) -- Florian