linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/3] net: phy: mdio: add IPQ40xx MDIO support
@ 2020-04-29 11:07 Robert Marko
  2020-04-29 11:07 ` [PATCH net-next v4 1/3] net: phy: mdio: add IPQ4019 MDIO driver Robert Marko
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Robert Marko @ 2020-04-29 11:07 UTC (permalink / raw)
  To: andrew, f.fainelli, hkallweit1, linux, linux-kernel, netdev,
	agross, bjorn.andersson, robh+dt, mark.rutland, linux-arm-msm,
	devicetree
  Cc: Robert Marko

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

-- 
2.26.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-29 19:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 11:07 [PATCH net-next v4 0/3] net: phy: mdio: add IPQ40xx MDIO support Robert Marko
2020-04-29 11:07 ` [PATCH net-next v4 1/3] net: phy: mdio: add IPQ4019 MDIO driver Robert Marko
2020-04-29 11:07 ` [PATCH net-next v4 2/3] dt-bindings: add Qualcomm IPQ4019 MDIO bindings Robert Marko
2020-04-29 11:07 ` [PATCH net-next v4 3/3] ARM: dts: qcom: ipq4019: add MDIO node Robert Marko
2020-04-29 18:59 ` [PATCH net-next v4 0/3] net: phy: mdio: add IPQ40xx MDIO support David Miller
2020-04-29 19:28   ` Robert Marko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).