mbox series

[net-next,v2,0/2] net: stmmac: stmmac_pltfr_find_clk()

Message ID Z_Yn3dJjzcOi32uU@shell.armlinux.org.uk (mailing list archive)
Headers show
Series net: stmmac: stmmac_pltfr_find_clk() | expand

Message

Russell King (Oracle) April 9, 2025, 7:55 a.m. UTC
Hi,

The GBETH glue driver that is being proposed duplicates the clock
finding from the bulk clock data in the stmmac platform data structure.
iLet's provide a generic implementation that glue drivers can use, and
convert dwc-qos-eth to use it.

 drivers/net/ethernet/stmicro/stmmac/dwmac-dwc-qos-eth.c | 18 ++------------
 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c   | 11 +++++++++++
 drivers/net/ethernet/stmicro/stmmac/stmmac_platform.h   |  3 +++
 3 files changed, 18 insertions(+), 14 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 11, 2025, 2:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 9 Apr 2025 08:55:09 +0100 you wrote:
> Hi,
> 
> The GBETH glue driver that is being proposed duplicates the clock
> finding from the bulk clock data in the stmmac platform data structure.
> iLet's provide a generic implementation that glue drivers can use, and
> convert dwc-qos-eth to use it.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] net: stmmac: provide stmmac_pltfr_find_clk()
    https://git.kernel.org/netdev/net-next/c/de6487201949
  - [net-next,v2,2/2] net: stmmac: dwc-qos: use stmmac_pltfr_find_clk()
    https://git.kernel.org/netdev/net-next/c/34e816acdb0d

You are awesome, thank you!