Merge branch 'realtek-external-phy-clock'
authorDavid S. Miller <davem@davemloft.net>
Wed, 7 Jun 2023 08:52:25 +0000 (09:52 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Jun 2023 08:52:25 +0000 (09:52 +0100)
commit2f27d7890f53a9da696277e1993acd7eb6ca6d66
tree34aedd91ecdace9436deb258db1f55e0ec091cfb
parent4cab498f33f7adaa01ad15909c0f34a81e5a0b0a
parent59e227e2894b28c4409e89d04a33868c176587b2
Merge branch 'realtek-external-phy-clock'

Detlev Casanova says:

====================
net: phy: realtek: Support external PHY clock

Some PHYs can use an external clock that must be enabled before
communicating with them.

Changes since v3:
 * Do not call genphy_suspend if WoL is enabled.
Changes since v2:
 * Reword documentation commit message
Changes since v1:
 * Remove the clock name as it is not guaranteed to be identical across
   different PHYs
 * Disable/Enable the clock when suspending/resuming
====================

Signed-off-by: David S. Miller <davem@davemloft.net>