index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk-pwm.c
Age
Commit message (
Expand
)
Author
2025-06-19
clk: pwm: Make use of non-sleeping PWMs
Uwe Kleine-König
2025-06-19
clk: pwm: Don't reconfigure running PWM at probe time
Uwe Kleine-König
2025-06-19
clk: pwm: Convert to use pwm_apply_might_sleep()
Uwe Kleine-König
2025-06-19
clk: pwm: Let .get_duty_cycle() return the real duty cycle
Uwe Kleine-König
2024-09-21
clk: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2023-03-28
clk: pwm: Convert to platform remove callback returning void
Uwe Kleine-König
2020-12-10
clk: pwm: drop of_match_ptr from of_device_id table
Krzysztof Kozlowski
2020-06-17
clk: pwm: Use 64-bit division function
Guru Das Srinagesh
2019-07-17
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-06
clk: pwm: implement the .get_duty_cycle callback
Martin Blumenstingl
2019-04-26
clk: Remove CLK_IS_BASIC clk flag
Stephen Boyd
2016-08-24
clk: pwm: Migrate to clk_hw based OF and registration APIs
Stephen Boyd
2016-05-17
clk: pwm: Use pwm_get_args() where appropriate
Boris Brezillon
2016-03-02
clk: pwm: Remove CLK_IS_ROOT
Stephen Boyd
2015-04-10
clk: Add PWM clock driver
Philipp Zabel