gpio: ath79: Move to the generic GPIO driver
authorAlban Bedel <albeu@free.fr>
Thu, 28 Jan 2016 19:44:29 +0000 (20:44 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 10 Feb 2016 10:07:24 +0000 (11:07 +0100)
commitab32770ec8d64254503d85128ba05de41d792ff2
treeab8bdfa9d9f3f9512909dd7ee46919af42dc53f1
parent60afe31d1f6245c3156d540b0c7e5381ea8069d1
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>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-ath79.c
This page took 0.028318 seconds and 5 git commands to generate.