Re: [PATCH] extcon: Introduce EXTCON_PROP_DISP_HPD property

2016-09-11 Thread Chanwoo Choi
Hi Guenter, On 2016년 09월 12일 11:29, Guenter Roeck wrote: > On Sun, Sep 11, 2016 at 7:23 PM, Chanwoo Choi wrote: >> Hi Chris, >> >> On 2016년 09월 12일 10:03, Chanwoo Choi wrote: >>> Hi Chris, >>> >>> On 2016년 09월 10일 09:33, Chris Zhong wrote: EXTCON_PROP_DISP_HPD is need

Re: [PATCH] extcon: Introduce EXTCON_PROP_DISP_HPD property

2016-09-11 Thread Chanwoo Choi
Hi Guenter, On 2016년 09월 12일 11:29, Guenter Roeck wrote: > On Sun, Sep 11, 2016 at 7:23 PM, Chanwoo Choi wrote: >> Hi Chris, >> >> On 2016년 09월 12일 10:03, Chanwoo Choi wrote: >>> Hi Chris, >>> >>> On 2016년 09월 10일 09:33, Chris Zhong wrote: EXTCON_PROP_DISP_HPD is need by display port, if

Re: [PATCH] extcon: Introduce EXTCON_PROP_DISP_HPD property

2016-09-11 Thread Guenter Roeck
On Sun, Sep 11, 2016 at 7:23 PM, Chanwoo Choi wrote: > Hi Chris, > > On 2016년 09월 12일 10:03, Chanwoo Choi wrote: >> Hi Chris, >> >> On 2016년 09월 10일 09:33, Chris Zhong wrote: >>> EXTCON_PROP_DISP_HPD is need by display port, if the system has no hpd >>> interrupt, this

Re: [PATCH] extcon: Introduce EXTCON_PROP_DISP_HPD property

2016-09-11 Thread Guenter Roeck
On Sun, Sep 11, 2016 at 7:23 PM, Chanwoo Choi wrote: > Hi Chris, > > On 2016년 09월 12일 10:03, Chanwoo Choi wrote: >> Hi Chris, >> >> On 2016년 09월 10일 09:33, Chris Zhong wrote: >>> EXTCON_PROP_DISP_HPD is need by display port, if the system has no hpd >>> interrupt, this property can be used. >> >>

Re: [PATCH] extcon: Introduce EXTCON_PROP_DISP_HPD property

2016-09-11 Thread Chanwoo Choi
Hi Chris, On 2016년 09월 12일 10:03, Chanwoo Choi wrote: > Hi Chris, > > On 2016년 09월 10일 09:33, Chris Zhong wrote: >> EXTCON_PROP_DISP_HPD is need by display port, if the system has no hpd >> interrupt, this property can be used. > > What is meaning of HPD? So, you need to add the > description

Re: [PATCH] extcon: Introduce EXTCON_PROP_DISP_HPD property

2016-09-11 Thread Chanwoo Choi
Hi Chris, On 2016년 09월 12일 10:03, Chanwoo Choi wrote: > Hi Chris, > > On 2016년 09월 10일 09:33, Chris Zhong wrote: >> EXTCON_PROP_DISP_HPD is need by display port, if the system has no hpd >> interrupt, this property can be used. > > What is meaning of HPD? So, you need to add the > description

Re: [PATCH] extcon: Introduce EXTCON_PROP_DISP_HPD property

2016-09-11 Thread Chanwoo Choi
Hi Chris, On 2016년 09월 10일 09:33, Chris Zhong wrote: > EXTCON_PROP_DISP_HPD is need by display port, if the system has no hpd > interrupt, this property can be used. What is meaning of HPD? So, you need to add the description and reference for HPD in commit message. For example, When adding

Re: [PATCH] extcon: Introduce EXTCON_PROP_DISP_HPD property

2016-09-11 Thread Chanwoo Choi
Hi Chris, On 2016년 09월 10일 09:33, Chris Zhong wrote: > EXTCON_PROP_DISP_HPD is need by display port, if the system has no hpd > interrupt, this property can be used. What is meaning of HPD? So, you need to add the description and reference for HPD in commit message. For example, When adding

Re: [PATCH] extcon: Introduce EXTCON_PROP_DISP_HPD property

2016-09-09 Thread Guenter Roeck
On 09/09/2016 05:33 PM, Chris Zhong wrote: EXTCON_PROP_DISP_HPD is need by display port, if the system has no hpd interrupt, this property can be used. Change-Id: I8b3eb78429126eaa369b10711b7f857b0a3df8ed Drop Change-ID: for upstream submissions. Signed-off-by: Chris Zhong

Re: [PATCH] extcon: Introduce EXTCON_PROP_DISP_HPD property

2016-09-09 Thread Guenter Roeck
On 09/09/2016 05:33 PM, Chris Zhong wrote: EXTCON_PROP_DISP_HPD is need by display port, if the system has no hpd interrupt, this property can be used. Change-Id: I8b3eb78429126eaa369b10711b7f857b0a3df8ed Drop Change-ID: for upstream submissions. Signed-off-by: Chris Zhong Otherwise,

[PATCH] extcon: Introduce EXTCON_PROP_DISP_HPD property

2016-09-09 Thread Chris Zhong
EXTCON_PROP_DISP_HPD is need by display port, if the system has no hpd interrupt, this property can be used. Change-Id: I8b3eb78429126eaa369b10711b7f857b0a3df8ed Signed-off-by: Chris Zhong --- include/linux/extcon.h | 14 +- 1 file changed, 13 insertions(+), 1

[PATCH] extcon: Introduce EXTCON_PROP_DISP_HPD property

2016-09-09 Thread Chris Zhong
EXTCON_PROP_DISP_HPD is need by display port, if the system has no hpd interrupt, this property can be used. Change-Id: I8b3eb78429126eaa369b10711b7f857b0a3df8ed Signed-off-by: Chris Zhong --- include/linux/extcon.h | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff