]> 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)
commit55143e0df259fcd284a0809b48176d2a6bd0d109
treeb534ce2e049696ce10130d6755dcc1840cdcdff4
parent7db4cf7622f60cbd80caeb66495080a8a052ad96
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