Hi Shimoda-san, On Mon, Sep 7, 2020 at 11:20 AM Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> wrote: > Add support for R-Car V3U (R8A779A0) to the R-Car RST driver. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> Thanks for your patch! Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- a/drivers/soc/renesas/rcar-rst.c > +++ b/drivers/soc/renesas/rcar-rst.c > @@ -37,6 +37,10 @@ static const struct rst_config rcar_rst_gen3 __initconst = { > .modemr = 0x60, > }; > > +static const struct rst_config rcar_rst_r8a779a0 __initconst = { > + .modemr = 0x00, /* MODEMR0 and it has CPG related bits */ Do you need the bits from MODEMR1, too? Perhaps the time is ripe to add rcar_rst_read_mode_pins64(), so users can access more than 32 bits on SoCs that provide it (R-Car V3H and V3U)? At least the numbering is sane on R-Car V3U. On R-Car V3H, MD29 and higher are stored starting at bit 1 of the second MODEMR register... > +}; Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds