Re: [PATCH 1/1] clk: pwm: implement the .get_duty_cycle callback

2019-06-06 Thread Stephen Boyd
Quoting Martin Blumenstingl (2019-05-25 11:42:53) > Commit 9fba738a53dda2 ("clk: add duty cycle support") added support for > getting and setting the duty cycle of a clock. This implements the > get_duty_cycle callback for PWM based clocks so the duty cycle is shown > in the debugfs output

[PATCH 1/1] clk: pwm: implement the .get_duty_cycle callback

2019-05-25 Thread Martin Blumenstingl
Commit 9fba738a53dda2 ("clk: add duty cycle support") added support for getting and setting the duty cycle of a clock. This implements the get_duty_cycle callback for PWM based clocks so the duty cycle is shown in the debugfs output (/sys/kernel/debug/clk/clk_summary). Signed-off-by: Martin