[PATCH v2 0/5] net: sun8i-emac: Allwinner D1 Support
Samuel Holland
samuel at sholland.org
Sun Jan 22 23:51:01 CET 2023
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
More information about the U-Boot
mailing list