From: "Uwe Kleine-König" <u.kleine-koenig@baylibre.com>
To: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org, linux-pwm@vger.kernel.org
Subject: [PATCH 0/4] clk: pwm: A few improvements
Date: Wed, 30 Apr 2025 11:57:45 +0200 [thread overview]
Message-ID: <cover.1746006578.git.ukleinek@baylibre.com> (raw)
Hello,
my main objective here to get rid of the call to pwm_config() as I want
to drop that function. While implementing that I found a few changes
left and right of it that I think improve the driver.
Only compile tested.
Best regards
Uwe
Uwe Kleine-König (4):
clk: pwm: Let .get_duty_cycle() return the real duty cycle
clk: pwm: Convert to use pwm_apply_might_sleep()
clk: pwm: Don't reconfigure running PWM at probe time
clk: pwm: Make use of non-sleeping PWMs
drivers/clk/clk-pwm.c | 49 +++++++++++++++++++++++++++++++++----------
1 file changed, 38 insertions(+), 11 deletions(-)
base-commit: 8ffd015db85fea3e15a77027fda6c02ced4d2444
--
2.47.2
next reply other threads:[~2025-04-30 9:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-30 9:57 Uwe Kleine-König [this message]
2025-04-30 9:57 ` [PATCH 1/4] clk: pwm: Let .get_duty_cycle() return the real duty cycle Uwe Kleine-König
2025-06-20 1:14 ` Stephen Boyd
2025-04-30 9:57 ` [PATCH 2/4] clk: pwm: Convert to use pwm_apply_might_sleep() Uwe Kleine-König
2025-06-20 1:14 ` Stephen Boyd
2025-04-30 9:57 ` [PATCH 3/4] clk: pwm: Don't reconfigure running PWM at probe time Uwe Kleine-König
2025-06-20 1:14 ` Stephen Boyd
2025-04-30 9:57 ` [PATCH 4/4] clk: pwm: Make use of non-sleeping PWMs Uwe Kleine-König
2025-06-20 1:14 ` Stephen Boyd
2025-06-18 18:07 ` [PATCH 0/4] clk: pwm: A few improvements Uwe Kleine-König
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=cover.1746006578.git.ukleinek@baylibre.com \
--to=u.kleine-koenig@baylibre.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=sboyd@kernel.org \
/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).