Re: [PATCH v3 6/7] docs: gpio: Add GPIO Aggregator/Repeater documentation

2020-01-06 Thread Geert Uytterhoeven
Hi Linus, On Sat, Jan 4, 2020 at 1:21 AM Linus Walleij wrote: > On Thu, Dec 12, 2019 at 3:48 PM Geert Uytterhoeven > wrote: > > On Thu, Dec 12, 2019 at 3:42 PM Linus Walleij > > wrote: > > > On Wed, Nov 27, 2019 at 9:43 AM Geert Uytterhoeven > > > wrote: > > > > +The GPIO Aggregator allows a

Re: [PATCH v3 6/7] docs: gpio: Add GPIO Aggregator/Repeater documentation

2020-01-03 Thread Linus Walleij
On Thu, Dec 12, 2019 at 3:48 PM Geert Uytterhoeven wrote: > On Thu, Dec 12, 2019 at 3:42 PM Linus Walleij > wrote: > > On Wed, Nov 27, 2019 at 9:43 AM Geert Uytterhoeven > > wrote: > > > +The GPIO Aggregator allows access control for individual GPIOs, by > > > aggregating > > > +them into a ne

Re: [PATCH v3 6/7] docs: gpio: Add GPIO Aggregator/Repeater documentation

2019-12-12 Thread Geert Uytterhoeven
Hi Linus, On Thu, Dec 12, 2019 at 3:42 PM Linus Walleij wrote: > On Wed, Nov 27, 2019 at 9:43 AM Geert Uytterhoeven > wrote: > > +The GPIO Aggregator allows access control for individual GPIOs, by > > aggregating > > +them into a new gpio_chip, which can be assigned to a group or user using > >

Re: [PATCH v3 6/7] docs: gpio: Add GPIO Aggregator/Repeater documentation

2019-12-12 Thread Linus Walleij
On Wed, Nov 27, 2019 at 9:43 AM Geert Uytterhoeven wrote: > +The GPIO Aggregator allows access control for individual GPIOs, by > aggregating > +them into a new gpio_chip, which can be assigned to a group or user using > +standard UNIX file ownership and permissions. Furthermore, this simplifie

Re: [PATCH v3 6/7] docs: gpio: Add GPIO Aggregator/Repeater documentation

2019-11-27 Thread Ulrich Hecht
> On November 27, 2019 at 9:42 AM Geert Uytterhoeven > wrote: > > > Document the GPIO Aggregator/Repeater, and the three typical use-cases. > > Signed-off-by: Geert Uytterhoeven > --- > v3: > - New. > --- > .../admin-guide/gpio/gpio-aggregator.rst | 111 ++ > Documen

[PATCH v3 6/7] docs: gpio: Add GPIO Aggregator/Repeater documentation

2019-11-27 Thread Geert Uytterhoeven
Document the GPIO Aggregator/Repeater, and the three typical use-cases. Signed-off-by: Geert Uytterhoeven --- v3: - New. --- .../admin-guide/gpio/gpio-aggregator.rst | 111 ++ Documentation/admin-guide/gpio/index.rst | 1 + 2 files changed, 112 insertions(+) create