From: Hema HK Date: Thu, 17 Feb 2011 06:37:22 +0000 (+0530) Subject: usb: musb: Using runtime pm APIs for musb. X-Git-Tag: v2.6.39-rc1~472^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207b0e1f1655bd7008b7322cdc3f84fb171c546d;p=pandora-kernel.git usb: musb: Using runtime pm APIs for musb. Calling runtime pm APIs pm_runtime_put_sync() and pm_runtime_get_sync() for enabling/disabling the clocks, sysconfig settings. Enable clock, configure no-idle/standby when active and configure force idle/standby and disable clock when idled. This is taken care by the runtime framework when driver calls the pm_runtime_get_sync and pm_runtime_put_sync APIs. Need to configure MUSB into force standby and force idle mode when usb not used Signed-off-by: Hema HK Cc: Tony Lindgren Cc: Kevin Hilman Cc: Cousson, Benoit Cc: Paul Walmsley Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed