From: Kevin Hilman Date: Thu, 17 Jun 2010 22:48:43 +0000 (-0700) Subject: OMAP1: PM: add simple runtime PM layer to manage clocks X-Git-Tag: v2.6.37-rc1~121^2~54^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e933ec7c4ebd7e7daaad67b22e5f4a9a0ab102ea;p=pandora-kernel.git OMAP1: PM: add simple runtime PM layer to manage clocks On OMAP1, we do not have omap_device + omap_hwmod to manage the device-specific idle, enable and shutdown. Instead, just enable/disable device clocks automatically at the runtime PM level. This allows drivers to not have any OMAP1 specific clock management and allows them to simply use the runtime PM API to manage clocks. OMAP1 compile fixes Manjunatha GK Cc: Manjunatha GK Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed