]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit098219418ab72de1484fb66f5e2b48b684b38d22
tree1cfd54ce1c9175e53d7ab6fa24329bdea8c51330
parent28f26f888119a61ce4eebec8980eb982c7390ad0
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]