Re: [PATCH v2] extcon: gpio: Add the support for Device tree bindings

2015-10-12 Thread Chanwoo Choi
Hi Mark, On 2015년 10월 05일 20:13, Mark Rutland wrote: > On Mon, Oct 05, 2015 at 03:58:19PM +0900, Chanwoo Choi wrote: >> This patch adds the support for Device tree bindings of extcon-gpio driver. >> The extcon-gpio device tree node must include the both 'extcon-id' and >> 'extcon-gpio' property. >

Re: [PATCH v2] extcon: gpio: Add the support for Device tree bindings

2015-10-05 Thread Mark Rutland
On Mon, Oct 05, 2015 at 03:58:19PM +0900, Chanwoo Choi wrote: > This patch adds the support for Device tree bindings of extcon-gpio driver. > The extcon-gpio device tree node must include the both 'extcon-id' and > 'extcon-gpio' property. > > For exmaple: > usb_cable: extcon-gpio-0 { >

Re: [PATCH v2] extcon: gpio: Add the support for Device tree bindings

2015-10-05 Thread Chanwoo Choi
On 2015년 10월 05일 17:03, MyungJoo Ham wrote: >> >> This patch adds the support for Device tree bindings of extcon-gpio driver. >> The extcon-gpio device tree node must include the both 'extcon-id' and >> 'extcon-gpio' property. >> > [] >> >> Signed-off-by: Chanwoo Choi > > > Except for some b

Re: [PATCH v2] extcon: gpio: Add the support for Device tree bindings

2015-10-05 Thread MyungJoo Ham
> > This patch adds the support for Device tree bindings of extcon-gpio driver. > The extcon-gpio device tree node must include the both 'extcon-id' and > 'extcon-gpio' property. > [] > > Signed-off-by: Chanwoo Choi Except for some beautification issues described below, Signed-off-by: Myu

[PATCH v2] extcon: gpio: Add the support for Device tree bindings

2015-10-05 Thread Chanwoo Choi
This patch adds the support for Device tree bindings of extcon-gpio driver. The extcon-gpio device tree node must include the both 'extcon-id' and 'extcon-gpio' property. For exmaple: usb_cable: extcon-gpio-0 { compatible = "extcon-gpio"; extcon-id = ;

[PATCH v2] extcon: gpio: Add the support for Device tree bindings

2015-10-04 Thread Chanwoo Choi
This patch adds the support for Device tree bindings of extcon-gpio driver. The extcon-gpio device tree node must include the both 'extcon-id' and 'extcon-gpio' property. For exmaple: usb_cable: extcon-gpio-0 { compatible = "extcon-gpio"; extcon-id = ;