Re: [PATCH] extcon: gpio: Request gpio pin before modifying its state

2013-11-26 Thread Chanwoo Choi
On 11/26/2013 09:07 PM, Guenter Roeck wrote: > On 11/25/2013 11:55 PM, Chanwoo Choi wrote: >> Hi Guenter, >> >> On 11/23/2013 02:26 AM, Guenter Roeck wrote: >>> Commit 338de0ca (extcon: gpio: Use gpio driver/chip debounce if supported) >>> introduced a call to gpio_set_debounce() before actually

Re: [PATCH] extcon: gpio: Request gpio pin before modifying its state

2013-11-26 Thread Guenter Roeck
On 11/25/2013 11:55 PM, Chanwoo Choi wrote: Hi Guenter, On 11/23/2013 02:26 AM, Guenter Roeck wrote: Commit 338de0ca (extcon: gpio: Use gpio driver/chip debounce if supported) introduced a call to gpio_set_debounce() before actually requesting the respective gpio pin from the gpio subsystem.

Re: [PATCH] extcon: gpio: Request gpio pin before modifying its state

2013-11-26 Thread Guenter Roeck
On 11/25/2013 11:55 PM, Chanwoo Choi wrote: Hi Guenter, On 11/23/2013 02:26 AM, Guenter Roeck wrote: Commit 338de0ca (extcon: gpio: Use gpio driver/chip debounce if supported) introduced a call to gpio_set_debounce() before actually requesting the respective gpio pin from the gpio subsystem.

Re: [PATCH] extcon: gpio: Request gpio pin before modifying its state

2013-11-26 Thread Chanwoo Choi
On 11/26/2013 09:07 PM, Guenter Roeck wrote: On 11/25/2013 11:55 PM, Chanwoo Choi wrote: Hi Guenter, On 11/23/2013 02:26 AM, Guenter Roeck wrote: Commit 338de0ca (extcon: gpio: Use gpio driver/chip debounce if supported) introduced a call to gpio_set_debounce() before actually requesting the

Re: [PATCH] extcon: gpio: Request gpio pin before modifying its state

2013-11-25 Thread Chanwoo Choi
Hi Guenter, On 11/23/2013 02:26 AM, Guenter Roeck wrote: > Commit 338de0ca (extcon: gpio: Use gpio driver/chip debounce if supported) > introduced a call to gpio_set_debounce() before actually requesting the > respective gpio pin from the gpio subsystem. > > The gpio subsystem expects that a

Re: [PATCH] extcon: gpio: Request gpio pin before modifying its state

2013-11-25 Thread Chanwoo Choi
Hi Guenter, On 11/23/2013 02:26 AM, Guenter Roeck wrote: Commit 338de0ca (extcon: gpio: Use gpio driver/chip debounce if supported) introduced a call to gpio_set_debounce() before actually requesting the respective gpio pin from the gpio subsystem. The gpio subsystem expects that a gpio pin

Re: [PATCH] extcon: gpio: Request gpio pin before modifying its state

2013-11-24 Thread MyungJoo Ham
> Commit 338de0ca (extcon: gpio: Use gpio driver/chip debounce if supported) > introduced a call to gpio_set_debounce() before actually requesting the > respective gpio pin from the gpio subsystem. > > The gpio subsystem expects that a gpio pin was requested before modifying its > state. Not

Re: [PATCH] extcon: gpio: Request gpio pin before modifying its state

2013-11-24 Thread MyungJoo Ham
Commit 338de0ca (extcon: gpio: Use gpio driver/chip debounce if supported) introduced a call to gpio_set_debounce() before actually requesting the respective gpio pin from the gpio subsystem. The gpio subsystem expects that a gpio pin was requested before modifying its state. Not doing so

[PATCH] extcon: gpio: Request gpio pin before modifying its state

2013-11-22 Thread Guenter Roeck
Commit 338de0ca (extcon: gpio: Use gpio driver/chip debounce if supported) introduced a call to gpio_set_debounce() before actually requesting the respective gpio pin from the gpio subsystem. The gpio subsystem expects that a gpio pin was requested before modifying its state. Not doing so results

[PATCH] extcon: gpio: Request gpio pin before modifying its state

2013-11-22 Thread Guenter Roeck
Commit 338de0ca (extcon: gpio: Use gpio driver/chip debounce if supported) introduced a call to gpio_set_debounce() before actually requesting the respective gpio pin from the gpio subsystem. The gpio subsystem expects that a gpio pin was requested before modifying its state. Not doing so results