Re: [PATCH] pinctrl: at91-pio4: Fix slew rate disablement

2021-04-09 Thread Linus Walleij
On Fri, Apr 9, 2021 at 10:25 AM Tudor Ambarus wrote: > The slew rate was enabled by default for each configuration of the > pin. In case the pin had more than one configuration, even if > we set the slew rate as disabled in the device tree, the next pin > configuration would set again the slew ra

Re: [PATCH] pinctrl: at91-pio4: Fix slew rate disablement

2021-04-09 Thread Ludovic.Desroches
On Fri, Apr 09, 2021 at 11:25:22AM +0300, Tudor Ambarus wrote: > The slew rate was enabled by default for each configuration of the > pin. In case the pin had more than one configuration, even if > we set the slew rate as disabled in the device tree, the next pin > configuration would set again the

Re: [PATCH] pinctrl: at91-pio4: Fix slew rate disablement

2021-04-09 Thread Claudiu.Beznea
On 09.04.2021 11:25, Tudor Ambarus wrote: > The slew rate was enabled by default for each configuration of the > pin. In case the pin had more than one configuration, even if > we set the slew rate as disabled in the device tree, the next pin > configuration would set again the slew rate enabled by

[PATCH] pinctrl: at91-pio4: Fix slew rate disablement

2021-04-09 Thread Tudor Ambarus
The slew rate was enabled by default for each configuration of the pin. In case the pin had more than one configuration, even if we set the slew rate as disabled in the device tree, the next pin configuration would set again the slew rate enabled by default, overwriting the slew rate disablement. I