]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: Add omap-usbhs runtime PM support
authorKeshava Munegowda <Keshava_mgowda@ti.com>
Sun, 22 May 2011 20:51:26 +0000 (22:51 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 26 May 2011 17:45:52 +0000 (19:45 +0200)
commit4a8885a1509c33adb6a8ab799089e8529c9407f9
treeb534ce2e049696ce10130d6755dcc1840cdcdff4
parent4fed9cf51eb9586faef1761b2fc0ea51e4d97054
mfd: Add omap-usbhs runtime PM support

The usbhs core driver does not enable/disable the interface and
functional clocks; These clocks are handled by hwmod and runtime pm,
hence insted of the clock enable/disable, the runtime pm APIS are
used. however,the port clocks and tll clocks are handled
by the usbhs core.

Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/omap-usb-host.c