public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/5] net: sun8i-emac: Allwinner D1 Support
@ 2023-01-22 22:51 Samuel Holland
  2023-01-22 22:51 ` [PATCH v2 1/5] net: sun8i-emac: Add a structure for variant data Samuel Holland
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Samuel Holland @ 2023-01-22 22:51 UTC (permalink / raw)
  To: Andre Przywara, Jagan Teki
  Cc: Samuel Holland, Joe Hershberger, Ramon Fried, u-boot

D1 is a RISC-V SoC containing an EMAC compatible with the A64 EMAC. In a
very roundabout way, this series finishes adding support for the D1 EMAC:
patch 4 resolves a compiler warning when building the driver for RISC-V.
The rest of the series is just cleanup requested by Jagan.

Changes in v2:
 - Add a structure for driver data, and put the syscon offset there

Samuel Holland (5):
  net: sun8i-emac: Add a structure for variant data
  net: sun8i-emac: Add a flag for RMII support
  net: sun8i-emac: Add a flag for the internal PHY switch
  net: sun8i-emac: Use common syscon setup for R40
  net: sun8i-emac: Remove the SoC variant ID

 drivers/net/sun8i_emac.c | 96 ++++++++++++++++++++++------------------
 1 file changed, 53 insertions(+), 43 deletions(-)

-- 
2.37.4


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2023-02-04  0:45 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-22 22:51 [PATCH v2 0/5] net: sun8i-emac: Allwinner D1 Support Samuel Holland
2023-01-22 22:51 ` [PATCH v2 1/5] net: sun8i-emac: Add a structure for variant data Samuel Holland
2023-01-23 17:21   ` Andre Przywara
2023-02-04  0:36     ` Ramon Fried
2023-01-22 22:51 ` [PATCH v2 2/5] net: sun8i-emac: Add a flag for RMII support Samuel Holland
2023-01-23 17:22   ` Andre Przywara
2023-02-04  0:36     ` Ramon Fried
2023-01-22 22:51 ` [PATCH v2 3/5] net: sun8i-emac: Add a flag for the internal PHY switch Samuel Holland
2023-01-23 17:23   ` Andre Przywara
2023-02-04  0:37     ` Ramon Fried
2023-01-22 22:51 ` [PATCH v2 4/5] net: sun8i-emac: Use common syscon setup for R40 Samuel Holland
2023-01-23 17:24   ` Andre Przywara
2023-02-04  0:37     ` Ramon Fried
2023-01-22 22:51 ` [PATCH v2 5/5] net: sun8i-emac: Remove the SoC variant ID Samuel Holland
2023-01-23 17:24   ` Andre Przywara
2023-02-04  0:38     ` Ramon Fried
2023-01-22 23:45 ` [PATCH v2 0/5] net: sun8i-emac: Allwinner D1 Support Andre Przywara
2023-02-01  0:26 ` Andre Przywara
2023-02-04  0:41   ` Ramon Fried

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox