Hi Andy, On Wed, Mar 30, 2022 at 2:17 PM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > On Wed, Mar 30, 2022 at 12:00:27PM +0200, Geert Uytterhoeven wrote: > > On Tue, Mar 29, 2022 at 5:29 PM Andy Shevchenko > > <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > > ... > > > > + struct fwnode_reference_args of_args; > > > > fw_args? > > Perhaps just args as other drivers do? Fine for me. > > > - chip->label = devm_kasprintf(rza1_pctl->dev, GFP_KERNEL, "%pOFn", > > > - np); > > > + chip->label = devm_kasprintf(rza1_pctl->dev, GFP_KERNEL, "%pfw", fwnode); > > > > This changes the label from e.g. "/soc/pinctrl@fcfe3000/gpio-11" to "gpio-11". > > Hmm... It seems other way around, i.e. it changes from the name to full name. Oops, sorry about that. (I accidentally included the change from testing "%pfwP" ;-) > > > %pfwP? > > But conclusion here is correct. Good catch! 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