gpio: move integer GPIO support to its own file
authorAlexandre Courbot <acourbot@nvidia.com>
Tue, 1 Jul 2014 05:45:16 +0000 (14:45 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 9 Jul 2014 10:22:57 +0000 (12:22 +0200)
commit122c94dec7f6909ff6999f6207b124e6db5d2ba8
treea955f58f3aaf23e537d3ef1e931e68a0f8f423c6
parent0eb4c6c2671ca05e447811041c838e2a6bc2a1f4
gpio: move integer GPIO support to its own file

The old integer GPIO interface is, in effect, a privileged user of the
gpiod interface. Reflect this fact further by moving legacy GPIO support
into its own source file. This makes the code clearer and will allow us
to disable legacy GPIO support in the (far) future.

Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Makefile
drivers/gpio/gpiolib-legacy.c [new file with mode: 0644]
drivers/gpio/gpiolib.c