[PATCH v2 0/5] net: sun8i-emac: Allwinner D1 Support

Ramon Fried rfried.dev at gmail.com
Sat Feb 4 01:41:18 CET 2023


On Wed, Feb 1, 2023 at 2:28 AM Andre Przywara <andre.przywara at arm.com> wrote:
>
> On Sun, 22 Jan 2023 16:51:01 -0600
> Samuel Holland <samuel at sholland.org> wrote:
>
> Hi Joe, Ramon,
>
> > 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.
>
> So I reviewed, but also tested this series on an H3, A64, H6 and R40
> board, and Ethernet still worked on all of them.
> How do we handle the merge? Do you want to ACK the patches, and I
> take them through the sunxi tree? Or do you want to take the series?
> Patchwork put this on my plate, but get_maintainer.pl listed you two as
> the maintainers.
Hi.
I no longer maintain a tree. so please go ahead and apply those.
They look good.
>
> Cheers,
> Andre
>
>
> > 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(-)
> >
>


More information about the U-Boot mailing list