Re: [PATCH] pinctrl: qcom: lpass-lpi: mark the GPIO controller as sleeping
From: Bartosz Golaszewski
Date: Wed Dec 17 2025 - 04:14:01 EST
On Wed, Nov 26, 2025 at 1:22 PM Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
>
> From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>
> The gpio_chip settings in this driver say the controller can't sleep
> but it actually uses a mutex for synchronization. This triggers the
> following BUG():
>
Hi Linus,
Gentle ping for this one.
Bart