Re: [PATCH V5 2/2] gpio: virtio: Add IRQ support

From: Linus Walleij
Date: Wed Aug 11 2021 - 08:31:40 EST


On Tue, Aug 10, 2021 at 12:25 PM Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:

> This patch adds IRQ support for the virtio GPIO driver. Note that this
> uses the irq_bus_lock/unlock() callbacks, since those operations over
> virtio may sleep. Also the notifications for the eventq are processed
> using a work item to allow sleep-able operations.
>
> Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>

Looks good to me from a GPIO point of view:
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Yours,
Linus Walleij