All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] sun8i-emac: sun8i-v3s compatibility for sun8i-emac
@ 2020-05-27 13:33 Benedikt-Alexander Mokroß
  0 siblings, 0 replies; only message in thread
From: Benedikt-Alexander Mokroß @ 2020-05-27 13:33 UTC (permalink / raw)
  To: u-boot

The V3s shares nearly the same mac and phy to the H3.
Therefore, the sun8i-emac driver which already supports the H3 can be
extended to support the V3s with some small adjustments.

For this the CLK and RST gates for EMAC and EPHY were added and the
sun8i-emac driver was extended to accept the V3s in the first patch.
The second (optional) patch adds the sun8i-v3s-emac node to sun8i-v3s.dtsi.

Benedikt-Alexander Mokro? (2):
   sun8i-emac: sun8i-v3s compatibility for sun8i-emac
   sun8i-emac: Added sun8i-v3s-emac example to sun8i-v3s.dtsi

  arch/arm/dts/sun8i-v3s.dtsi | 48 +++++++++++++++++++++++++++++++++++++
  drivers/clk/sunxi/clk_v3s.c | 10 ++++++--
  drivers/net/sun8i_emac.c    | 19 ++++++++++-----
  3 files changed, 69 insertions(+), 8 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-05-27 13:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27 13:33 [PATCH 0/2] sun8i-emac: sun8i-v3s compatibility for sun8i-emac Benedikt-Alexander Mokroß

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.