mbox series

[v3,0/5] SMSC: Cleanups and clock setup

Message ID 20200909134501.32529-1-m.felsch@pengutronix.de
Headers show
Series SMSC: Cleanups and clock setup | expand

Message

Marco Felsch Sept. 9, 2020, 1:44 p.m. UTC
Hi,

this small series cleans the smsc-phy code a bit and adds the support to
specify the phy clock source. Adding the phy clock source support is
also the main purpose of this series.

Each file has its own changelog.

Thanks a lot to Florian and Andrew for reviewing it.

Regards,
  Marco

Marco Felsch (5):
  net: phy: smsc: skip ENERGYON interrupt if disabled
  net: phy: smsc: simplify config_init callback
  dt-bindings: net: phy: smsc: document reference clock
  net: phy: smsc: LAN8710/20: add phy refclk in support
  net: phy: smsc: LAN8710/20: remove PHY_RST_AFTER_CLK_EN flag

 .../devicetree/bindings/net/smsc-lan87xx.txt  |  4 ++
 drivers/net/phy/smsc.c                        | 59 +++++++++++++++----
 2 files changed, 50 insertions(+), 13 deletions(-)

Comments

David Miller Sept. 9, 2020, 9:15 p.m. UTC | #1
From: Marco Felsch <m.felsch@pengutronix.de>
Date: Wed,  9 Sep 2020 15:44:56 +0200

> this small series cleans the smsc-phy code a bit and adds the support to
> specify the phy clock source. Adding the phy clock source support is
> also the main purpose of this series.
> 
> Each file has its own changelog.
> 
> Thanks a lot to Florian and Andrew for reviewing it.

Series applied to net-next, thank you.