[PATCH] pinctrl: meson: mark the GPIO controller as sleeping

Bartosz Golaszewski brgl at kernel.org
Mon Jan 5 09:38:36 PST 2026


On Mon, 5 Jan 2026 18:28:23 +0100, Martin Blumenstingl
<martin.blumenstingl at googlemail.com> said:
> Hi Bartosz,
>
> On Mon, Jan 5, 2026 at 4:05 PM Bartosz Golaszewski
> <bartosz.golaszewski at oss.qualcomm.com> wrote:
> [...]
>>   mutex_lock_nested+0x24/0x30
>>   pinctrl_get_device_gpio_range+0x44/0x128
>>   pinctrl_gpio_set_config+0x40/0xdc
>>   gpiochip_generic_config+0x28/0x3c
>>   gpio_do_set_config+0xa8/0x194
> $ git grep gpiochip_generic_config drivers/pinctrl/meson/
> drivers/pinctrl/meson/pinctrl-amlogic-a4.c:     .set_config
>  = gpiochip_generic_config,
> drivers/pinctrl/meson/pinctrl-meson.c:  pc->chip.set_config =
> gpiochip_generic_config;
>
> pinctrl-amlogic-a4.c still has:
>   .can_sleep = false,
>
> Are there plans to send a separate fix for pinctrl-amlogic-a4.c - or
> was the intention to fix "all" Amlogic pin controllers in this patch
> (which would mean that the change to pinctrl-amlogic-a4.c is missing)?
>
>

Yeah, I missed it. I will send a follow-up tomorrow.

Bartosz



More information about the linux-amlogic mailing list