]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: musb: Split PM runtime between wrapper IP and musb core
authorTony Lindgren <tony@atomide.com>
Tue, 31 May 2016 15:05:12 +0000 (10:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Jun 2016 21:58:59 +0000 (14:58 -0700)
commitf730f205cc5116b6edfedf568fdfbb4935248e8e
tree7dc4ccdb23d969db3ebb97dbb77a681418646c47
parent7099dbc5b3eb9f52efdb78406826f7463f07d71c
usb: musb: Split PM runtime between wrapper IP and musb core

Let's not tinker with the PM runtime of musb core from the omap2430
wrapper. This allows us to initialize PM runtime for musb core later
on instead of doing it in stages. And omap2430 wrapper has no need
to for accessing musb core at this point.

Note that this does not remove all the PM runtime calls from the
glue layer, those will get removed in a later patch.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_core.c
drivers/usb/musb/omap2430.c