Re: [PATCH v2 3/9] usb: chipidea: host: vbus control change for OTG HNP.

2014-02-08 Thread Li Jun
On Sat, Feb 08, 2014 at 03:04:52PM +0800, Peter Chen wrote: > On Mon, Jan 20, 2014 at 09:56:14AM +0800, Li Jun wrote: > > Leave vbus on/off hanlded by OTG fsm if in OTG mode, init OTG port number. > > > > It is better split this to two patches, one for vbus, another is for > OTG port. > > Peter

Re: [PATCH v2 3/9] usb: chipidea: host: vbus control change for OTG HNP.

2014-02-07 Thread Peter Chen
On Mon, Jan 20, 2014 at 09:56:14AM +0800, Li Jun wrote: > Leave vbus on/off hanlded by OTG fsm if in OTG mode, init OTG port number. > It is better split this to two patches, one for vbus, another is for OTG port. Peter > Signed-off-by: Li Jun > --- > drivers/usb/chipidea/host.c | 13 ++

Re: [PATCH v2 3/9] usb: chipidea: host: vbus control change for OTG HNP.

2014-01-19 Thread Peter Chen
On Mon, Jan 20, 2014 at 09:56:14AM +0800, Li Jun wrote: > Leave vbus on/off hanlded by OTG fsm if in OTG mode, init OTG port number. Would you have ci_vbus_handler to handle both OTG and non-OTG condition? Besides, after doing that, you can have another patch only for init OTG port number. Peter

[PATCH v2 3/9] usb: chipidea: host: vbus control change for OTG HNP.

2014-01-19 Thread Li Jun
Leave vbus on/off hanlded by OTG fsm if in OTG mode, init OTG port number. Signed-off-by: Li Jun --- drivers/usb/chipidea/host.c | 13 + drivers/usb/chipidea/host.h |9 + 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/drivers/usb/chipidea/host.c b/drive