Re: [PATCH v6 4/8] gpiolib: Add support for GPIO lookup by line name

2020-05-11 Thread Geert Uytterhoeven
Hi Linus, On Thu, Mar 26, 2020 at 10:18 PM Linus Walleij wrote: > On Tue, Mar 24, 2020 at 2:57 PM Geert Uytterhoeven > wrote: > > Currently a GPIO lookup table can only refer to a specific GPIO by a > > tuple, consisting of a GPIO controller label and a GPIO offset inside > > the controller. > >

Re: [PATCH v6 4/8] gpiolib: Add support for GPIO lookup by line name

2020-03-26 Thread Linus Walleij
On Tue, Mar 24, 2020 at 2:57 PM Geert Uytterhoeven wrote: > Currently a GPIO lookup table can only refer to a specific GPIO by a > tuple, consisting of a GPIO controller label and a GPIO offset inside > the controller. > > However, a GPIO may also carry a line name, defined by DT or ACPI. > If pr