All of lore.kernel.org
 help / color / mirror / Atom feed
* POWER_DOMAIN_ATTRIBUTES in SCMI
@ 2025-02-14  9:20 Peng Fan
  2025-02-18 10:41 ` Sudeep Holla
  0 siblings, 1 reply; 11+ messages in thread
From: Peng Fan @ 2025-02-14  9:20 UTC (permalink / raw)
  To: Sudeep Holla, cristian.marussi@arm.com,
	souvik.chakravarty@arm.com, Ulf Hansson, Dan Carpenter
  Cc: arm-scmi@vger.kernel.org, Chuck Cannon

All,

Previously I posted a patch to linux to set all power domains
with "GENPD_FLAG_ACTIVE_WAKEUP" set in
drivers/pmdomain/arm/scmi_pm_domain.c

But in the end we find that some power domains
could be in off state while it still could wakeup
the system. And we have a downstream patch
+               if (!strcmp(scmi_pd->name, "hsio_top"))
+                       scmi_pd->genpd.flags = 0;

So I am wondering to extend the attributes of SCMI spec,
Saying In SCMI spec(DEN0056E)
4.3.2.5 POWER_DOMAIN_ATTRIBUTES
Page 44 of 210:

Bit[26]: If set to 1, the power domain could
wakeup the system with power state
set as off.

This is just an idea in my mind, I not
write code to verify, just wanna to see
any comments from your side.

Thanks,
Peng.


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

end of thread, other threads:[~2025-04-08  0:23 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-14  9:20 POWER_DOMAIN_ATTRIBUTES in SCMI Peng Fan
2025-02-18 10:41 ` Sudeep Holla
2025-02-18 13:08   ` Peng Fan
2025-02-18 13:57     ` Vincent Guittot
2025-02-18 15:02       ` Ulf Hansson
2025-02-18 15:26         ` Sudeep Holla
2025-02-18 16:31         ` Peng Fan
2025-02-20  2:53           ` Peng Fan
2025-02-20  9:59             ` Souvik Chakravarty
2025-04-08  0:23               ` Kevin Hilman
2025-02-18 16:20       ` Peng Fan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.