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)
commit4e2bba30b16935d18e59d137f607f8e10b6fda87
treee52048fd2350e74a827d1796ebff428aeabb5bc1
parentb9fd9888a5654e59f6c6249337e36c53c1faa329
parent4ab9ada765b7acb5cd02fe27632ec2586b7868ee
Merge branch 'fix-qca808x-wol-issue'

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>