Re: [PATCH 3/4] mmc: host: switch OF parser to use gpio descriptors

2014-08-14 Thread Alexandre Courbot
On Tue, Aug 12, 2014 at 10:25 AM, Linus Walleij linus.wall...@linaro.org wrote: This switches the central MMC OF parser to use gpio descriptors instead of grabbing GPIOs explicitly from the device tree. This strips out an unecessary use of the integer-based GPIO API that we want to get rid of,

[PATCH 3/4] mmc: host: switch OF parser to use gpio descriptors

2014-08-12 Thread Linus Walleij
This switches the central MMC OF parser to use gpio descriptors instead of grabbing GPIOs explicitly from the device tree. This strips out an unecessary use of the integer-based GPIO API that we want to get rid of, cuts down on code as the gpio descriptor code will handle active low flags. As it