
On Fri, 31 May 2024 16:33:48 +0200 Tobias Schramm t.schramm@manjaro.org wrote:
Hi Tobias,
This patchset adds support for Ethernet on V3s-based SoCs, adding in required clock gates, resets to the CCU driver and finally a matching configuration for the sun8i_emac driver.
Michael already sent identical patches two weeks ago. I reviewed them already, and they are just waiting for the merge window to open.
https://lore.kernel.org/u-boot/20240513205609.1872861-1-mwalle@kernel.org/
Cheers, Andre
Tobias Schramm (2): clk: sunxi: support Ethernet clock gates and resets on V3s-based SoCs net: sun8i_emac: add support for EMAC on V3s-based SoCs
drivers/clk/sunxi/clk_v3s.c | 6 ++++++ drivers/net/sun8i_emac.c | 7 +++++++ 2 files changed, 13 insertions(+)