summaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-sifive.c
Commit message (Expand)AuthorAgeFilesLines
* pwm: Simplify all drivers with explicit of_pwm_n_cells = 3Uwe Kleine-König2021-05-251-2/+0
* pwm: Always allocate PWM chip base ID dynamicallyUwe Kleine-König2021-03-221-1/+0
* pwm: sifive: Convert to devm_platform_ioremap_resource()Yangtao Li2020-12-171-3/+1
* pwm: sifive: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-241-5/+3
* pwm: sifive: Use 64-bit division macroGuru Das Srinagesh2020-06-171-1/+1
* pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-1/+1
* pwm: sifive: Remove redundant error messageDing Xiang2019-09-211-3/+1
* pwm: sifive: Add a driver for SiFive SoC PWMYash Shah2019-06-251-0/+339