commit | 3a316ec4c91cfe03093d708369f9ab57000c96c3 | [log] [tgz] |
---|---|---|
author | Li Jun <b47624@freescale.com> | Fri Mar 20 16:28:06 2015 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 26 10:54:39 2015 +0100 |
tree | 9fd2cc1d5b86975c492411b0e67ace78519c64c5 | |
parent | 2f8a467a11aeec61f5077cd337b4efe74847e1d3 [diff] |
usb: chipidea: use hrtimer for otg fsm timers Current otg fsm timers are using controller 1ms irq and count it, this patch is to replace it with hrtimer solution, use one hrtimer for all otg timers. Signed-off-by: Li Jun <jun.li@freescale.com> Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>