[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210608030034.3113-1-qiangqing.zhang@nxp.com>
Date: Tue, 8 Jun 2021 11:00:30 +0800
From: Joakim Zhang <qiangqing.zhang@....com>
To: davem@...emloft.net, kuba@...nel.org, robh+dt@...nel.org,
andrew@...n.ch, hkallweit1@...il.com, linux@...linux.org.uk,
f.fainelli@...il.com, Jisheng.Zhang@...aptics.com
Cc: linux-imx@....com, netdev@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH V2 net-next 0/4] net: phy: add dt property for realtek phy
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
Powered by blists - more mailing lists