linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] pinctrl: intel: Provide NOIRQ PM helper and use it
@ 2022-12-29 12:59 Andy Shevchenko
  2022-12-29 12:59 ` [PATCH v1 1/3] pm: Introduce DEFINE_NOIRQ_DEV_PM_OPS() helper Andy Shevchenko
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andy Shevchenko @ 2022-12-29 12:59 UTC (permalink / raw)
  To: Andy Shevchenko, Mika Westerberg, Rafael J. Wysocki,
	Paul Cercueil, linux-gpio, linux-kernel, linux-pm
  Cc: Andy Shevchenko, Linus Walleij, Rafael J. Wysocki, Len Brown,
	Pavel Machek

Intel pin control drivers use NOIRQ variant of PM callbacks.
Besides that several other drivers do similar. Provide a helper
to make them smaller.

Andy Shevchenko (3):
  pm: Introduce DEFINE_NOIRQ_DEV_PM_OPS() helper
  pinctrl: intel: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helper
  pinctrl: cherryview: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helper

 drivers/pinctrl/intel/pinctrl-cherryview.c | 4 +---
 drivers/pinctrl/intel/pinctrl-intel.h      | 6 ++----
 include/linux/pm.h                         | 5 +++++
 3 files changed, 8 insertions(+), 7 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-12-30 19:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-29 12:59 [PATCH v1 0/3] pinctrl: intel: Provide NOIRQ PM helper and use it Andy Shevchenko
2022-12-29 12:59 ` [PATCH v1 1/3] pm: Introduce DEFINE_NOIRQ_DEV_PM_OPS() helper Andy Shevchenko
2022-12-30 18:43   ` Rafael J. Wysocki
2022-12-30 19:23     ` Andy Shevchenko
2022-12-30 19:32       ` Rafael J. Wysocki
2022-12-29 12:59 ` [PATCH v1 2/3] pinctrl: intel: Switch to use " Andy Shevchenko
2022-12-29 12:59 ` [PATCH v1 3/3] pinctrl: cherryview: " Andy Shevchenko

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