LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [RFC PATCH 0/1] PM / domains: Add support for virtual power domains
@ 2015-01-29 18:12 Karol Wrona
  2015-01-29 18:12 ` [RFC PATCH 1/1] " Karol Wrona
  0 siblings, 1 reply; 5+ messages in thread
From: Karol Wrona @ 2015-01-29 18:12 UTC (permalink / raw)
  To: linux-pm, linux-kernel, devicetree
  Cc: Rafael J. Wysocki, Amit Daniel Kachhap, Ulf Hansson,
	Bartlomiej Zolnierkiewicz, Kyungmin Park, Karol Wrona,
	Karol Wrona

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-02-02 12:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-29 18:12 [RFC PATCH 0/1] PM / domains: Add support for virtual power domains Karol Wrona
2015-01-29 18:12 ` [RFC PATCH 1/1] " Karol Wrona
2015-01-30  8:43   ` amit daniel kachhap
2015-01-30 11:57     ` Lorenzo Pieralisi
2015-02-02 12:14       ` Karol Wrona

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).