Re: [PATCH v2] gpio: add gpio_add_lookup_tables() to add several tables at once

2017-08-23 Thread Linus Walleij
On Tue, Aug 15, 2017 at 6:59 AM, Dmitry Torokhov wrote: > When converting legacy board to use gpiod API() there might be several > lookup tables in board file, let's provide a way to register them all at > once. > > Reviewed-by: Andy Shevchenko > Reviewed-by: Mika Westerberg > Signed-off-by: Dm

[PATCH v2] gpio: add gpio_add_lookup_tables() to add several tables at once

2017-08-14 Thread Dmitry Torokhov
When converting legacy board to use gpiod API() there might be several lookup tables in board file, let's provide a way to register them all at once. Reviewed-by: Andy Shevchenko Reviewed-by: Mika Westerberg Signed-off-by: Dmitry Torokhov --- V2: - added the !CONFIG_GPIOLIB stub (Andy) - chang