Re: [PATCH v3 08/13] usb: chipidea: OTG fsm timers initialization.

2014-03-11 Thread Peter Chen
On Thu, Mar 06, 2014 at 12:30:40PM +0800, Peter Chen wrote: > On Thu, Feb 27, 2014 at 07:38:26AM +0800, Li Jun wrote: > > This patch adds OTG fsm timers initialization, which use controller's 1ms > > interrupt as timeout counter, also adds some local timers which are not > > in otg_fsm_timer list.

Re: [PATCH v3 08/13] usb: chipidea: OTG fsm timers initialization.

2014-03-05 Thread Peter Chen
On Thu, Feb 27, 2014 at 07:38:26AM +0800, Li Jun wrote: > This patch adds OTG fsm timers initialization, which use controller's 1ms > interrupt as timeout counter, also adds some local timers which are not > in otg_fsm_timer list. > > Signed-off-by: Li Jun > --- > drivers/usb/chipidea/bits.h

[PATCH v3 08/13] usb: chipidea: OTG fsm timers initialization.

2014-02-26 Thread Li Jun
This patch adds OTG fsm timers initialization, which use controller's 1ms interrupt as timeout counter, also adds some local timers which are not in otg_fsm_timer list. Signed-off-by: Li Jun --- drivers/usb/chipidea/bits.h|1 + drivers/usb/chipidea/otg_fsm.c | 190 ++