devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 net-next 0/4] net: phy: add dt property for realtek phy
@ 2021-06-08  3:00 Joakim Zhang
  2021-06-08  3:00 ` [PATCH V2 net-next 1/4] dt-bindings: net: add dt binding for realtek rtl82xx phy Joakim Zhang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Joakim Zhang @ 2021-06-08  3:00 UTC (permalink / raw)
  To: davem, kuba, robh+dt, andrew, hkallweit1, linux, f.fainelli,
	Jisheng.Zhang
  Cc: linux-imx, netdev, devicetree, linux-kernel

Add dt property for realtek phy.

---
ChangeLogs:
V1->V2:
	* store the desired PHYCR1/2 register value in "priv" rather than
	using "quirks", per Russell King suggestion, as well as can
	cover the bootloader setting.
	* change the behavior of ALDPS mode, default is disabled, add dt
	property for users to enable it.
	* fix dt binding yaml build issues.

Joakim Zhang (4):
  dt-bindings: net: add dt binding for realtek rtl82xx phy
  net: phy: realtek: add dt property to disable CLKOUT clock
  net: phy: realtek: add dt property to disable ALDPS mode
  net: phy: realtek: add delay to fix RXC generation issue

 .../bindings/net/realtek,rtl82xx.yaml         | 45 +++++++++++
 drivers/net/phy/realtek.c                     | 75 ++++++++++++++++++-
 2 files changed, 116 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/realtek,rtl82xx.yaml

-- 
2.17.1


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

end of thread, other threads:[~2021-06-08  3:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-08  3:00 [PATCH V2 net-next 0/4] net: phy: add dt property for realtek phy Joakim Zhang
2021-06-08  3:00 ` [PATCH V2 net-next 1/4] dt-bindings: net: add dt binding for realtek rtl82xx phy Joakim Zhang
2021-06-08  3:00 ` [PATCH V2 net-next 2/4] net: phy: realtek: add dt property to disable CLKOUT clock Joakim Zhang
2021-06-08  3:00 ` [PATCH V2 net-next 3/4] net: phy: realtek: add dt property to disable ALDPS mode Joakim Zhang
2021-06-08  3:00 ` [PATCH V2 net-next 4/4] net: phy: realtek: add delay to fix RXC generation issue Joakim Zhang
2021-06-08  3:09 ` [PATCH V2 net-next 0/4] net: phy: add dt property for realtek phy Joakim Zhang

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