mbox series

[0/2] sunxi: v3s: add network support

Message ID 20240513205609.1872861-1-mwalle@kernel.org
Headers show
Series sunxi: v3s: add network support | expand

Message

Michael Walle May 13, 2024, 8:56 p.m. UTC
Add network support for the V3s which only supports the internal
PHY. Adding support was straight forward. The emac driver just needs
the compatible string and some platform data and the clock driver
needs to know the bits for the clock gating as well as the reset
bits.

This was tested on a custom board.

Michael Walle (2):
  clk: sunxi: add EMAC and EPHY clocks and resets for the V3s SoC
  net: sun8i_emac: add support for the V3s

 drivers/clk/sunxi/clk_v3s.c | 6 ++++++
 drivers/net/sun8i_emac.c    | 7 +++++++
 2 files changed, 13 insertions(+)

Comments

Michael Walle July 11, 2024, 1:40 p.m. UTC | #1
Hi,

On Mon May 13, 2024 at 10:56 PM CEST, Michael Walle wrote:
> Add network support for the V3s which only supports the internal
> PHY. Adding support was straight forward. The emac driver just needs
> the compatible string and some platform data and the clock driver
> needs to know the bits for the clock gating as well as the reset
> bits.
>
> This was tested on a custom board.

Any news here?

-michael

>
> Michael Walle (2):
>   clk: sunxi: add EMAC and EPHY clocks and resets for the V3s SoC
>   net: sun8i_emac: add support for the V3s
>
>  drivers/clk/sunxi/clk_v3s.c | 6 ++++++
>  drivers/net/sun8i_emac.c    | 7 +++++++
>  2 files changed, 13 insertions(+)