Searched hist:ab32770ec8d64254503d85128ba05de41d792ff2 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpio/ |
H A D | gpio-ath79.c | diff ab32770ec8d64254503d85128ba05de41d792ff2 Thu Jan 28 20:44:29 CET 2016 Alban Bedel <albeu@free.fr> gpio: ath79: Move to the generic GPIO driver
Drop most of the code in favor of the generic MMIO GPIO driver. As the driver now depend on CONFIG_GPIO_GENERIC also add a Kconfig entry to make the driver optional.
We leave the base pointer and lock in the data struct because they are needed for the IRQ support.
Signed-off-by: Alban Bedel <albeu@free.fr> Acked-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
H A D | Makefile | diff ab32770ec8d64254503d85128ba05de41d792ff2 Thu Jan 28 20:44:29 CET 2016 Alban Bedel <albeu@free.fr> gpio: ath79: Move to the generic GPIO driver
Drop most of the code in favor of the generic MMIO GPIO driver. As the driver now depend on CONFIG_GPIO_GENERIC also add a Kconfig entry to make the driver optional.
We leave the base pointer and lock in the data struct because they are needed for the IRQ support.
Signed-off-by: Alban Bedel <albeu@free.fr> Acked-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|
H A D | Kconfig | diff ab32770ec8d64254503d85128ba05de41d792ff2 Thu Jan 28 20:44:29 CET 2016 Alban Bedel <albeu@free.fr> gpio: ath79: Move to the generic GPIO driver
Drop most of the code in favor of the generic MMIO GPIO driver. As the driver now depend on CONFIG_GPIO_GENERIC also add a Kconfig entry to make the driver optional.
We leave the base pointer and lock in the data struct because they are needed for the IRQ support.
Signed-off-by: Alban Bedel <albeu@free.fr> Acked-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|