Re: [PATCH v2] gpio: davinci: implement .get_direction()

From: Bartosz Golaszewski
Date: Fri Jan 09 2026 - 09:55:20 EST


On Fri, Jan 9, 2026 at 3:48 PM Michael Walle <mwalle@xxxxxxxxxx> wrote:
>
> >> This will need a
> >>
> >> Fixes: a060b8c511ab ("gpiolib: implement low-level, shared GPIO support")
> >>
> >> Otherwise the sa67 board will be broken with the defconfig (or any
> >> config enabled ARCH_QCOM).
> >>
> >
> > Can you confirm, you're still seeing the issue with:
> >
> > https://lore.kernel.org/all/20260108-gpio-shared-false-positive-v1-1-5dbf8d1b2f7d@xxxxxxxxxxxxxxxx/
>
> Yes, latest next, with that patch applied, still causes the same
> issue. I don't think it's a false positive as the same gpio is used
> as enable for two different regulators :)
>

Yes, I responded under the other thread. Let's add Fixes: and use this
as the solution?

Bart