Re: [PATCH v2 7/9] usb: chipidea: OTG HNP and SRP fsm implementation.

2014-02-26 Thread Li Jun
On Mon, Feb 10, 2014 at 10:32:24AM +0800, Peter Chen wrote: > On Mon, Jan 20, 2014 at 09:56:18AM +0800, Li Jun wrote: > > USB OTG interrupt handling and fsm transition according to USB OTG > > spec 2.0, update otg timer timeout handlers. > > USB OTG and EH 2.0 > changed. > > > > Signed-off-by:

Re: [PATCH v2 7/9] usb: chipidea: OTG HNP and SRP fsm implementation.

2014-02-09 Thread Peter Chen
On Mon, Jan 20, 2014 at 09:56:18AM +0800, Li Jun wrote: > USB OTG interrupt handling and fsm transition according to USB OTG > spec 2.0, update otg timer timeout handlers. USB OTG and EH 2.0 > > Signed-off-by: Li Jun > --- > drivers/usb/chipidea/bits.h|2 + > drivers/usb/chipidea/core

[PATCH v2 7/9] usb: chipidea: OTG HNP and SRP fsm implementation.

2014-01-19 Thread Li Jun
USB OTG interrupt handling and fsm transition according to USB OTG spec 2.0, update otg timer timeout handlers. Signed-off-by: Li Jun --- drivers/usb/chipidea/bits.h|2 + drivers/usb/chipidea/core.c| 10 ++- drivers/usb/chipidea/otg.c |9 ++- drivers/usb/chipidea/otg_fsm.c