ARM: SAMSUNG: Add support for Power Domain control
authorChanghwan Youn <chaos.youn@samsung.com>
Fri, 3 Dec 2010 08:14:57 +0000 (17:14 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 30 Dec 2010 00:36:52 +0000 (09:36 +0900)
commitd930596a3c093bf3f4fbf24f10ad0d8372d6ac21
tree85fa69c63b9bf31c405fc54d8df83f49e9d3ef8c
parentdf3d02962bc39155c8b4214ce6f0e84750c7921f
ARM: SAMSUNG: Add support for Power Domain control

This patch implements Power Domain control based on Runtime PM framework.
Each Power Domain is represented by a Power Domain device and the devices
belong to these Power Domains should be set as a child device of the Power
Domain devices. The corresponding drivers of the devices should implement
Runtime PM to control the Power Domains.

Signed-off-by: Changhwan Youn <chaos.youn at samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-samsung/Kconfig
arch/arm/plat-samsung/Makefile
arch/arm/plat-samsung/include/plat/pd.h [new file with mode: 0644]
arch/arm/plat-samsung/pd.c [new file with mode: 0644]