From: Felipe Balbi Date: Mon, 15 Sep 2014 14:03:24 +0000 (-0500) Subject: usb: musb: dsps: kill OTG timer on suspend X-Git-Tag: fixes-for-v3.18-merge-window~16^2~118^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=468bcc2a2ca071f652009d2d20d97f2437630cae;p=pandora-kernel.git 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: # v3.14+ Fixes 869c597 (usb: musb: dsps: add support for suspend and resume) Tested-by: Dave Gerlach Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed