Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-29 Thread Chanwoo Choi
Hi Guenter, On 2016년 07월 28일 02:24, Guenter Roeck wrote: > On Tue, Jul 26, 2016 at 5:09 AM, Chanwoo Choi wrote: >> This patch support the extcon property for the external connector >> because each external connector might have the property according to >> the H/W design

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-29 Thread Chanwoo Choi
Hi Guenter, On 2016년 07월 28일 02:24, Guenter Roeck wrote: > On Tue, Jul 26, 2016 at 5:09 AM, Chanwoo Choi wrote: >> This patch support the extcon property for the external connector >> because each external connector might have the property according to >> the H/W design and the specific

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-27 Thread Guenter Roeck
On Tue, Jul 26, 2016 at 5:09 AM, Chanwoo Choi wrote: > This patch support the extcon property for the external connector > because each external connector might have the property according to > the H/W design and the specific characteristics. > > - EXTCON_PROP_USB_[property

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-27 Thread Guenter Roeck
On Tue, Jul 26, 2016 at 5:09 AM, Chanwoo Choi wrote: > This patch support the extcon property for the external connector > because each external connector might have the property according to > the H/W design and the specific characteristics. > > - EXTCON_PROP_USB_[property name] > -

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Chris Zhong
Hi Chanwoo On 07/27/2016 11:57 AM, Chanwoo Choi wrote: On 2016년 07월 27일 12:51, Guenter Roeck wrote: On Tue, Jul 26, 2016 at 8:42 PM, Chanwoo Choi wrote: Hi Chris, On 2016년 07월 27일 11:09, Chris Zhong wrote: Hi Guernter On 07/27/2016 09:44 AM, Guenter Roeck wrote: Hi

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Chris Zhong
Hi Chanwoo On 07/27/2016 11:57 AM, Chanwoo Choi wrote: On 2016년 07월 27일 12:51, Guenter Roeck wrote: On Tue, Jul 26, 2016 at 8:42 PM, Chanwoo Choi wrote: Hi Chris, On 2016년 07월 27일 11:09, Chris Zhong wrote: Hi Guernter On 07/27/2016 09:44 AM, Guenter Roeck wrote: Hi Chris, On Tue, Jul

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Chanwoo Choi
On 2016년 07월 27일 12:51, Guenter Roeck wrote: > On Tue, Jul 26, 2016 at 8:42 PM, Chanwoo Choi wrote: >> Hi Chris, >> >> On 2016년 07월 27일 11:09, Chris Zhong wrote: >>> Hi Guernter >>> >>> On 07/27/2016 09:44 AM, Guenter Roeck wrote: Hi Chris, On Tue, Jul 26,

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Chanwoo Choi
On 2016년 07월 27일 12:51, Guenter Roeck wrote: > On Tue, Jul 26, 2016 at 8:42 PM, Chanwoo Choi wrote: >> Hi Chris, >> >> On 2016년 07월 27일 11:09, Chris Zhong wrote: >>> Hi Guernter >>> >>> On 07/27/2016 09:44 AM, Guenter Roeck wrote: Hi Chris, On Tue, Jul 26, 2016 at 6:15 PM, Chris

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Guenter Roeck
On Tue, Jul 26, 2016 at 8:42 PM, Chanwoo Choi wrote: > Hi Chris, > > On 2016년 07월 27일 11:09, Chris Zhong wrote: >> Hi Guernter >> >> On 07/27/2016 09:44 AM, Guenter Roeck wrote: >>> Hi Chris, >>> >>> On Tue, Jul 26, 2016 at 6:15 PM, Chris Zhong wrote:

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Guenter Roeck
On Tue, Jul 26, 2016 at 8:42 PM, Chanwoo Choi wrote: > Hi Chris, > > On 2016년 07월 27일 11:09, Chris Zhong wrote: >> Hi Guernter >> >> On 07/27/2016 09:44 AM, Guenter Roeck wrote: >>> Hi Chris, >>> >>> On Tue, Jul 26, 2016 at 6:15 PM, Chris Zhong wrote: >>> >>> [ ... ] >>> > > + >

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Chanwoo Choi
Hi Chris, On 2016년 07월 27일 11:09, Chris Zhong wrote: > Hi Guernter > > On 07/27/2016 09:44 AM, Guenter Roeck wrote: >> Hi Chris, >> >> On Tue, Jul 26, 2016 at 6:15 PM, Chris Zhong wrote: >> >> [ ... ] >> > + > +/* Properties of EXTCON_TYPE_DISP. */

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Chanwoo Choi
Hi Chris, On 2016년 07월 27일 11:09, Chris Zhong wrote: > Hi Guernter > > On 07/27/2016 09:44 AM, Guenter Roeck wrote: >> Hi Chris, >> >> On Tue, Jul 26, 2016 at 6:15 PM, Chris Zhong wrote: >> >> [ ... ] >> > + > +/* Properties of EXTCON_TYPE_DISP. */ > +#define

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Chris Zhong
Hi Guernter On 07/27/2016 09:44 AM, Guenter Roeck wrote: Hi Chris, On Tue, Jul 26, 2016 at 6:15 PM, Chris Zhong wrote: [ ... ] > + > +/* Properties of EXTCON_TYPE_DISP. */ > +#define EXTCON_PROP_DISP_MIN 150 > +#define EXTCON_PROP_DISP_MAX

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Chris Zhong
Hi Guernter On 07/27/2016 09:44 AM, Guenter Roeck wrote: Hi Chris, On Tue, Jul 26, 2016 at 6:15 PM, Chris Zhong wrote: [ ... ] > + > +/* Properties of EXTCON_TYPE_DISP. */ > +#define EXTCON_PROP_DISP_MIN 150 > +#define EXTCON_PROP_DISP_MAX 150 >

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Guenter Roeck
Hi Chris, On Tue, Jul 26, 2016 at 6:15 PM, Chris Zhong wrote: [ ... ] >> >> > + >> > +/* Properties of EXTCON_TYPE_DISP. */ >> > +#define EXTCON_PROP_DISP_MIN 150 >> > +#define EXTCON_PROP_DISP_MAX 150 >> > +#define

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Guenter Roeck
Hi Chris, On Tue, Jul 26, 2016 at 6:15 PM, Chris Zhong wrote: [ ... ] >> >> > + >> > +/* Properties of EXTCON_TYPE_DISP. */ >> > +#define EXTCON_PROP_DISP_MIN 150 >> > +#define EXTCON_PROP_DISP_MAX 150 >> > +#define EXTCON_PROP_DISP_CNT

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Chris Zhong
Hi Chanwoo On 07/27/2016 08:31 AM, Chanwoo Choi wrote: Hi Guenter, 2016년 7월 27일 수요일, Guenter Roeck>님이 작성한 메시지: On Tue, Jul 26, 2016 at 5:09 AM, Chanwoo Choi > wrote: > This patch support the extcon

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Chris Zhong
Hi Chanwoo On 07/27/2016 08:31 AM, Chanwoo Choi wrote: Hi Guenter, 2016년 7월 27일 수요일, Guenter Roeck>님이 작성한 메시지: On Tue, Jul 26, 2016 at 5:09 AM, Chanwoo Choi > wrote: > This patch support the extcon property for the external connector > because each

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Guenter Roeck
On Tue, Jul 26, 2016 at 5:09 AM, Chanwoo Choi wrote: > This patch support the extcon property for the external connector > because each external connector might have the property according to > the H/W design and the specific characteristics. > > - EXTCON_PROP_USB_[property

Re: [PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Guenter Roeck
On Tue, Jul 26, 2016 at 5:09 AM, Chanwoo Choi wrote: > This patch support the extcon property for the external connector > because each external connector might have the property according to > the H/W design and the specific characteristics. > > - EXTCON_PROP_USB_[property name] > -

[PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Chanwoo Choi
This patch support the extcon property for the external connector because each external connector might have the property according to the H/W design and the specific characteristics. - EXTCON_PROP_USB_[property name] - EXTCON_PROP_CHG_[property name] - EXTCON_PROP_JACK_[property name] -

[PATCH 2/6] extcon: Add the support for extcon property according to extcon type

2016-07-26 Thread Chanwoo Choi
This patch support the extcon property for the external connector because each external connector might have the property according to the H/W design and the specific characteristics. - EXTCON_PROP_USB_[property name] - EXTCON_PROP_CHG_[property name] - EXTCON_PROP_JACK_[property name] -