mmc: pwrseq_simple: use GPIO descriptors array API
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 21 Sep 2015 12:14:54 +0000 (14:14 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 26 Oct 2015 14:59:59 +0000 (15:59 +0100)
commitce037275861ea6c016ab88a6b884adb8c481db31
tree3b708a2eb21e4fc258e42fcfd00bfdca5b2d66d2
parent8131e815f723ec8fee018d6fa34348d61c0e54b8
mmc: pwrseq_simple: use GPIO descriptors array API

The simple power sequence provider sets a value for multiple GPIOs in one
go so it is better to use the API already provided by the GPIO descriptor
API instead of open coding the same logic.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/pwrseq_simple.c