Re: [PATCH 6/7] drivers/gpio: Add and export gpiod_lookup[_index]

2017-01-26 Thread Linus Walleij
On Wed, Jan 25, 2017 at 1:06 AM, Furquan Shaikh wrote: > Sometimes (as the case with fixed regulator) we only want to look up, > but not necessarily reserve right away, GPIO. gpiod_lookup() and > gpiod_lookup_by_index() allow us doing just that. > > Signed-off-by: Dmitry

Re: [PATCH 6/7] drivers/gpio: Add and export gpiod_lookup[_index]

2017-01-26 Thread Linus Walleij
On Wed, Jan 25, 2017 at 1:06 AM, Furquan Shaikh wrote: > Sometimes (as the case with fixed regulator) we only want to look up, > but not necessarily reserve right away, GPIO. gpiod_lookup() and > gpiod_lookup_by_index() allow us doing just that. > > Signed-off-by: Dmitry Torokhov >

Re: [PATCH 6/7] drivers/gpio: Add and export gpiod_lookup[_index]

2017-01-25 Thread kbuild test robot
Hi Furquan, [auto build test ERROR on regulator/for-next] [also build test ERROR on v4.10-rc5 next-20170125] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 6/7] drivers/gpio: Add and export gpiod_lookup[_index]

2017-01-25 Thread kbuild test robot
Hi Furquan, [auto build test ERROR on regulator/for-next] [also build test ERROR on v4.10-rc5 next-20170125] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 6/7] drivers/gpio: Add and export gpiod_lookup[_index]

2017-01-24 Thread Furquan Shaikh
Sometimes (as the case with fixed regulator) we only want to look up, but not necessarily reserve right away, GPIO. gpiod_lookup() and gpiod_lookup_by_index() allow us doing just that. Signed-off-by: Dmitry Torokhov Signed-off-by: Furquan Shaikh ---

[PATCH 6/7] drivers/gpio: Add and export gpiod_lookup[_index]

2017-01-24 Thread Furquan Shaikh
Sometimes (as the case with fixed regulator) we only want to look up, but not necessarily reserve right away, GPIO. gpiod_lookup() and gpiod_lookup_by_index() allow us doing just that. Signed-off-by: Dmitry Torokhov Signed-off-by: Furquan Shaikh --- drivers/gpio/gpiolib.c| 75