Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: adp5588 - add support for gpio names

which is already found in the common header for adp5588

Signed-off-by: Jean-Francois Dagenais <jeff.dagenais@gmail.com>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Jean-Francois Dagenais and committed by
Linus Walleij
1163316e dc1b5ba1

+1
+1
drivers/gpio/gpio-adp5588.c
··· 397 397 gc->ngpio = ADP5588_MAXGPIO; 398 398 gc->label = client->name; 399 399 gc->owner = THIS_MODULE; 400 + gc->names = pdata->names; 400 401 401 402 mutex_init(&dev->lock); 402 403