OSDN Git Service

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)
commit7e6502d577106fb5b202bbaac64c5f1b065e6daa
treeb534ce2e049696ce10130d6755dcc1840cdcdff4
parent74e32d1b68f177f9c998041d789253df9c7f3575
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