Re: [PATCH 2/4] gpio: aggregator: stop using dev-sync-probe
From: Bartosz Golaszewski
Date: Thu Apr 02 2026 - 08:47:23 EST
On Fri, Mar 27, 2026 at 11:31 AM Bartosz Golaszewski
<bartosz.golaszewski@xxxxxxxxxxxxxxxx> wrote:
>
> dev-err-probe is an overengineered solution to a simple problem. Use a
> combination of wait_for_probe() and device_is_bound() to synchronously
> wait for the platform device to probe.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>
> ---
Hi Geert!
Any objections to this being queued for v7.1?
Bart