commit | 468bcc2a2ca071f652009d2d20d97f2437630cae | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Sep 15 09:03:24 2014 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Tue Sep 16 10:01:44 2014 -0500 |
tree | 680f07cd99ba8900cb21218590d1cac669e33287 | |
parent | 6dd5b021bd6c735a6a1515d06dab1478fc461dfd [diff] |
usb: musb: dsps: kill OTG timer on suspend if we don't make sure to kill the timer, it could expire after we have already gated our clocks. That will trigger a Data Abort exception because we would try to access register while clock is gated. Fix that bug. Cc: <stable@vger.kernel.org> # v3.14+ Fixes 869c597 (usb: musb: dsps: add support for suspend and resume) Tested-by: Dave Gerlach <d-gerlach@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>