]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: slot-gpio: switch to use flags when getting GPIO
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 27 Aug 2014 11:00:50 +0000 (13:00 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 9 Sep 2014 12:25:14 +0000 (14:25 +0200)
commit5d457d8bd7c96d4474757ac5698e8c54f5faa3d2
tree3cfecf3becf2d80be974cb22626e323be4cfbb21
parente0c30aeedfc234c6be6c2aca7e401627d186e23b
mmc: slot-gpio: switch to use flags when getting GPIO

When the slot GPIO driver gets the GPIO to be used for card
detect, it is now possible to specify a flag to have the line
set up as input. Get rid of the explicit setup call for input
and use the flag.

The extra argument works as there are transition varargs
macros in place in the <linux/gpio/consumer.h> header, in
the future we will make the flags argument compulsory.

Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/slot-gpio.c