linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Thierry Reding <thierry.reding@gmail.com>,
	Lee Jones <lee.jones@linaro.org>
Cc: linux-pwm@vger.kernel.org, kernel@pengutronix.de,
	"Uwe Kleine-König" <uwe@kleine-koenig.org>,
	"Baolin Wang" <baolin.wang@gmail.com>,
	"Orson Zhai" <orsonzhai@gmail.com>,
	"Chunyan Zhang" <zhang.lyra@gmail.com>,
	"Thomas Hebb" <tommyhebb@gmail.com>,
	"Alexander Sverdlin" <alexander.sverdlin@gmail.com>
Subject: [PATCH 0/5] pwm: Ensure configuring period and duty_cycle isn't wrongly skipped
Date: Thu,  1 Jul 2021 10:27:50 +0200	[thread overview]
Message-ID: <20210701082755.332593-1-u.kleine-koenig@pengutronix.de> (raw)

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


             reply	other threads:[~2021-07-01  8:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-01  8:27 Uwe Kleine-König [this message]
2021-07-01  8:27 ` [PATCH 1/5] pwm: sprd: Ensure configuring period and duty_cycle isn't wrongly skipped 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210701082755.332593-1-u.kleine-koenig@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=alexander.sverdlin@gmail.com \
    --cc=baolin.wang@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=lee.jones@linaro.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=orsonzhai@gmail.com \
    --cc=thierry.reding@gmail.com \
    --cc=tommyhebb@gmail.com \
    --cc=uwe@kleine-koenig.org \
    --cc=zhang.lyra@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).