Merge branch 'fix-qca808x-wol-issue'
authorJakub Kicinski <kuba@kernel.org>
Mon, 7 Jul 2025 23:43:51 +0000 (16:43 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 7 Jul 2025 23:45:21 +0000 (16:45 -0700)
Luo Jie says:

====================
Fix QCA808X WoL Issue

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

Link: https://patch.msgid.link/20250704-qcom_phy_wol_support-v1-0-053342b1538d@quicinc.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge