]> git.baikalelectronics.ru Git - kernel.git/commit
gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_desc
authorGuenter Roeck <linux@roeck-us.net>
Tue, 22 Jul 2014 15:01:01 +0000 (08:01 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 24 Jul 2014 08:25:00 +0000 (10:25 +0200)
commit3f5954a0da6f17653e1f5dabde385299ef4927af
tree86e7dc2cd3a2c617e27795762aacabbb779339e2
parentf20d4dfb1dcf6ab0dd9d9170dd75832a2309737d
gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_desc

Both functions were introduced to let gpio drivers request their own
gpio pins. Without exporting the functions, this can however only be
used by gpio drivers built into the kernel.

Secondary impact is that the functions can not currently be used by
platform initialization code associated with the gpio-pca953x driver.
This code permits auto-export of gpio pins through platform data, but
if this functionality is used, the module can no longer be unloaded due
to the problem solved with the introduction of gpiochip_request_own_desc
and gpiochip_free_own_desc.

Export both function so they can be used from modules and from
platform initialization code.

Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/gpio/driver.txt
drivers/gpio/gpiolib.c
drivers/gpio/gpiolib.h
include/linux/gpio/driver.h