Re: [PATCH v2 2/6] extcon-gpio: Use gpio driver/chip debounce if supported

2013-09-10 Thread Guenter Roeck
On 09/10/2013 07:29 PM, Chanwoo Choi wrote: On 09/11/2013 11:16 AM, Guenter Roeck wrote: Signed-off-by: Guenter Roeck --- v2: rephrase patch subject call gpio_set_debounce before registering extcon device, and set debounce_jiffies only if the call was not successful drivers/extcon

Re: [PATCH v2 2/6] extcon-gpio: Use gpio driver/chip debounce if supported

2013-09-10 Thread Chanwoo Choi
On 09/11/2013 11:16 AM, Guenter Roeck wrote: > > Signed-off-by: Guenter Roeck > --- > v2: rephrase patch subject > call gpio_set_debounce before registering extcon device, > and set debounce_jiffies only if the call was not successful > > drivers/extcon/extcon-gpio.c |8 +++- >

[PATCH v2 2/6] extcon-gpio: Use gpio driver/chip debounce if supported

2013-09-10 Thread Guenter Roeck
Signed-off-by: Guenter Roeck --- v2: rephrase patch subject call gpio_set_debounce before registering extcon device, and set debounce_jiffies only if the call was not successful drivers/extcon/extcon-gpio.c |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dr