From: Kevin Hilman Date: Thu, 31 May 2012 16:59:53 +0000 (-0700) Subject: ARM: davinci: add runtime PM support for clock management X-Git-Tag: v3.6-rc1~146^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce9dcb8784611c50974d1c6b600c71f5c0a29308;p=pandora-kernel.git ARM: davinci: add runtime PM support for clock management Add runtime PM core support to davinci by using the pm_clk infrastructure of the PM core. When runtime PM is enabled, the davinci runtime PM implementation will use the pm_clk layer to enable/disable clocks on demand. When runtime PM is disabled, the pm_clk core will automatically enable clocks when the driver is bound and disable clocks when the driver is unbound. Cc: Mark A. Greer Cc: Sekhar Nori Signed-off-by: Kevin Hilman [nsekhar@ti.com: pruned list of header file includes and removed some debug code] Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed