]> 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)
commit6d7fc88c8e12a8a4ac25caa19f6fc636b11305c0
tree7dc4ccdb23d969db3ebb97dbb77a681418646c47
parentb5e4e1ac9f1451f6504e3db0fb2579efde089b84
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