mbox series

[0/2] sunxi: add support for Ethernet on V3s-based SoCs

Message ID 20240531143350.14855-1-t.schramm@manjaro.org
Headers show
Series sunxi: add support for Ethernet on V3s-based SoCs | expand

Message

Tobias Schramm May 31, 2024, 2:33 p.m. UTC
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.

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(+)