Re: [PATCH] pinctrl: meson: amlogic-a4: mark the GPIO controller as sleeping
From: Linus Walleij
Date: Fri Jan 09 2026 - 04:35:32 EST
On Tue, Jan 6, 2026 at 9:53 AM Bartosz Golaszewski
<bartosz.golaszewski@xxxxxxxxxxxxxxxx> wrote:
> The GPIO controller is configured as non-sleeping but it uses generic
> pinctrl helpers which use a mutex for synchronization. This will cause
> lockdep splats when used together with shared GPIOs going through the
> GPIO shared proxy driver.
BTW it is a very *welcome* side-effect of the new shared GPIO rework
that it just happens to find these old bugs, I'm very pleased with this :)
Yours,
Linus Walleij