Re: [PATCH] drivers: gpio: add virtio-gpio guest driver

2021-06-17 Thread Viresh Kumar
On 17-06-21, 11:54, Enrico Weigelt, metux IT consult wrote: > Actually, I am subscribed in the list. We already had debates on it, > including on your postings (but also other things). Right. > And the ascii > version of the spec actually landed on the list last year, we had > discussions about i

Re: [PATCH] drivers: gpio: add virtio-gpio guest driver

2021-06-16 Thread Viresh Kumar
On 16-06-21, 17:04, Enrico Weigelt, metux IT consult wrote: > Half correct: I sent it to the list, but this wasn't tex'ified yet. > > When we had an email conversation about this, it was about submitting > the existing spec in a formal correct way. Don't get me wrong: I > apreciate that somebody's

Re: [virtio-dev] banned on virtio list ? [Re: [PATCH] drivers: gpio: add virtio-gpio guest driver]

2021-06-16 Thread Chet Ensign
Hi mtx - I checked our logs and I don't see you as subscribed to either list. That should explain why you're being blocked. To subscribe to virtio-comment, follow the instructions at https://www.oasis-open.org/committees/comments/index.php?wg_abbrev=virtio To subscribe to virtio-dev, you can sen

Re: [PATCH] drivers: gpio: add virtio-gpio guest driver

2021-06-16 Thread Viresh Kumar
On 16-06-21, 10:31, Linus Walleij wrote: > Hi Enrico, > > On Tue, Jun 15, 2021 at 7:49 PM Enrico Weigelt, metux IT consult > wrote: > > > Introduce new GPIO driver for virtual GPIO devices via virtio. > > > > The driver implements the virtio-gpio protocol (ID 41), which can be > > used by either

Re: [PATCH] drivers: gpio: add virtio-gpio guest driver

2021-06-16 Thread Linus Walleij
Hi Enrico, On Tue, Jun 15, 2021 at 7:49 PM Enrico Weigelt, metux IT consult wrote: > Introduce new GPIO driver for virtual GPIO devices via virtio. > > The driver implements the virtio-gpio protocol (ID 41), which can be > used by either VM guests (e.g. bridging virtual gpios from the guest > to

Re: [PATCH] drivers: gpio: add virtio-gpio guest driver

2020-11-29 Thread Jonathan Neuschäfer
Hi, On Fri, Nov 27, 2020 at 07:30:03PM +0100, Enrico Weigelt, metux IT consult wrote: > Introducing new gpio driver for virtual GPIO devices via virtio. > > The driver allows routing gpio control into VM guests, eg. brigding > virtual gpios to specific host gpios, or attaching simulators for > a

Re: [PATCH] drivers: gpio: add virtio-gpio guest driver

2020-11-29 Thread Michael S. Tsirkin
On Fri, Nov 27, 2020 at 07:30:03PM +0100, Enrico Weigelt, metux IT consult wrote: > diff --git a/include/uapi/linux/virtio_ids.h b/include/uapi/linux/virtio_ids.h > index b052355ac7a3..85772c0bcb4b 100644 > --- a/include/uapi/linux/virtio_ids.h > +++ b/include/uapi/linux/virtio_ids.h > @@ -48,5 +4

Re: [PATCH] drivers: gpio: add virtio-gpio guest driver

2020-11-27 Thread kernel test robot
Hi "Enrico, I love your patch! Yet something to improve: [auto build test ERROR on gpio/for-next] [also build test ERROR on linux/master linus/master v5.10-rc5 next-20201127] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--ba

Re: [PATCH] drivers: gpio: add virtio-gpio guest driver

2020-11-27 Thread Randy Dunlap
On 11/27/20 10:30 AM, Enrico Weigelt, metux IT consult wrote: > diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig > index 5d4de5cd6759..e8414d82cf75 100644 > --- a/drivers/gpio/Kconfig > +++ b/drivers/gpio/Kconfig > @@ -1613,4 +1613,13 @@ config GPIO_MOCKUP > tools/testing/selftests/