On Thu, May 30, 2024 at 7:42 PM Prabhakar <prabhakar.csengg@xxxxxxxxx> wrote: > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > > Introduces pmc_writeb() function pointer, in the struct rzg2l_pinctrl_data > to facilitate writing to the PMC register. On the RZ/V2H(P) SoC, unlocking > the PWPR.REGWE_A bit before writing to PMC registers is required, whereas > this is not the case for the existing RZ/G2L family. This addition enables > the reuse of existing code for RZ/V2H(P). Additionally, this patch > populates this function pointer with appropriate data for existing SoCs. > > Note that this functionality is only handled in rzg2l_gpio_request(), as > PMC unlock/lock during PFC setup will be taken care of in the > pwpr_pfc_lock_unlock() function pointer. > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > --- > v2->v3 > - Now passing offset to pmc_writeb() instead of virtual address Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> 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