Re: [PATCH] gpio: gpio-by-pinctrl: Apply initial value in direction output wrapper
From: Bartosz Golaszewski
Date: Fri Jul 24 2026 - 03:43:48 EST
On Thu, 23 Jul 2026 22:20:25 +0200, Alex Tran <alex.tran@xxxxxxxxxxxxxxxx> said:
> After successfully configuring gpio pin as output, set the
> requested initial output value via the existing gpio set
> wrapper, so that the pin is not left at its previous level.
>
> Signed-off-by: Alex Tran <alex.tran@xxxxxxxxxxxxxxxx>
> ---
Good catch, I'd like to backport it as a bug, can you add the Fixes tag?
Bart