Re: [PATCH V7] gpio: virtio: Add IRQ support

From: Bartosz Golaszewski
Date: Thu Nov 04 2021 - 11:38:24 EST


On Mon, Oct 25, 2021 at 5:46 AM Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:
>
> On 22-10-21, 06:11, Michael S. Tsirkin wrote:
> > On Thu, Oct 21, 2021 at 04:34:19PM +0530, Viresh Kumar 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.
> > >
> > > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
> > > Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>
> >
> > Acked-by: Michael S. Tsirkin <mst@xxxxxxxxxx>
> >
> > I think this can be merged - while ballot did not close yet
> > you already have a majority vote Yes. Worst case we'll revert
> > but I don't expect that.
>
> Thanks.
>
> Bartosz,
>
> Can you please pick this up for upcoming merge window then ?
>
> --
> viresh

I picked up the v7 I see in patchwork (but not in my inbox :( )

Bart