index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk.c
Age
Commit message (
Expand
)
Author
2023-04-25
Merge branches 'clk-cleanup', 'clk-aspeed', 'clk-dt', 'clk-renesas' and 'clk-...
Stephen Boyd
2023-03-29
clk: Print an info line before disabling unused clocks
Konrad Dybcio
2023-03-16
clk: remove unnecessary (void*) conversions
Yu Zhe
2023-03-14
clk: Use of_property_present() for testing DT property presence
Rob Herring
2023-02-25
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2023-02-10
clk: Honor CLK_OPS_PARENT_ENABLE in clk_core_is_enabled()
Chen-Yu Tsai
2023-01-13
cpuidle, clk: Remove trace_.*_rcuidle()
Peter Zijlstra
2022-12-12
Merge branches 'clk-mediatek', 'clk-trace', 'clk-qcom' and 'clk-microchip' in...
Stephen Boyd
2022-12-07
clk: Add trace events for rate requests
Maxime Ripard
2022-12-07
clk: Store clk_core for clk_rate_request
Maxime Ripard
2022-10-27
clk: Initialize max_rate in struct clk_rate_request
Maxime Ripard
2022-10-27
clk: Initialize the clk_rate_request even if clk_core is NULL
Maxime Ripard
2022-10-27
clk: Remove WARN_ON NULL parent in clk_core_init_rate_req()
Maxime Ripard
2022-10-16
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2022-10-14
Merge branch 'clk-rate-range' into clk-next
Stephen Boyd
2022-10-10
clk: Update req_rate on __clk_recalc_rates()
Maxime Ripard
2022-10-08
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2022-09-30
clk: Remove never used devm_of_clk_del_provider()
Andy Shevchenko
2022-09-15
clk: Introduce the clk_hw_get_rate_range function
Maxime Ripard
2022-09-15
clk: Zero the clk_rate_request structure
Maxime Ripard
2022-09-15
clk: Stop forwarding clk_rate_requests to the parent
Maxime Ripard
2022-09-15
clk: Constify clk_has_parent()
Maxime Ripard
2022-09-15
clk: Introduce clk_core_has_parent()
Maxime Ripard
2022-09-15
clk: Switch from __clk_determine_rate to clk_core_round_rate_nolock
Maxime Ripard
2022-09-15
clk: Add our request boundaries in clk_core_init_rate_req
Maxime Ripard
2022-09-15
clk: Introduce clk_hw_init_rate_request()
Maxime Ripard
2022-09-15
clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its c...
Maxime Ripard
2022-09-15
clk: Change clk_core_init_rate_req prototype
Maxime Ripard
2022-09-15
clk: Set req_rate on reparenting
Maxime Ripard
2022-09-15
clk: Take into account uncached clocks in clk_set_rate_range()
Maxime Ripard
2022-09-15
clk: Clarify clk_get_rate() expectations
Maxime Ripard
2022-09-15
clk: Skip clamping when rounding if there's no boundaries
Maxime Ripard
2022-09-15
clk: Drop the rate range on clk_put()
Maxime Ripard
2022-08-31
Revert "clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops"
Stephen Boyd
2022-08-23
clk: do not initialize ret
Claudiu Beznea
2022-08-23
clk: remove extra empty line
Claudiu Beznea
2022-08-22
clk: Fix comment typo
Jason Wang
2022-08-22
clk: core: Fix runtime PM sequence in clk_core_unprepare()
Chen-Yu Tsai
2022-08-22
clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops
Chen-Yu Tsai
2022-06-22
clk: Remove never used devm_clk_*unregister()
Andy Shevchenko
2022-04-22
clk: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
2022-04-02
Revert "clk: Drop the rate range on clk_put()"
Stephen Boyd
2022-03-29
Merge branches 'clk-range', 'clk-uniphier', 'clk-apple' and 'clk-qcom' into c...
Stephen Boyd
2022-03-25
clk: Drop the rate range on clk_put()
Maxime Ripard
2022-03-25
clk: Initialize orphan req_rate
Maxime Ripard
2022-03-11
clk: Always set the rate on clk_set_range_rate
Maxime Ripard
2022-03-11
clk: Use clamp instead of open-coding our own
Maxime Ripard
2022-03-11
clk: Always clamp the rounded rate
Maxime Ripard
2022-03-11
clk: Enforce that disjoints limits are invalid
Maxime Ripard
2022-03-11
clk: Fix clk_hw_get_clk() when dev is NULL
Maxime Ripard
[next]