Re: [PATCH] gpio: gpio-by-pinctrl: Apply initial value in direction output wrapper
Alex Tran <[email protected]>
| Newsgroups | org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 7/24/2026 12:43 AM, Bartosz Golaszewski wrote: > On Thu, 23 Jul 2026 22:20:25 +0200, Alex Tran <[email protected]> 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 <[email protected]> >> --- > Good catch, I'd like to backport it as a bug, can you add the Fixes tag? > > Bart Sure I'll send in v2 with it added. Thanks, Alex