Re: [RFC v4 0/7] extcon: usb-gpio: fixes and improvements

2016-08-01 Thread Chanwoo Choi
Hi Roger, 2016-08-01 21:23 GMT+09:00 Roger Quadros : > Hi, > > On 09/06/16 12:32, Chanwoo Choi wrote: >> Hi, >> >> On 2016년 06월 09일 17:39, Krzysztof Kozlowski wrote: >>> >>> Hi, >>> >>> >>> On 06/09/2016 10:35 AM, Chanwoo Choi wrote: Hi, It is good to support USB_ID and USB_VBUS by

Re: [RFC v4 0/7] extcon: usb-gpio: fixes and improvements

2016-08-01 Thread Roger Quadros
Hi, On 09/06/16 12:32, Chanwoo Choi wrote: > Hi, > > On 2016년 06월 09일 17:39, Krzysztof Kozlowski wrote: >> >> Hi, >> >> >> On 06/09/2016 10:35 AM, Chanwoo Choi wrote: >>> Hi, >>> >>> It is good to support USB_ID and USB_VBUS by extcon. >>> >>> But, >>> there is some issue about adding the new cab

Re: [RFC v4 0/7] extcon: usb-gpio: fixes and improvements

2016-06-26 Thread Krzysztof Kozlowski
On 06/26/2016 06:39 PM, Tobias Jakobi wrote: > Hello Krzysztof, > > just wanted to ask on which kernel branch the patchset is based on. At > least for me the set doesn't apply cleanly to 4.7-rc4. Hi, It was based on next-20160608. Best regards, Krzysztof

Re: [RFC v4 0/7] extcon: usb-gpio: fixes and improvements

2016-06-26 Thread Tobias Jakobi
Hello Krzysztof, just wanted to ask on which kernel branch the patchset is based on. At least for me the set doesn't apply cleanly to 4.7-rc4. With best wishes, Tobias Krzysztof Kozlowski wrote: > Hi, > > > Some time ago, Robert tried to add VBUS detection to extcon-usb-gpio > driver [1]. Th

Re: [RFC v4 0/7] extcon: usb-gpio: fixes and improvements

2016-06-09 Thread Chanwoo Choi
Hi, On 2016년 06월 09일 17:39, Krzysztof Kozlowski wrote: > > Hi, > > > On 06/09/2016 10:35 AM, Chanwoo Choi wrote: >> Hi, >> >> It is good to support USB_ID and USB_VBUS by extcon. >> >> But, >> there is some issue about adding the new cable type for >> both EXTCON_USB_ID and EXTCON_USB_VBUS >> >

Re: [RFC v4 0/7] extcon: usb-gpio: fixes and improvements

2016-06-09 Thread Krzysztof Kozlowski
Hi, On 06/09/2016 10:35 AM, Chanwoo Choi wrote: > Hi, > > It is good to support USB_ID and USB_VBUS by extcon. > > But, > there is some issue about adding the new cable type for > both EXTCON_USB_ID and EXTCON_USB_VBUS > > I think that the ID and VBUS state are not cable type > Instead, ID an

Re: [RFC v4 0/7] extcon: usb-gpio: fixes and improvements

2016-06-09 Thread Chanwoo Choi
Hi, It is good to support USB_ID and USB_VBUS by extcon. But, there is some issue about adding the new cable type for both EXTCON_USB_ID and EXTCON_USB_VBUS I think that the ID and VBUS state are not cable type Instead, ID and VBUS state are the property of USB cable. So, I'd like to add the fo

[RFC v4 0/7] extcon: usb-gpio: fixes and improvements

2016-06-08 Thread Krzysztof Kozlowski
Hi, Some time ago, Robert tried to add VBUS detection to extcon-usb-gpio driver [1]. There was a discussion about patch #2 ("extcon: usb-gpio: add support for VBUS detection"). The final conclusion was that Chanwoo will add VBUS/ID notifiers [2]. That unfortunately never happened so this patchs