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)
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>

No differences found