]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: musb: omap: fix crash when musb glue (omap) gets initialized
authorKishon Vijay Abraham I <kishon@ti.com>
Wed, 21 Mar 2012 16:00:20 +0000 (21:30 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Apr 2012 16:51:08 +0000 (09:51 -0700)
commit8a1f6b4eca816f6b186b125f72ef284ef7960b85
treeeeab42970614f1a208bcea809cd80236b6a31e14
parent2ac8fc00b350ba1aead453c9c1feb1d23a433321
usb: musb: omap: fix crash when musb glue (omap) gets initialized

commit 3006dc8c627d738693e910c159630e4368c9e86c upstream.

pm_runtime_enable is being called after omap2430_musb_init. Hence
pm_runtime_get_sync in omap2430_musb_init does not have any effect (does
not enable clocks) resulting in a crash during register access. It is
fixed here.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/omap2430.c