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
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 ++
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
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