index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-sifive.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
pwm: sifive: Convert to platform remove callback returning void
Uwe Kleine-König
2023-03-30
1
-4
/
+2
*
pwm: sifive: Always let the first pwm_apply_state succeed
Emil Renner Berthing
2023-01-30
1
-1
/
+7
*
pwm: Make .get_state() callback return an error code
Uwe Kleine-König
2022-12-06
1
-2
/
+4
*
pwm: sifive: Call pwm_sifive_update_clock() while mutex is held
Uwe Kleine-König
2022-12-06
1
-1
/
+4
*
pwm: sifive: Shut down hardware only after pwmchip_remove() completed
Uwe Kleine-König
2022-07-29
1
-2
/
+3
*
pwm: sifive: Ensure the clk is enabled exactly once per running PWM
Uwe Kleine-König
2022-07-29
1
-9
/
+37
*
pwm: sifive: Simplify clk handling
Uwe Kleine-König
2022-07-29
1
-13
/
+13
*
pwm: sifive: Enable clk only after period check in .apply()
Uwe Kleine-König
2022-07-29
1
-10
/
+8
*
pwm: sifive: Reduce time the controller lock is held
Uwe Kleine-König
2022-07-29
1
-3
/
+5
*
pwm: sifive: Fold pwm_sifive_enable() into its only caller
Uwe Kleine-König
2022-07-29
1
-20
/
+8
*
pwm: sifive: Simplify offset calculation for PWMCMP registers
Uwe Kleine-König
2022-07-29
1
-7
/
+3
*
pwm: sifive: Simplify if-if to if-else
Wan Jiabing
2022-05-20
1
-3
/
+2
*
pwm: sifive: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
2021-09-02
1
-3
/
+3
*
pwm: Simplify all drivers with explicit of_pwm_n_cells = 3
Uwe Kleine-König
2021-05-25
1
-2
/
+0
*
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
2021-03-22
1
-1
/
+0
*
pwm: sifive: Convert to devm_platform_ioremap_resource()
Yangtao Li
2020-12-17
1
-3
/
+1
*
pwm: sifive: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-09-24
1
-5
/
+3
*
pwm: sifive: Use 64-bit division macro
Guru Das Srinagesh
2020-06-17
1
-1
/
+1
*
pwm: Ensure pwm_apply_state() doesn't modify the state argument
Uwe Kleine-König
2019-09-21
1
-1
/
+1
*
pwm: sifive: Remove redundant error message
Ding Xiang
2019-09-21
1
-3
/
+1
*
pwm: sifive: Add a driver for SiFive SoC PWM
Yash Shah
2019-06-25
1
-0
/
+339