linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] pwm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
@ 2023-10-10  7:51 Uwe Kleine-König
  2023-10-10  7:51 ` [PATCH 01/11] pwm: atmel-hlcdc: " Uwe Kleine-König
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Uwe Kleine-König @ 2023-10-10  7:51 UTC (permalink / raw)
  To: Thierry Reding
  Cc: linux-pwm, Alexandre Belloni, linux-samsung-soc, Alim Akhtar,
	Florian Fainelli, Alexandre Torgue, Fabio Estevam, Sascha Hauer,
	Maxime Coquelin, Claudiu Beznea, Krzysztof Kozlowski,
	Fabrice Gasnier, Broadcom internal kernel review list,
	NXP Linux Team, kernel, Shawn Guo, linux-stm32, linux-arm-kernel

Hello,

Florian added pm support to the pwm-bcm2835 driver[1]. This made me
check what is the "modern" way to add pm support. This series modernizes
the other pwm drivers with the things I learned.

Best regards
Uwe

[1] https://lore.kernel.org/linux-pwm/20231009204226.3224521-1-florian.fainelli@broadcom.com

Uwe Kleine-König (11):
  pwm: atmel-hlcdc: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
  pwm: atmel-tcb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
  pwm: berlin: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
  pwm: brcmstb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
  pwm: dwc: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
  pwm: imx-tpm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
  pwm: samsung: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
  pwm: stm32-lp: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
  pwm: stm32: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
  pwm: tiecap: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
  pwm: tiehrpwm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions

 drivers/pwm/pwm-atmel-hlcdc.c |  8 +++-----
 drivers/pwm/pwm-atmel-tcb.c   |  8 +++-----
 drivers/pwm/pwm-berlin.c      |  8 +++-----
 drivers/pwm/pwm-brcmstb.c     | 12 ++++--------
 drivers/pwm/pwm-dwc.c         |  6 ++----
 drivers/pwm/pwm-imx-tpm.c     | 10 +++++-----
 drivers/pwm/pwm-samsung.c     |  6 ++----
 drivers/pwm/pwm-stm32-lp.c    | 10 +++++-----
 drivers/pwm/pwm-stm32.c       |  8 ++++----
 drivers/pwm/pwm-tiecap.c      |  6 ++----
 drivers/pwm/pwm-tiehrpwm.c    |  8 +++-----
 11 files changed, 36 insertions(+), 54 deletions(-)

base-commit: 0bb80ecc33a8fb5a682236443c1e740d5c917d1d
-- 
2.40.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-10-13 13:36 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-10  7:51 [PATCH 00/11] pwm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions Uwe Kleine-König
2023-10-10  7:51 ` [PATCH 01/11] pwm: atmel-hlcdc: " Uwe Kleine-König
2023-10-11 11:19   ` Jonathan Cameron
2023-10-10  7:51 ` [PATCH 02/11] pwm: atmel-tcb: " Uwe Kleine-König
2023-10-11 11:20   ` Jonathan Cameron
2023-10-10  7:51 ` [PATCH 04/11] pwm: brcmstb: " Uwe Kleine-König
2023-10-11 11:21   ` Jonathan Cameron
2023-10-11 15:31     ` Uwe Kleine-König
2023-10-11 15:42       ` Florian Fainelli
2023-10-11 16:48         ` Uwe Kleine-König
2023-10-13 13:35           ` Thierry Reding
2023-10-11 16:48   ` Florian Fainelli
2023-10-10  7:51 ` [PATCH 06/11] pwm: imx-tpm: " Uwe Kleine-König
2023-10-11 11:22   ` Jonathan Cameron
2023-10-10  7:51 ` [PATCH 07/11] pwm: samsung: " Uwe Kleine-König
2023-10-11 11:22   ` Jonathan Cameron
2023-10-10  7:51 ` [PATCH 08/11] pwm: stm32-lp: " Uwe Kleine-König
2023-10-11 11:23   ` Jonathan Cameron
2023-10-10  7:51 ` [PATCH 09/11] pwm: stm32: " Uwe Kleine-König
2023-10-11 11:23   ` Jonathan Cameron

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