Re: [PATCH V5 1/2] gpio: Add virtio-gpio driver

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


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

> This patch adds a new driver for Virtio based GPIO devices.
>
> This allows a guest VM running Linux to access GPIO lines provided by
> the host. It supports all basic operations, except interrupts for the
> GPIO lines.
>
> Based on the initial work posted by:
> "Enrico Weigelt, metux IT consult" <lkml@xxxxxxxxx>.
>
> Signed-off-by: Viresh Kumar <viresh.kumar@xxxxxxxxxx>

I see there is a dependency that needs to be fixed but
the driver looks good to me:
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Yours,
Linus Walleij