Re: [PATCH] gpio: gpio-by-pinctrl: Apply initial value in direction output wrapper
Bartosz Golaszewski <[email protected]>
| Newsgroups | org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAMRc=MczQePGDj4mzw2ZewPPb+T7kUqJMYu4gmrf=HboVEo2FQ@mail.gmail.com> |
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