commit | 8b2bc2c9351b4c09bc3d9096e2a7af3988565dbf | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Apr 07 10:58:01 2014 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Tue Apr 15 12:08:02 2014 -0500 |
tree | 28b4585b1ffc5b76b0ae776cb89444c1ad8ff50e | |
parent | 3063a12be2b07c64e9802708a19489342e64c1a3 [diff] |
usb: musb: omap2430: make sure clocks are enabled when running mailbox on early initialization we could fall into a situation where the mailbox is called before MUSB's clocks are running, in order to avoid that, make sure mailbox is always wrapped with pm_runtime calls. Reported-by: Stefan Roese <sr@denx.de> Signed-off-by: Felipe Balbi <balbi@ti.com>