linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] clk: pwm: A few improvements
@ 2025-04-30  9:57 Uwe Kleine-König
  2025-04-30  9:57 ` [PATCH 1/4] clk: pwm: Let .get_duty_cycle() return the real duty cycle Uwe Kleine-König
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Uwe Kleine-König @ 2025-04-30  9:57 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd; +Cc: linux-clk, linux-pwm

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

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

end of thread, other threads:[~2025-06-20  1:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-30  9:57 [PATCH 0/4] clk: pwm: A few improvements Uwe Kleine-König
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

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