]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'net-stmmac-stmmac_pltfr_find_clk'
authorJakub Kicinski <kuba@kernel.org>
Fri, 11 Apr 2025 01:31:56 +0000 (18:31 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Apr 2025 01:31:57 +0000 (18:31 -0700)
commit82e401319b595bd9843cd7a46d035c00894cfe73
treef6ad383fc98b368ab10e1b0421da5ba171ba10bb
parentc1e0100c6aa5ee5cf773cb00355309e79b2fac1b
parent34e816acdb0db36054e26211f859129259816902
Merge branch 'net-stmmac-stmmac_pltfr_find_clk'

Russell King says:

====================
net: stmmac: stmmac_pltfr_find_clk()

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.
====================

Link: https://patch.msgid.link/Z_Yn3dJjzcOi32uU@shell.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>