All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] pwm: Ensure configuring period and duty_cycle isn't wrongly skipped
@ 2021-07-01  8:27 Uwe Kleine-König
  2021-07-01  8:27 ` [PATCH 1/5] pwm: sprd: " Uwe Kleine-König
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Uwe Kleine-König @ 2021-07-01  8:27 UTC (permalink / raw)
  To: Thierry Reding, Lee Jones
  Cc: linux-pwm, kernel, Uwe Kleine-König, Baolin Wang,
	Orson Zhai, Chunyan Zhang, Thomas Hebb, Alexander Sverdlin

From: Uwe Kleine-König <uwe@kleine-koenig.org>

Hello,

Geert Uytterhoeven found a regression in one of my patches. The same
problem exists in several further commits. The respective drivers are
fixed in this series.

The affected commits for the first patch is already in v5.4, so this
patch should maybe backported to stable.
The others are in Thierry's for-next branch only.

Uwe Kleine-König (5):
  pwm: sprd: Ensure configuring period and duty_cycle isn't wrongly
    skipped
  pwm: spear: Ensure configuring period and duty_cycle isn't wrongly
    skipped
  pwm: tiecap: Ensure configuring period and duty_cycle isn't wrongly
    skipped
  pwm: berlin: Ensure configuring period and duty_cycle isn't wrongly
    skipped
  pwm: ep93xx: Ensure configuring period and duty_cycle isn't wrongly
    skipped

 drivers/pwm/pwm-berlin.c |  9 ++---
 drivers/pwm/pwm-ep93xx.c | 85 +++++++++++++++++++---------------------
 drivers/pwm/pwm-spear.c  |  9 ++---
 drivers/pwm/pwm-sprd.c   | 11 ++----
 drivers/pwm/pwm-tiecap.c | 15 +++----
 5 files changed, 56 insertions(+), 73 deletions(-)


base-commit: 96e45e5202377da39d086ec19f8934ebcc5b0fd6
-- 
2.30.2


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

end of thread, other threads:[~2021-07-14  7:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01  8:27 [PATCH 0/5] pwm: Ensure configuring period and duty_cycle isn't wrongly skipped Uwe Kleine-König
2021-07-01  8:27 ` [PATCH 1/5] pwm: sprd: " Uwe Kleine-König
2021-07-01  8:27 ` [PATCH 2/5] pwm: spear: " Uwe Kleine-König
2021-07-01  8:27 ` [PATCH 3/5] pwm: tiecap: " Uwe Kleine-König
2021-07-01  8:27 ` [PATCH 4/5] pwm: berlin: " Uwe Kleine-König
2021-07-01  8:27 ` [PATCH 5/5] pwm: ep93xx: " Uwe Kleine-König
2021-07-08 12:36 ` [PATCH 0/5] pwm: " Uwe Kleine-König
2021-07-08 14:07   ` Thierry Reding
2021-07-08 20:36     ` Uwe Kleine-König
2021-07-14  6:39     ` Uwe Kleine-König
2021-07-14  7:39       ` Thierry Reding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.