mbox series

[net-next,v4,0/3] net: phy: mdio: add IPQ40xx MDIO support

Message ID 20200429110726.448625-1-robert.marko@sartura.hr
Headers show
Series net: phy: mdio: add IPQ40xx MDIO support | expand

Message

Robert Marko April 29, 2020, 11:07 a.m. UTC
This patch series provides support for the IPQ40xx built-in MDIO interface.
Included are driver, devicetree bindings for it and devicetree node.

Robert Marko (3):
  net: phy: mdio: add IPQ4019 MDIO driver
  dt-bindings: add Qualcomm IPQ4019 MDIO bindings
  ARM: dts: qcom: ipq4019: add MDIO node

 .../bindings/net/qcom,ipq4019-mdio.yaml       |  61 +++++++
 arch/arm/boot/dts/qcom-ipq4019.dtsi           |  28 +++
 drivers/net/phy/Kconfig                       |   7 +
 drivers/net/phy/Makefile                      |   1 +
 drivers/net/phy/mdio-ipq4019.c                | 160 ++++++++++++++++++
 5 files changed, 257 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/net/qcom,ipq4019-mdio.yaml
 create mode 100644 drivers/net/phy/mdio-ipq4019.c

Comments

David Miller April 29, 2020, 6:59 p.m. UTC | #1
From: Robert Marko <robert.marko@sartura.hr>
Date: Wed, 29 Apr 2020 13:07:24 +0200

> This patch series provides support for the IPQ40xx built-in MDIO interface.
> Included are driver, devicetree bindings for it and devicetree node.

The DT changes don't apply cleanly to net-next, please respin.

Thanks.
Robert Marko April 29, 2020, 7:28 p.m. UTC | #2
On Wed, Apr 29, 2020 at 8:59 PM David Miller <davem@davemloft.net> wrote:
>
> From: Robert Marko <robert.marko@sartura.hr>
> Date: Wed, 29 Apr 2020 13:07:24 +0200
>
> > This patch series provides support for the IPQ40xx built-in MDIO interface.
> > Included are driver, devicetree bindings for it and devicetree node.
>
> The DT changes don't apply cleanly to net-next, please respin.
Sorry about that, I accidentally based the patch on DTS that has USB
nodes in it.
USB patches are also in the process of being upstreamed.

I will send a v5 ASAP.
Thanks
>
> Thanks.