Re: [PATCH] pinctrl: stm32: use the hwspin_lock_timeout_in_atomic() API

From: Linus Walleij
Date: Thu Jul 23 2020 - 09:20:24 EST


On Mon, Jun 15, 2020 at 2:44 PM Alexandre Torgue
<alexandre.torgue@xxxxxx> wrote:

> From: Fabien Dessenne <fabien.dessenne@xxxxxx>
>
> Use the hwspin_lock_timeout_in_atomic() API which is the most appropriated
> here. Indeed:
> - hwspin_lock_() is called after spin_lock_irqsave()
> - the hwspin_lock_timeout() API relies on jiffies count which won't work
> if IRQs are disabled which is the case here.
>
> Signed-off-by: Fabien Dessenne <fabien.dessenne@xxxxxx>
> Signed-off-by: Alexandre Torgue <alexandre.torgue@xxxxxx>

Patch applied, sorry for missing this one.

Yours,
Linus Walleij