Re: [PATCH v3 2/2] gpiolib: support parsing gpio three-cell interrupts scheme

From: Bartosz Golaszewski
Date: Tue Apr 08 2025 - 05:04:21 EST


On Tue, Mar 25, 2025 at 11:08 PM Yixun Lan <dlan@xxxxxxxxxx> wrote:
>
> gpio irq which using three-cell scheme should always call
> instance_match() function to find the correct irqdomain.
>
> The select() function will be called with !DOMAIN_BUS_ANY,
> so for specific gpio irq driver, it need to set bus token
> explicitly, something like:
> irq_domain_update_bus_token(girq->domain, DOMAIN_BUS_WIRED);
>
> Signed-off-by: Yixun Lan <dlan@xxxxxxxxxx>
> ---

This doesn't apply on top of my gpio/for-next branch. Please rebase
your patch and resend. Patch 1/2 is already on that branch.

Bartosz