Re: [PATCH] gpio: omap: do not register driver in probe()

From: Bartosz Golaszewski

Date: Mon Jan 26 2026 - 04:07:39 EST


On Fri, Jan 23, 2026 at 2:44 PM Danilo Krummrich <dakr@xxxxxxxxxx> wrote:
>
> On Fri Jan 23, 2026 at 2:31 PM CET, Danilo Krummrich wrote:
> > However, for the purpose of avoiding the described potential deadlock in
> > combination with commit dc23806a7c47 ("driver core: enforce device_lock for
> > driver_match_device()"), this patch only addresses the driver registration
> > issue.
>
> I.e. unless there are any concerns, I'd like to take this one through the
> driver-core tree.

It looks good to me, but it's a GPIO driver, this can go together with
GPIO fixes for v6.19-rc8 as usual.

Bart