All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] net: mdio: Add IPQ MDIO reset related function
@ 2021-08-10 13:31 Luo Jie
  2021-08-10 13:31 ` [PATCH v2 1/3] net: mdio: Add the reset function for IPQ MDIO driver Luo Jie
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Luo Jie @ 2021-08-10 13:31 UTC (permalink / raw)
  To: andrew, agross, bjorn.andersson, davem, kuba, robh+dt,
	hkallweit1, linux, robert.marko
  Cc: linux-arm-msm, netdev, devicetree, linux-kernel, sricharan, Luo Jie

This patch series add the MDIO reset features, which includes
configuring MDIO clock source frequency and indicating CMN_PLL that
ethernet LDO has been ready, this ethernet LDO is dedicated in the
IPQ5018 platform.

Specify more chipset IPQ40xx, IPQ807x, IPQ60xx and IPQ50xx supported by
this MDIO driver.

Changes in v2:
	* Addressed review comments (Andrew Lunn).
	* Remove the IS_ERR().
	* make binding patch part of series.
	* document the property 'reg' and 'clock'.

Changes in v1:
	* make MDIO_IPQ4019 unchanged for backwards compatibility.
	* remove the PHY reset functions

Luo Jie (3):
  net: mdio: Add the reset function for IPQ MDIO driver
  MDIO: Kconfig: Specify more IPQ chipset supported
  dt-bindings: net: Add the properties for ipq4019 MDIO

 .../bindings/net/qcom,ipq4019-mdio.yaml       | 15 +++++-
 drivers/net/mdio/Kconfig                      |  3 +-
 drivers/net/mdio/mdio-ipq4019.c               | 48 +++++++++++++++++++
 3 files changed, 64 insertions(+), 2 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

end of thread, other threads:[~2021-08-12  2:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-10 13:31 [PATCH v2 0/3] net: mdio: Add IPQ MDIO reset related function Luo Jie
2021-08-10 13:31 ` [PATCH v2 1/3] net: mdio: Add the reset function for IPQ MDIO driver Luo Jie
2021-08-11 14:57   ` Andrew Lunn
2021-08-12  2:39     ` Jie Luo
2021-08-10 13:31 ` [PATCH v2 2/3] MDIO: Kconfig: Specify more IPQ chipset supported Luo Jie
2021-08-11 14:58   ` Andrew Lunn
2021-08-10 13:31 ` [PATCH v2 3/3] dt-bindings: net: Add the properties for ipq4019 MDIO Luo Jie
2021-08-11 14:58   ` Andrew Lunn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.