Merge branch 'net-phy-fixed_phy-simplifications-and-improvements'
authorJakub Kicinski <kuba@kernel.org>
Wed, 21 May 2025 01:17:45 +0000 (18:17 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 21 May 2025 01:17:45 +0000 (18:17 -0700)
commit04ff99f4b9f967bb5493f3e2b489444017b7fc8b
treee5990ba82e0cef73b52b78a6fd53f208ff8f603a
parent4c2bd7913f52b1e5c978edf56cdef39c30a1f603
parent4ba1c5bb4811f560a86697311cb4e9741e047a5d
Merge branch 'net-phy-fixed_phy-simplifications-and-improvements'

Heiner Kallweit says:

====================
net: phy: fixed_phy: simplifications and improvements

This series includes two types of changes:
- All callers pass PHY_POLL, therefore remove irq argument
- constify the passed struct fixed_phy_status *status
====================

Link: https://patch.msgid.link/4d4c468e-300d-42c7-92a1-eabbdb6be748@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>