linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] net: mdio: Add IPQ MDIO reset related function
@ 2021-08-12 10:06 Luo Jie
  2021-08-12 10:06 ` [PATCH v3 1/3] net: mdio: Add the reset function for IPQ MDIO driver Luo Jie
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Luo Jie @ 2021-08-12 10:06 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 v3:
	* simplify the function ipq_mdio_reset.

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               | 44 +++++++++++++++++++
 3 files changed, 60 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-16 10:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-12 10:06 [PATCH v3 0/3] net: mdio: Add IPQ MDIO reset related function Luo Jie
2021-08-12 10:06 ` [PATCH v3 1/3] net: mdio: Add the reset function for IPQ MDIO driver Luo Jie
2021-08-15 14:49   ` Andrew Lunn
2021-08-12 10:06 ` [PATCH v3 2/3] MDIO: Kconfig: Specify more IPQ chipset supported Luo Jie
2021-08-15 14:49   ` Andrew Lunn
2021-08-12 10:06 ` [PATCH v3 3/3] dt-bindings: net: Add the properties for ipq4019 MDIO Luo Jie
2021-08-15 14:50   ` Andrew Lunn
2021-08-16 10:00 ` [PATCH v3 0/3] net: mdio: Add IPQ MDIO reset related function patchwork-bot+netdevbpf

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).