On 8/25/21 10:01 AM, Biju Das wrote: > The DMAC IP on the R-Car AVB module has different initialization > parameters for RCR, TGC, TCCR, RIC0, RIC2, and TIC compared to > DMAC IP on the RZ/G2L Gigabit Ethernet module. Factorise the > ravb_dmac_init function to support the later SoC. Couldn't we resolve these differencies like the sh_eth driver does, by adding the register values into the *struct* ravb_hw_info? > > Signed-off-by: Biju Das <biju.das.jz@xxxxxxxxxxxxxx> > Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> [...] MBR, Sergey