[PATCH net-next v6 3/4] net: stmmac: Add DWMAC glue layer for Renesas GBETH
Lad, Prabhakar
prabhakar.csengg at gmail.com
Tue Apr 15 06:52:27 PDT 2025
Hi Russell,
On Tue, Apr 15, 2025 at 2:39 PM Russell King (Oracle)
<linux at armlinux.org.uk> wrote:
>
> On Tue, Apr 15, 2025 at 01:56:41PM +0100, Prabhakar wrote:
> > Add the DWMAC glue layer for the GBETH IP found in the Renesas RZ/V2H(P)
> > SoC.
>
> I think we're almost there, but now that the trees have parted, we can
> start seeing other bits of wood :)
>
:)
> > +struct renesas_gbeth {
> > + struct plat_stmmacenet_data *plat_dat;
> > + struct reset_control *rstc;
> > + struct device *dev;
> > + void __iomem *regs;
>
> This appears to be only written, never read. Do you need it?
>
No, I can get rid of it.
> I think that's the last thing I can spot in this driver, so with that
> fixed, please add:
>
Thanks, along with this I'll fold renesas_gbeth_clks_config() contents
into renesas_gbeth_init/exit() as suggested by Philipp.
> Reviewed-by: Russell King (Oracle) <rmk+kernel at armlinux.org.uk>
>
Cheers,
Prabhakar
More information about the linux-arm-kernel
mailing list