Re: [PATCH] gpio: omap: do not register driver in probe()
From: Bartosz Golaszewski
Date: Tue Jan 27 2026 - 04:14:54 EST
On Fri, 23 Jan 2026 14:31:56 +0100, Danilo Krummrich wrote:
> Commit 11a78b794496 ("ARM: OMAP: MPUIO wake updates") registers the
> omap_mpuio_driver from omap_mpuio_init(), which is called from
> omap_gpio_probe().
>
> However, it neither makes sense to register drivers from probe()
> callbacks of other drivers, nor does the driver core allow registering
> drivers with a device lock already being held.
>
> [...]
Applied, thanks!
[1/1] gpio: omap: do not register driver in probe()
commit: 3cb53b083fa665ec14c52962f50b9c1df48cf87b
Best regards,
--
Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>