On Tue May 23, 2023 at 9:14 PM CEST, wrote: > Mon, May 22, 2023 at 06:31:14PM +0200, Esteban Blanc kirjoitti: > > TI TPS6594 PMIC has 11 GPIOs which can be used > > for different functions. > > > > This patch adds a pinctrl and GPIO drivers in > > order to use those functions. > > ... > > > +#define FUNCTION(n, g, v) \ > > + { \ > > + .pinfunction = PINCTRL_PINFUNCTION((n), (g), ARRAY_SIZE(g)), \ > > + .muxval = v, \ > > + } > > It seems you have used SPACEs before \, can you move to TABs? Once again clang-format is not doing the right thing. Sur I will fix this. > > +// Used to compute register address of GPIO1_CONF to GPIO11_CONF > > This is good. > > > -#define TPS6594_REG_GPIOX_CONF(gpio_inst) (0x31 + (gpio_inst)) > > +#define TPS6594_REG_GPIOX_CONF(gpio_inst) (0x31 + (gpio_inst)) > > But why this?! Once again, clang-format... I will fix this. Thanks for your help. Best regards, -- Esteban Blanc BayLibre