Re: [PATCH 1/4] mmc: slot-gpio: switch to use flags when getting GPIO

2014-09-24 Thread Alexandre Courbot
On Mon, Sep 22, 2014 at 9:37 PM, Linus Walleij wrote: > On Mon, Sep 22, 2014 at 10:20 AM, Adrian Hunter > wrote: > >> Unfortunately it doesn't seem to work. I needed the patch >> below. >> >> >> From: Adrian Hunter >> Date: Mon, 22 Sep 2014 11:01:16 +0300 >> Subject: [PATCH] gpio: Fix gpio dir

Re: [PATCH 1/4] mmc: slot-gpio: switch to use flags when getting GPIO

2014-09-22 Thread Linus Walleij
On Mon, Sep 22, 2014 at 10:20 AM, Adrian Hunter wrote: > Unfortunately it doesn't seem to work. I needed the patch > below. > > > From: Adrian Hunter > Date: Mon, 22 Sep 2014 11:01:16 +0300 > Subject: [PATCH] gpio: Fix gpio direction flags not getting set > > GPIO direction flags are not gettin

Re: [PATCH 1/4] mmc: slot-gpio: switch to use flags when getting GPIO

2014-09-22 Thread Adrian Hunter
On 08/29/2014 03:16 PM, Ulf Hansson wrote: > On 27 August 2014 13:00, Linus Walleij wrote: >> 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

Re: [PATCH 1/4] mmc: slot-gpio: switch to use flags when getting GPIO

2014-08-29 Thread Ulf Hansson
On 27 August 2014 13:00, Linus Walleij wrote: > 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

[PATCH 1/4] mmc: slot-gpio: switch to use flags when getting GPIO

2014-08-27 Thread Linus Walleij
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 header, in the

Re: [PATCH 1/4] mmc: slot-gpio: switch to use flags when getting GPIO

2014-08-18 Thread Ulf Hansson
On 12 August 2014 19:25, Linus Walleij wrote: > 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

Re: [PATCH 1/4] mmc: slot-gpio: switch to use flags when getting GPIO

2014-08-14 Thread Alexandre Courbot
On Tue, Aug 12, 2014 at 10:25 AM, Linus Walleij wrote: > 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 t

[PATCH 1/4] mmc: slot-gpio: switch to use flags when getting GPIO

2014-08-12 Thread Linus Walleij
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 header, in the