Message ID | 20230605154010.49611-1-detlev.casanova@collabora.com (mailing list archive) |
---|---|
Headers | show |
Series | net: phy: realtek: Support external PHY clock | expand |
On 05.06.2023 17:40, Detlev Casanova wrote: > 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 > > Not a big thing, but if a v5 should be needed: Please annotate the series properly as net-next (see netdev FAQ).
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Mon, 5 Jun 2023 11:40:07 -0400 you wrote: > 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 Here is the summary with links: - [v4,1/3] net: phy: realtek: Add optional external PHY clock https://git.kernel.org/netdev/net-next/c/7300c9b574cc - [v4,2/3] dt-bindings: net: phy: Document support for external PHY clk https://git.kernel.org/netdev/net-next/c/350b7a258f20 - [v4,3/3] net: phy: realtek: Disable clock on suspend https://git.kernel.org/netdev/net-next/c/59e227e2894b You are awesome, thank you!