Re: [PATCH] extcon: usb-gpio: Add VBUS detection support

2016-10-19 Thread Chanwoo Choi
Hi Roger, On 2016년 10월 07일 18:18, Roger Quadros wrote: > Hi Chanwoo, > > > On 27/09/16 08:48, Peter Chen wrote: >> On Tue, Sep 20, 2016 at 05:53:55PM +0300, Roger Quadros wrote: >>> Driver can now work with both ID and VBUS pins or either one of >>> them. >>> >>> There can be the following 3 cas

Re: [PATCH] extcon: usb-gpio: Add VBUS detection support

2016-10-09 Thread Chanwoo Choi
Hi Roger, I'm sorry for late reply due to the vacation. 2016-10-07 18:18 GMT+09:00 Roger Quadros : > Hi Chanwoo, > > > On 27/09/16 08:48, Peter Chen wrote: >> On Tue, Sep 20, 2016 at 05:53:55PM +0300, Roger Quadros wrote: >>> Driver can now work with both ID and VBUS pins or either one of >>> the

Re: [PATCH] extcon: usb-gpio: Add VBUS detection support

2016-10-07 Thread Roger Quadros
Hi Chanwoo, On 27/09/16 08:48, Peter Chen wrote: > On Tue, Sep 20, 2016 at 05:53:55PM +0300, Roger Quadros wrote: >> Driver can now work with both ID and VBUS pins or either one of >> them. >> >> There can be the following 3 cases >> >> 1) Both ID and VBUS GPIOs are available: >> >> ID = LOW -> U

Re: [PATCH] extcon: usb-gpio: Add VBUS detection support

2016-09-26 Thread Peter Chen
On Tue, Sep 20, 2016 at 05:53:55PM +0300, Roger Quadros wrote: > Driver can now work with both ID and VBUS pins or either one of > them. > > There can be the following 3 cases > > 1) Both ID and VBUS GPIOs are available: > > ID = LOW -> USB_HOST active, USB inactive > ID = HIGH -> USB_HOST inact

[PATCH] extcon: usb-gpio: Add VBUS detection support

2016-09-20 Thread Roger Quadros
Driver can now work with both ID and VBUS pins or either one of them. There can be the following 3 cases 1) Both ID and VBUS GPIOs are available: ID = LOW -> USB_HOST active, USB inactive ID = HIGH -> USB_HOST inactive, USB state is same as VBUS. 2) Only ID GPIO is available: ID = LOW -> USB_H