Re: [PATCH v4 0/5] gpio: Add GPIO Aggregator

2020-01-20 Thread Eugeniu Rosca
Hi Geert, On Wed, Jan 15, 2020 at 07:15:18PM +0100, 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 basi

[PATCH v4 0/5] gpio: Add GPIO Aggregator

2020-01-15 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