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

2014-09-30 Thread Linus Walleij
On Tue, Sep 30, 2014 at 1:30 PM, Javier Martinez Canillas wrote: > On Wed, Aug 27, 2014 at 1:00 PM, Linus Walleij > 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

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

2014-09-30 Thread Javier Martinez Canillas
Hello Linus, On Wed, Aug 27, 2014 at 1:00 PM, Linus Walleij 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, cuts do

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

2014-09-09 Thread Ulf Hansson
On 9 September 2014 09:05, Linus Walleij wrote: > On Wed, Aug 27, 2014 at 1:00 PM, Linus Walleij > 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 G

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

2014-09-09 Thread Linus Walleij
On Wed, Aug 27, 2014 at 1:00 PM, Linus Walleij 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, cuts down on code as

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

2014-08-29 Thread Ulf Hansson
On 27 August 2014 13:00, Linus Walleij 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, cuts down on code as the > gp

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

2014-08-27 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. Acked-b