Message ID | 20231201150131.326766-1-heiko@sntech.de (mailing list archive) |
---|---|
Headers | show |
Series | net: phy: micrel: additional clock handling | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 1 Dec 2023 16:01:29 +0100 you wrote: > Some Micrel phys define a specific rmii-ref clock (added in 2014) while > the generic phy binding specifies an unnamed clock for ethernet phys. > > This allows Micrel phys to use both, so as to keep the phys not using > the named rmii-ref clock to conform to the generic binding while allowing > them to enable a supplying clock, when the phy is not supplied by a > dedicated oscillator. > > [...] Here is the summary with links: - [1/2] net: phy: micrel: use devm_clk_get_optional_enabled for the rmii-ref clock https://git.kernel.org/netdev/net-next/c/985329462723 - [2/2] net: phy: micrel: allow usage of generic ethernet-phy clock https://git.kernel.org/netdev/net-next/c/99ac4cbcc2a5 You are awesome, thank you!