mbox series

[net-next,v3,0/2] net: lpc_eth: parse phy nodes from device tree

Message ID 20191017222231.29122-1-alexandre.belloni@bootlin.com (mailing list archive)
Headers show
Series net: lpc_eth: parse phy nodes from device tree | expand

Message

Alexandre Belloni Oct. 17, 2019, 10:22 p.m. UTC
Allow describing connected phys using device tree. This solves issues finding
the phy on the mdio bus and allows decribing the interrupt line the phy is
possibly connected to.

Changes in v3:
 - rebased on net-next
 - collected Reviewed-by

Changes in v2:
 - move the phy decription in the mdio subnode.

Alexandre Belloni (2):
  dt-bindings: net: lpc-eth: document optional properties
  net: lpc_eth: parse phy nodes from device tree

 .../devicetree/bindings/net/lpc-eth.txt       |  5 ++++
 drivers/net/ethernet/nxp/lpc_eth.c            | 28 +++++++++++++------
 2 files changed, 25 insertions(+), 8 deletions(-)

Comments

David Miller Oct. 18, 2019, 8:16 p.m. UTC | #1
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
Date: Fri, 18 Oct 2019 00:22:29 +0200

> Allow describing connected phys using device tree. This solves issues finding
> the phy on the mdio bus and allows decribing the interrupt line the phy is
> possibly connected to.
> 
> Changes in v3:
>  - rebased on net-next
>  - collected Reviewed-by
> 
> Changes in v2:
>  - move the phy decription in the mdio subnode.

Series applied to net-next, thank you.