linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] PM: domains: add devm_pm_domain_attach()
@ 2025-06-06 11:17 Claudiu
  2025-06-06 11:17 ` [PATCH v3 1/2] PM: domains: Add devres variant for dev_pm_domain_attach() Claudiu
  2025-06-06 11:17 ` [PATCH v3 2/2] driver core: platform: Use devm_pm_domain_attach() Claudiu
  0 siblings, 2 replies; 22+ messages in thread
From: Claudiu @ 2025-06-06 11:17 UTC (permalink / raw)
  To: gregkh, rafael, dakr, len.brown, pavel, ulf.hansson, jic23,
	daniel.lezcano, dmitry.torokhov
  Cc: claudiu.beznea, linux-kernel, linux-pm, bhelgaas, geert,
	linux-iio, linux-renesas-soc, fabrizio.castro.jz, Claudiu Beznea

From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>

Hi,

As a result of discussion at [1], series adds the devm_pm_domain_attach()
and uses it in platform bus probe.

Please provide your feedback.

Thank you,
Claudiu

[1] https://lore.kernel.org/all/20250215130849.227812-1-claudiu.beznea.uj@bp.renesas.com

Changes in v3:
- dropped the detach_power_off argument of devm_pm_domain_attach()
- use a single cleanup function
- fixed build warning

Changes in v2:
- add devm_pm_domain_attach()
- drop the devres grup open/close approach and use the newly added
  devm_pm_domain_attach()

Claudiu Beznea (2):
  PM: domains: Add devres variant for dev_pm_domain_attach()
  driver core: platform: Use devm_pm_domain_attach()

 drivers/base/platform.c     |  8 ++----
 drivers/base/power/common.c | 50 +++++++++++++++++++++++++++++++++++++
 include/linux/pm_domain.h   |  6 +++++
 3 files changed, 58 insertions(+), 6 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-06-21 11:16 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-06 11:17 [PATCH v3 0/2] PM: domains: add devm_pm_domain_attach() Claudiu
2025-06-06 11:17 ` [PATCH v3 1/2] PM: domains: Add devres variant for dev_pm_domain_attach() Claudiu
2025-06-06 16:00   ` Rafael J. Wysocki
2025-06-06 18:55     ` Dmitry Torokhov
2025-06-06 20:01       ` Rafael J. Wysocki
2025-06-07 11:43         ` Rafael J. Wysocki
2025-06-07 13:06         ` Jonathan Cameron
2025-06-09 19:59           ` Rafael J. Wysocki
2025-06-11  9:11             ` Claudiu Beznea
2025-06-11 16:27               ` Jonathan Cameron
2025-06-11 16:23             ` Jonathan Cameron
2025-06-11 16:35               ` Dmitry Torokhov
2025-06-13  7:39             ` Claudiu Beznea
2025-06-13 10:02               ` Rafael J. Wysocki
2025-06-13 12:44                 ` Claudiu Beznea
2025-06-16  9:37                 ` Claudiu Beznea
2025-06-16 11:18                   ` Rafael J. Wysocki
2025-06-16 11:37                     ` Claudiu Beznea
2025-06-16 11:47                       ` Rafael J. Wysocki
2025-06-19 12:21                         ` Ulf Hansson
2025-06-21 11:15                           ` Rafael J. Wysocki
2025-06-06 11:17 ` [PATCH v3 2/2] driver core: platform: Use devm_pm_domain_attach() Claudiu

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