Re: [PATCH 1/1] usb: chipidea: otg: don't wait vbus drops below BSV when starts host

2015-10-20 Thread Peter Chen
On Fri, Oct 16, 2015 at 01:53:20PM +0800, Li Jun wrote: > Some HW design may use ID pin state to control vbus for otg port, > so before host role start, the vbus is already turned on, in this > case, we do not need wait vbus dropping below BSV. > Yes, only gadget need to consider vbus. >

[PATCH 1/1] usb: chipidea: otg: don't wait vbus drops below BSV when starts host

2015-10-15 Thread Li Jun
Some HW design may use ID pin state to control vbus for otg port, so before host role start, the vbus is already turned on, in this case, we do not need wait vbus dropping below BSV. Signed-off-by: Li Jun --- drivers/usb/chipidea/otg.c |9 ++--- 1 file changed, 6