[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250704-qcom_phy_wol_support-v1-0-053342b1538d@quicinc.com>
Date: Fri, 4 Jul 2025 13:31:12 +0800
From: Luo Jie <quic_luoj@...cinc.com>
To: Andrew Lunn <andrew@...n.ch>, Heiner Kallweit <hkallweit1@...il.com>,
Russell King <linux@...linux.org.uk>,
"David S. Miller"
<davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski
<kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>, Viorel Suman
<viorel.suman@....com>,
Li Yang <leoyang.li@....com>,
"Russell King (Oracle)"
<rmk+kernel@...linux.org.uk>,
Wei Fang <wei.fang@....com>
CC: <linux-arm-msm@...r.kernel.org>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <maxime.chevallier@...tlin.com>,
Luo Jie
<quic_luoj@...cinc.com>
Subject: [PATCH RESEND net 0/3] Fix QCA808X WoL Issue and Enable WoL
Support for QCA807X
Restore WoL (Wake-on-LAN) enablement via MMD3 register 0x8012 BIT5 for
the QCA808X PHY. This change resolves the issue where WoL functionality
was not working due to its unintended removal in a previous commit.
Refactor at8031_set_wol() into a shared library to enable reuse of the
Wake-on-LAN (WoL) functionality by the AT8031, QCA807X and QCA808X PHY
drivers.
Additionally, enable the WoL function for the QCA807X PHY by utilizing
the at8031_set_wol() function from the shared library.
Signed-off-by: Luo Jie <quic_luoj@...cinc.com>
---
Luo Jie (3):
net: phy: qcom: move the WoL function to shared library
net: phy: qcom: qca808x: Fix WoL issue by utilizing at8031_set_wol()
net: phy: qcom: qca807x: Enable WoL support using shared library
drivers/net/phy/qcom/at803x.c | 27 ---------------------------
drivers/net/phy/qcom/qca807x.c | 4 ++++
drivers/net/phy/qcom/qca808x.c | 2 +-
drivers/net/phy/qcom/qcom-phy-lib.c | 25 +++++++++++++++++++++++++
drivers/net/phy/qcom/qcom.h | 5 +++++
5 files changed, 35 insertions(+), 28 deletions(-)
---
base-commit: 223e2288f4b8c262a864e2c03964ffac91744cd5
change-id: 20250704-qcom_phy_wol_support-e4f154cc2f2a
Best regards,
--
Luo Jie <quic_luoj@...cinc.com>
Powered by blists - more mailing lists