aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/pd.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-11-17ARM: SAMSUNG: inclusion export.h instead of module.hKukjin Kim1-1/+1
Only for THIS_MODULE, the <linux/export.h> file should be added instead of <linux/module.h>. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2010-12-30ARM: SAMSUNG: Add support for Power Domain controlChanghwan Youn1-0/+95
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>