Re: [PATCH] pinctrl: meson: mark the GPIO controller as sleeping
From: Martin Blumenstingl
Date: Mon Jan 05 2026 - 12:28:42 EST
Hi Bartosz,
On Mon, Jan 5, 2026 at 4:05 PM Bartosz Golaszewski
<bartosz.golaszewski@xxxxxxxxxxxxxxxx> 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)?
Best regards,
Martin