Re: [PATCH] pinctrl: stm32: set default gpio line names using pin names

From: Linus Walleij
Date: Wed Jun 21 2023 - 03:18:22 EST


On Tue, Jun 20, 2023 at 12:43 PM Valentin Caron
<valentin.caron@xxxxxxxxxxx> wrote:

> Add stm32_pctrl_get_desc_pin_from_gpio function to find a stm32 pin
> descriptor which is matching with a gpio.
> Most of the time pin number is equal to pin index in array. So the first
> part of the function is useful to speed up.
>
> And during gpio bank register, we set default gpio names with pin names.
>
> Signed-off-by: Valentin Caron <valentin.caron@xxxxxxxxxxx>

If I get some ACK from the STM32 pinctrl maintainers I can merge
this, seems useful! Maybe you already reviewed it internally at ST?
I personally don't mind if you bring over internal reviewed-by tags.

Yours,
Linus Walleij