Re: [v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-22 Thread Chanwoo Choi
Hi, 2016-07-23 6:40 GMT+09:00 Guenter Roeck : > On Fri, Jul 22, 2016 at 2:29 AM, Chanwoo Choi wrote: >> Hi Chris, >> >> I'm sorry for late reply. I finished the first draft to support the extcon >> property. >> You can check the patches[1]. But, I need

Re: [v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-22 Thread Chanwoo Choi
Hi, 2016-07-23 6:40 GMT+09:00 Guenter Roeck : > On Fri, Jul 22, 2016 at 2:29 AM, Chanwoo Choi wrote: >> Hi Chris, >> >> I'm sorry for late reply. I finished the first draft to support the extcon >> property. >> You can check the patches[1]. But, I need more time to test it. After tested >> it,

Re: [v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-22 Thread Chanwoo Choi
Hi, 2016-07-23 3:21 GMT+09:00 Guenter Roeck : > Hi, > > On Fri, Jul 22, 2016 at 2:29 AM, Chanwoo Choi wrote: >> Hi Chris, >> >> I'm sorry for late reply. I finished the first draft to support the extcon >> property. >> You can check the patches[1]. But,

Re: [v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-22 Thread Chanwoo Choi
Hi, 2016-07-23 3:21 GMT+09:00 Guenter Roeck : > Hi, > > On Fri, Jul 22, 2016 at 2:29 AM, Chanwoo Choi wrote: >> Hi Chris, >> >> I'm sorry for late reply. I finished the first draft to support the extcon >> property. >> You can check the patches[1]. But, I need more time to test it. After tested

Re: [v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-22 Thread Guenter Roeck
On Fri, Jul 22, 2016 at 2:29 AM, Chanwoo Choi wrote: > Hi Chris, > > I'm sorry for late reply. I finished the first draft to support the extcon > property. > You can check the patches[1]. But, I need more time to test it. After tested > it, > I'll send the patches. > >

Re: [v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-22 Thread Guenter Roeck
On Fri, Jul 22, 2016 at 2:29 AM, Chanwoo Choi wrote: > Hi Chris, > > I'm sorry for late reply. I finished the first draft to support the extcon > property. > You can check the patches[1]. But, I need more time to test it. After tested > it, > I'll send the patches. > > [1] >

Re: [v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-22 Thread Guenter Roeck
Hi, On Fri, Jul 22, 2016 at 2:29 AM, Chanwoo Choi wrote: > Hi Chris, > > I'm sorry for late reply. I finished the first draft to support the extcon > property. > You can check the patches[1]. But, I need more time to test it. After tested > it, > I'll send the patches. >

Re: [v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-22 Thread Guenter Roeck
Hi, On Fri, Jul 22, 2016 at 2:29 AM, Chanwoo Choi wrote: > Hi Chris, > > I'm sorry for late reply. I finished the first draft to support the extcon > property. > You can check the patches[1]. But, I need more time to test it. After tested > it, > I'll send the patches. > > [1] >

Re: [v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-22 Thread Guenter Roeck
To create a baseline, I'll pick up the changes from the extcon repository and make them available in chromeos-4.4. Guenter On Fri, Jul 22, 2016 at 2:40 AM, Chris Zhong wrote: > Hi Chanwoo Choi > > Thanks for your help, I am going to post V7 next week base on these latest >

Re: [v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-22 Thread Guenter Roeck
To create a baseline, I'll pick up the changes from the extcon repository and make them available in chromeos-4.4. Guenter On Fri, Jul 22, 2016 at 2:40 AM, Chris Zhong wrote: > Hi Chanwoo Choi > > Thanks for your help, I am going to post V7 next week base on these latest > extcon patch. > >

Re: [v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-22 Thread Chris Zhong
Hi Chanwoo Choi Thanks for your help, I am going to post V7 next week base on these latest extcon patch. Regards Chris Zhong On 07/22/2016 05:29 PM, Chanwoo Choi wrote: Hi Chris, I'm sorry for late reply. I finished the first draft to support the extcon property. You can check the

Re: [v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-22 Thread Chris Zhong
Hi Chanwoo Choi Thanks for your help, I am going to post V7 next week base on these latest extcon patch. Regards Chris Zhong On 07/22/2016 05:29 PM, Chanwoo Choi wrote: Hi Chris, I'm sorry for late reply. I finished the first draft to support the extcon property. You can check the

Re: [v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-22 Thread Chanwoo Choi
Hi Chris, I'm sorry for late reply. I finished the first draft to support the extcon property. You can check the patches[1]. But, I need more time to test it. After tested it, I'll send the patches. [1] https://git.kernel.org/cgit/linux/kernel/git/chanwoo/extcon.git/log/?h=extcon-test Chanwoo

Re: [v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-22 Thread Chanwoo Choi
Hi Chris, I'm sorry for late reply. I finished the first draft to support the extcon property. You can check the patches[1]. But, I need more time to test it. After tested it, I'll send the patches. [1] https://git.kernel.org/cgit/linux/kernel/git/chanwoo/extcon.git/log/?h=extcon-test Chanwoo

[v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-21 Thread Chris Zhong
Add EXTCON_DISP_DP for the Display external connector. For Type-C connector the DisplayPort can work as an Alternate Mode(VESA DisplayPort Alt Mode on USB Type-C Standard). The Type-C support both normal and flipped orientation, so add a property to extcon. Signe-off-by: Chris Zhong

[v6 PATCH 1/6] extcon: Add Type-C and DP support

2016-07-21 Thread Chris Zhong
Add EXTCON_DISP_DP for the Display external connector. For Type-C connector the DisplayPort can work as an Alternate Mode(VESA DisplayPort Alt Mode on USB Type-C Standard). The Type-C support both normal and flipped orientation, so add a property to extcon. Signe-off-by: Chris Zhong