Re: [PATCH 2/6] extcon-gpio: If the gpio driver/chip supports debounce, use it

2013-09-10 Thread Chanwoo Choi
On 09/11/2013 10:57 AM, Guenter Roeck wrote: > On 09/10/2013 06:16 PM, Chanwoo Choi wrote: >> Hi Guenter >> >> I agree to use gpio_set_debounce() API but, I suggest following patch to >> code clean. >> and I'd like you to use declarative sentence on patch name instead of 'If >> ...'. >> >> On 08/

Re: [PATCH 2/6] extcon-gpio: If the gpio driver/chip supports debounce, use it

2013-09-10 Thread Guenter Roeck
On 09/10/2013 06:16 PM, Chanwoo Choi wrote: Hi Guenter I agree to use gpio_set_debounce() API but, I suggest following patch to code clean. and I'd like you to use declarative sentence on patch name instead of 'If ...'. On 08/30/2013 01:29 PM, Guenter Roeck wrote: Signed-off-by: Guenter Roeck

Re: [PATCH 2/6] extcon-gpio: If the gpio driver/chip supports debounce, use it

2013-09-10 Thread Chanwoo Choi
Hi Guenter I agree to use gpio_set_debounce() API but, I suggest following patch to code clean. and I'd like you to use declarative sentence on patch name instead of 'If ...'. On 08/30/2013 01:29 PM, Guenter Roeck wrote: > Signed-off-by: Guenter Roeck > --- > drivers/extcon/extcon-gpio.c |

[PATCH 2/6] extcon-gpio: If the gpio driver/chip supports debounce, use it

2013-08-29 Thread Guenter Roeck
Signed-off-by: Guenter Roeck --- drivers/extcon/extcon-gpio.c |5 + 1 file changed, 5 insertions(+) diff --git a/drivers/extcon/extcon-gpio.c b/drivers/extcon/extcon-gpio.c index 77d35a7..973600e 100644 --- a/drivers/extcon/extcon-gpio.c +++ b/drivers/extcon/extcon-gpio.c @@ -111,6 +111,