On Tue, Aug 15, 2017 at 6:59 AM, Dmitry Torokhov <dmitry.torok...@gmail.com> 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 <andriy.shevche...@linux.intel.com> > Reviewed-by: Mika Westerberg <mika.westerb...@linux.intel.com> > Signed-off-by: Dmitry Torokhov <dmitry.torok...@gmail.com> > --- > > V2: > - added the !CONFIG_GPIOLIB stub (Andy) > - changed size from unsigned int to size_t at Mika's suggestion > - added Reviewed-bys. Patch applied! Usually I don't like adding APIs with no users, but you have a good track record so I believe you are going to put this to good use in coming merge windows. Yours, Linus Walleij