Hello, This patch adds virtual power domain handling. Some comments are needed if such approach has any sense. The goal is to know the state of devices residing in domain which is never gated or are gated only during sleep. I.e. in Exynos3250 SoC there is one domain which is only put into retention in LPD state and to enter it some devices (i.e. mmc host controller) have to be inactive. Using domains and runtime PM it would be able to give an information to PM core that the SoC is ready for deeper power state. TODO: binding doc, add child-parent hierarchy Thanks, Karol Karol Wrona (1): PM / domains: Add support for virtual power domains drivers/base/power/Makefile | 3 +- drivers/base/power/pm_domains_virt.c | 54 ++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 drivers/base/power/pm_domains_virt.c -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html