summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-sifive.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-29pwm: sifive: Shut down hardware only after pwmchip_remove() completedUwe Kleine-König1-2/+3
2022-07-29pwm: sifive: Ensure the clk is enabled exactly once per running PWMUwe Kleine-König1-9/+37
2022-07-29pwm: sifive: Simplify clk handlingUwe Kleine-König1-13/+13
2022-07-29pwm: sifive: Enable clk only after period check in .apply()Uwe Kleine-König1-10/+8
2022-07-29pwm: sifive: Reduce time the controller lock is heldUwe Kleine-König1-3/+5
2022-07-29pwm: sifive: Fold pwm_sifive_enable() into its only callerUwe Kleine-König1-20/+8
2022-07-29pwm: sifive: Simplify offset calculation for PWMCMP registersUwe Kleine-König1-7/+3
2022-05-20pwm: sifive: Simplify if-if to if-elseWan Jiabing1-3/+2
2021-09-02pwm: sifive: Don't check the return code of pwmchip_remove()Uwe Kleine-König1-3/+3
2021-05-25pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König1-2/+0
2021-03-22pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König1-1/+0
2020-12-17pwm: sifive: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2020-09-24pwm: sifive: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+3
2020-06-17pwm: sifive: Use 64-bit division macroGuru Das Srinagesh1-1/+1
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König1-1/+1
2019-09-21pwm: sifive: Remove redundant error messageDing Xiang1-3/+1
2019-06-25pwm: sifive: Add a driver for SiFive SoC PWMYash Shah1-0/+339