public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] clk-pwm: show duty cycle in debugfs
@ 2019-05-25 18:42 Martin Blumenstingl
  2019-05-25 18:42 ` [PATCH 1/1] clk: pwm: implement the .get_duty_cycle callback Martin Blumenstingl
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Blumenstingl @ 2019-05-25 18:42 UTC (permalink / raw)
  To: linux-clk, mturquette, sboyd; +Cc: linux-kernel, Martin Blumenstingl

This is a patch that I had lying around in my tree for a while. I was
planning to use it back when I was debugging CPU clock issues on
Meson8b a while ago but it turned out that PWM was not related to that.

Feel free to apply or drop this patch, depending on whether it might or
might not be useful for anyone.

I have successfully tested it with the 32.768kHz LPO clock for the SDIO
wifi chipset on my Khadas VIM (Amlogic Meson GXL SoC):
  wifi32k  [...]  32768  [...]  50000


Martin Blumenstingl (1):
  clk: pwm: implement the .get_duty_cycle callback

 drivers/clk/clk-pwm.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

-- 
2.21.0


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

end of thread, other threads:[~2019-06-06 18:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-25 18:42 [PATCH 0/1] clk-pwm: show duty cycle in debugfs Martin Blumenstingl
2019-05-25 18:42 ` [PATCH 1/1] clk: pwm: implement the .get_duty_cycle callback Martin Blumenstingl
2019-06-06 18:38   ` Stephen Boyd

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