Re: [PATCH v5 2/4] net: stmmac: dwc-qos: Add FSD EQoS support
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-01-29 13:01:45
Also in:
linux-devicetree, linux-samsung-soc, lkml, netdev
From: Andrew Lunn <andrew@lunn.ch>
Date: 2025-01-29 13:01:45
Also in:
linux-devicetree, linux-samsung-soc, lkml, netdev
quoted
It looks like you should be able to share all the clk_bulk code with tegra_eqos_probe(). The stmmac driver suffers from lots of cut/paste code with no consolidation. You can at least not make the tegra code worse by doing a little refactoring.Hi Andrew, Just to clarify, you were referring to refactoring tegra code to use clk_bulk APIs, right?
Yes. Andrew