Re: [PATCH v7 0/6] gpio: Add GPIO Aggregator

2020-05-20 Thread Geert Uytterhoeven
Hi Andy, On Wed, May 20, 2020 at 2:41 PM Andy Shevchenko wrote: > On Wed, May 20, 2020 at 3:40 PM Andy Shevchenko > wrote: > > On Wed, May 20, 2020 at 3:38 PM Geert Uytterhoeven > > wrote: > > > On Wed, May 20, 2020 at 2:14 PM Andy Shevchenko > > > wrote: > > > > On Mon, May 11, 2020 at 04:52

Re: [PATCH v7 0/6] gpio: Add GPIO Aggregator

2020-05-20 Thread Andy Shevchenko
On Wed, May 20, 2020 at 3:40 PM Andy Shevchenko wrote: > On Wed, May 20, 2020 at 3:38 PM Geert Uytterhoeven > wrote: > > On Wed, May 20, 2020 at 2:14 PM Andy Shevchenko > > wrote: > > > On Mon, May 11, 2020 at 04:52:51PM +0200, Geert Uytterhoeven wrote: > > ... > > > > Sorry for late reply, rec

Re: [PATCH v7 0/6] gpio: Add GPIO Aggregator

2020-05-20 Thread Andy Shevchenko
On Wed, May 20, 2020 at 3:38 PM Geert Uytterhoeven wrote: > On Wed, May 20, 2020 at 2:14 PM Andy Shevchenko > wrote: > > On Mon, May 11, 2020 at 04:52:51PM +0200, Geert Uytterhoeven wrote: ... > > Sorry for late reply, recently noticed this nice idea. > > The comment I have is, please, can we r

Re: [PATCH v7 0/6] gpio: Add GPIO Aggregator

2020-05-20 Thread Geert Uytterhoeven
Hi Andy, On Wed, May 20, 2020 at 2:14 PM Andy Shevchenko wrote: > On Mon, May 11, 2020 at 04:52:51PM +0200, Geert Uytterhoeven wrote: > > GPIO controllers are exported to userspace using /dev/gpiochip* > > character devices. Access control to these devices is provided by > > standard UNIX file s

Re: [PATCH v7 0/6] gpio: Add GPIO Aggregator

2020-05-20 Thread Andy Shevchenko
On Mon, May 11, 2020 at 04:52:51PM +0200, Geert Uytterhoeven wrote: > Hi all, > > GPIO controllers are exported to userspace using /dev/gpiochip* > character devices. Access control to these devices is provided by > standard UNIX file system permissions, on an all-or-nothing basis: > either

Re: [PATCH v7 0/6] gpio: Add GPIO Aggregator

2020-05-18 Thread Geert Uytterhoeven
Hi Linus, On Mon, May 18, 2020 at 10:17 AM Linus Walleij wrote: > I have queued this v7 patch set in an immutable branch for testing and also > merged to my "devel" branch for testing. > > If all goes well it also hits linux-next soon. Thank a lot! Back to the QEMU side... Gr{oetje,eeting}s,

Re: [PATCH v7 0/6] gpio: Add GPIO Aggregator

2020-05-18 Thread Linus Walleij
Hi Geert, I have queued this v7 patch set in an immutable branch for testing and also merged to my "devel" branch for testing. If all goes well it also hits linux-next soon. Yours, Linus Walleij

[PATCH v7 0/6] gpio: Add GPIO Aggregator

2020-05-11 Thread Geert Uytterhoeven
Hi all, GPIO controllers are exported to userspace using /dev/gpiochip* character devices. Access control to these devices is provided by standard UNIX file system permissions, on an all-or-nothing basis: either a GPIO controller is accessible for a user, or it is not. Currently no mechan