Re: [PATCH v2 3/6] extcon-gpio: Add support for active-low presence detect pins

2013-09-11 Thread Guenter Roeck
On 09/11/2013 04:57 PM, Chanwoo Choi wrote: Hi Guenter, As I mentioned on previous reply, I modify patch name as following: extcon-gpio: Add support for active-low presence detect pins -> extcon: gpio: Add support for active-low presence detect pins I prefer you could add patch description. Als

Re: [PATCH v2 3/6] extcon-gpio: Add support for active-low presence detect pins

2013-09-11 Thread Chanwoo Choi
Hi Guenter, As I mentioned on previous reply, I modify patch name as following: extcon-gpio: Add support for active-low presence detect pins -> extcon: gpio: Add support for active-low presence detect pins I prefer you could add patch description. Also, you should test on extcon latest branch to

[PATCH v2 3/6] extcon-gpio: Add support for active-low presence detect pins

2013-09-10 Thread Guenter Roeck
Signed-off-by: Guenter Roeck --- v2: Document gpio_active_low variable in gpio_extcon_platform_data Rewrite active-low logic to be easier to read. drivers/extcon/extcon-gpio.c |4 include/linux/extcon/extcon-gpio.h |5 + 2 files changed, 9 insertions(+) diff --git a/