Re: [PATCH 2/2] gpiolib: add support for fetching descriptors from static properties

2019-07-30 Thread Heikki Krogerus
Hi Dmitry, On Sat, Jul 13, 2019 at 12:52:59AM -0700, Dmitry Torokhov wrote: > Now that static device properties understand notion of child nodes, let's > teach gpiolib to tie such children and machine GPIO descriptor tables. > We will continue using a single table for entire device, but instead of

Re: [PATCH 2/2] gpiolib: add support for fetching descriptors from static properties

2019-07-28 Thread Linus Walleij
On Sat, Jul 13, 2019 at 9:53 AM Dmitry Torokhov wrote: > Now that static device properties understand notion of child nodes, let's > teach gpiolib to tie such children and machine GPIO descriptor tables. > We will continue using a single table for entire device, but instead of > using connection

[PATCH 2/2] gpiolib: add support for fetching descriptors from static properties

2019-07-13 Thread Dmitry Torokhov
Now that static device properties understand notion of child nodes, let's teach gpiolib to tie such children and machine GPIO descriptor tables. We will continue using a single table for entire device, but instead of using connection ID as a lookup key in the GPIO descriptor table directly, we will