OMAP1: PM: add simple runtime PM layer to manage clocks
authorKevin Hilman <khilman@deeprootsystems.com>
Thu, 17 Jun 2010 22:48:43 +0000 (15:48 -0700)
committerKevin Hilman <khilman@deeprootsystems.com>
Tue, 21 Sep 2010 18:51:23 +0000 (11:51 -0700)
commite933ec7c4ebd7e7daaad67b22e5f4a9a0ab102ea
tree1cfd54ce1c9175e53d7ab6fa24329bdea8c51330
parent57e6fe7b888e17f814bd35b7700ded51aa9a6a83
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 <manjugk@ti.com>

Cc: Manjunatha GK <manjugk@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-omap1/Makefile
arch/arm/mach-omap1/pm_bus.c [new file with mode: 0644]