From: Tomasz Figa Date: Wed, 21 Nov 2012 15:21:17 +0000 (+0900) Subject: ARM: EXYNOS: Bind devices to power domains using DT X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~44^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a65d2365df0635da13ae30c01e217c477c9ce3e;p=pandora-kernel.git ARM: EXYNOS: Bind devices to power domains using DT This patch adds a way to specify bindings between devices and power domains using device tree. A device can be bound to particular power domain by adding a power-domain property containing a phandle to the domain. The device will be bound to the domain before binding a driver to it and unbound after unbinding a driver from it. Signed-off-by: Tomasz Figa Signed-off-by: Kyungmin Park Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed