linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/2] power: domain: handle power supplies that need interrupts
@ 2022-07-26  8:32 Martin Kepplinger
  2022-07-26  8:32 ` [PATCH v6 1/2] power: domain: handle genpd correctly when needing interrupts Martin Kepplinger
  2022-07-26  8:32 ` [PATCH v6 2/2] soc: imx: gpcv2: fix suspend/resume by setting GENPD_FLAG_IRQ_ON Martin Kepplinger
  0 siblings, 2 replies; 16+ messages in thread
From: Martin Kepplinger @ 2022-07-26  8:32 UTC (permalink / raw)
  To: rafael, khilman, ulf.hansson, robh, krzysztof.kozlowski,
	shawnguo, s.hauer, festevam, pavel
  Cc: kernel, linux-imx, broonie, l.stach, aford173, linux-pm,
	devicetree, linux-kernel, linux-arm-kernel, Martin Kepplinger

hi Ulf, Lucas and all interested,

This makes available a new genpd flag GENPD_FLAG_IRQ_ON in a relatively
generic way:
genpd providers can set it when irqs are needed to manage power on/off.
Since the main goal here has been to fix systemd suspend/resume,
adjusting these callbacks is all that's being done when this flag gets set.

And since I'm working on imx8mq, the 2nd patch makes gpcv2 set this new
flag when a power domain has a power-supply described in DT.
For i.MX8M* platforms, this should be ok. For other platforms this might
be useful too but needs to be tested.


revision history
----------------
v6: (thank you Ulf and Lucas)
* drop the cleanup patch to use BIT()
* use of_property_read_bool() to find the power-supply
* clean up the callback assignment
* remove the wrong error printing
  (flag-check can be added later to *drivers* that have noirq callbacks)

v5: (thank you Lucas)
* simplify gpcv2 code: just set GENPD_FLAG_IRQ_ON when a power-supply is present
https://lore.kernel.org/linux-arm-kernel/20220721043608.1527686-1-martin.kepplinger@puri.sm/

v4: (thank you Ulf and Lucas)
* split up genpd core and gpcv2 changes
* set callbacks inside of pm_genpd_init()
* make flag name and description a bit more generic
* print an error in __genpd_dev_pm_attach() if there a "mismatch"
https://lore.kernel.org/linux-arm-kernel/20220720043444.1289952-1-martin.kepplinger@puri.sm/T/#t

v3: (thank you Ulf)
* move DT parsing to gpcv2 and create a genpd flag that gets set
https://lore.kernel.org/linux-arm-kernel/20220718210302.674897-1-martin.kepplinger@puri.sm/

v2: (thank you Krzysztof)
* rewrite: find possible regulators' interrupts property in parents
  instead of inventing a new property.
https://lore.kernel.org/linux-arm-kernel/20220712121832.3659769-1-martin.kepplinger@puri.sm/

v1: (initial idea)
https://lore.kernel.org/linux-arm-kernel/20220711094549.3445566-1-martin.kepplinger@puri.sm/T/#t



Martin Kepplinger (2):
  power: domain: handle genpd correctly when needing interrupts
  soc: imx: gpcv2: fix suspend/resume by setting GENPD_FLAG_IRQ_ON

 drivers/base/power/domain.c | 13 +++++++++++--
 drivers/soc/imx/gpcv2.c     |  3 +++
 include/linux/pm_domain.h   |  5 +++++
 3 files changed, 19 insertions(+), 2 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2023-06-26  9:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-26  8:32 [PATCH v6 0/2] power: domain: handle power supplies that need interrupts Martin Kepplinger
2022-07-26  8:32 ` [PATCH v6 1/2] power: domain: handle genpd correctly when needing interrupts Martin Kepplinger
2022-07-26 15:07   ` Ulf Hansson
2022-07-26 18:33     ` Rafael J. Wysocki
2022-07-28  9:19       ` Ulf Hansson
2022-08-19  9:17     ` Martin Kepplinger
2022-08-19 14:53       ` Ulf Hansson
2022-08-22  8:38         ` Martin Kepplinger
2022-08-24 13:30           ` Ulf Hansson
2022-08-25  7:06             ` Martin Kepplinger
2022-09-23 13:55               ` Ulf Hansson
2022-09-26  9:52                 ` Martin Kepplinger
2023-06-21 18:20                 ` Martin Kepplinger
2023-06-26  9:50                   ` Ulf Hansson
2022-07-26  8:32 ` [PATCH v6 2/2] soc: imx: gpcv2: fix suspend/resume by setting GENPD_FLAG_IRQ_ON Martin Kepplinger
2022-07-26 15:08   ` Ulf Hansson

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).