MFD: OMAP: USB: Runtime PM support
authorKeshava Munegowda <Keshava_mgowda@ti.com>
Tue, 11 Oct 2011 07:53:29 +0000 (13:23 +0530)
committerPaul Walmsley <paul@pwsan.com>
Fri, 16 Dec 2011 11:30:01 +0000 (04:30 -0700)
commit1e7fe1a9253f3b66dc4013e40bd5d72415af0835
treea407af49fafd76aeb72fd1b539a80618552a50e7
parent6c984b066d84bb6e8f5a739ffb1dc4858df017a3
MFD: OMAP: USB: Runtime PM support

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

Dependency:
This patch is dependent on this series:
[PATCH 0/5 v13 or latest version] omap: usb: host: Runtime PM preparation
for EHCI and OHCI drivers.

Validation performed:
The global suspend/resume of EHCI and OHCI is validated on
OMAP3430 sdp board with this patch combined with the series:
[PATCH 0/5 v13 or latest version] omap: usb: host: Runtime PM preparation
for EHCI and OHCI drivers.

Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com>
Reviewed-by: Kevin Hilman <khilman@ti.com>
Reviewed-by: Partha Basak <parthab@india.ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
drivers/mfd/omap-usb-host.c