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

Hello,

the only change here compared to (implicit) v1 sent with Message-Id:
20231010075112.755178-1-u.kleine-koenig@pengutronix.de is a rebase on
Thierry's current for-next branch and I added the tags I recieved on the
previous submission.

In v1 I did a small improvement for the brcmstb PWM driver en passant,
which was already done by Florian in a patch that is now commit
aacbd6543669 ("pwm: brcmstb: Checked clk_prepare_enable() return
value"). So the brcmstb patch in this series simplified to be similar to
the other patches here and so the commit log improvement that I promised
on Jonathan Cameron's feedback was dropped again.

Best regards
Uwe

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     |  8 +++-----
 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, 35 insertions(+), 51 deletions(-)


base-commit: 4bb36d126cb3147d6bbfd00242a5b846dacad595
-- 
2.42.0


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

end of thread, other threads:[~2023-10-23 17:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-13 17:42 [PATCH v2 00/11] pwm: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions Uwe Kleine-König
2023-10-13 17:42 ` [PATCH v2 01/11] pwm: atmel-hlcdc: " Uwe Kleine-König
2023-10-23 17:29   ` Uwe Kleine-König
2023-10-13 17:42 ` [PATCH v2 02/11] pwm: atmel-tcb: " Uwe Kleine-König
2023-10-13 17:42 ` [PATCH v2 03/11] pwm: berlin: " Uwe Kleine-König
2023-10-13 17:42 ` [PATCH v2 04/11] pwm: brcmstb: " Uwe Kleine-König
2023-10-16 10:45   ` Jonathan Cameron
2023-10-13 17:42 ` [PATCH v2 05/11] pwm: dwc: " Uwe Kleine-König
2023-10-13 17:42 ` [PATCH v2 06/11] pwm: imx-tpm: " Uwe Kleine-König
2023-10-13 17:42 ` [PATCH v2 07/11] pwm: samsung: " Uwe Kleine-König
2023-10-13 17:42 ` [PATCH v2 08/11] pwm: stm32-lp: " Uwe Kleine-König
2023-10-13 17:42 ` [PATCH v2 09/11] pwm: stm32: " Uwe Kleine-König
2023-10-13 17:42 ` [PATCH v2 10/11] pwm: tiecap: " Uwe Kleine-König
2023-10-13 17:42 ` [PATCH v2 11/11] pwm: tiehrpwm: " Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox