]> git.baikalelectronics.ru Git - kernel.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)
commitbd8581d4a149630b080555576040ce1f442dd75c
tree7dc4ccdb23d969db3ebb97dbb77a681418646c47
parent1b1ee17b1253f89a37a9f598ac6118665daad2e7
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