Re: [PATCH] gpio: Add support for GPIOF_ACTIVE_LOW to gpio_request_one

2014-07-22 Thread Alexandre Courbot
On Tue, Jul 22, 2014 at 2:16 PM, Guenter Roeck wrote: > On 07/21/2014 09:30 PM, Alexandre Courbot wrote: >> >> On Thu, Jul 17, 2014 at 11:34 PM, Guenter Roeck >> wrote: >>> >>> On 07/17/2014 12:26 AM, Alexandre Courbot wrote: On Thu, Jul 17, 2014 at 3:37 PM, Guenter Roeck wro

Re: [PATCH] gpio: Add support for GPIOF_ACTIVE_LOW to gpio_request_one

2014-07-21 Thread Guenter Roeck
On 07/21/2014 09:30 PM, Alexandre Courbot wrote: On Thu, Jul 17, 2014 at 11:34 PM, Guenter Roeck wrote: On 07/17/2014 12:26 AM, Alexandre Courbot wrote: On Thu, Jul 17, 2014 at 3:37 PM, Guenter Roeck wrote: On 07/16/2014 11:09 PM, Alexandre Courbot wrote: On Thu, Jul 17, 2014 at 8:11 AM

Re: [PATCH] gpio: Add support for GPIOF_ACTIVE_LOW to gpio_request_one

2014-07-21 Thread Alexandre Courbot
On Thu, Jul 17, 2014 at 11:34 PM, Guenter Roeck wrote: > On 07/17/2014 12:26 AM, Alexandre Courbot wrote: >> >> On Thu, Jul 17, 2014 at 3:37 PM, Guenter Roeck wrote: >>> >>> On 07/16/2014 11:09 PM, Alexandre Courbot wrote: On Thu, Jul 17, 2014 at 8:11 AM, Guenter Roeck wrote:

Re: [PATCH] gpio: Add support for GPIOF_ACTIVE_LOW to gpio_request_one

2014-07-17 Thread Guenter Roeck
On 07/17/2014 12:26 AM, Alexandre Courbot wrote: On Thu, Jul 17, 2014 at 3:37 PM, Guenter Roeck wrote: On 07/16/2014 11:09 PM, Alexandre Courbot wrote: On Thu, Jul 17, 2014 at 8:11 AM, Guenter Roeck wrote: The gpio include file and the gpio documentation declare and document GPIOF_ACTIVE_L

Re: [PATCH] gpio: Add support for GPIOF_ACTIVE_LOW to gpio_request_one

2014-07-17 Thread Alexandre Courbot
On Thu, Jul 17, 2014 at 3:37 PM, Guenter Roeck wrote: > On 07/16/2014 11:09 PM, Alexandre Courbot wrote: >> >> On Thu, Jul 17, 2014 at 8:11 AM, Guenter Roeck wrote: >>> >>> The gpio include file and the gpio documentation declare and document >>> GPIOF_ACTIVE_LOW as one of the flags to be passed

Re: [PATCH] gpio: Add support for GPIOF_ACTIVE_LOW to gpio_request_one

2014-07-16 Thread Guenter Roeck
On 07/16/2014 11:09 PM, Alexandre Courbot wrote: On Thu, Jul 17, 2014 at 8:11 AM, Guenter Roeck wrote: The gpio include file and the gpio documentation declare and document GPIOF_ACTIVE_LOW as one of the flags to be passed to gpio_request_one and related functions. However, the flag is not eval

Re: [PATCH] gpio: Add support for GPIOF_ACTIVE_LOW to gpio_request_one

2014-07-16 Thread Alexandre Courbot
On Thu, Jul 17, 2014 at 8:11 AM, Guenter Roeck wrote: > The gpio include file and the gpio documentation declare and document > GPIOF_ACTIVE_LOW as one of the flags to be passed to gpio_request_one > and related functions. However, the flag is not evaluated or used. > > Check the flag in gpio_requ