index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
-
.
Merge branches 'clk-cleanup', 'clk-aspeed', 'clk-dt', 'clk-renesas' and 'clk-...
Stephen Boyd
2023-04-25
1
-4
/
+6
|
\
\
|
|
*
clk: Use of_property_present() for testing DT property presence
Rob Herring
2023-03-14
1
-2
/
+2
|
|
/
|
/
|
|
*
clk: Print an info line before disabling unused clocks
Konrad Dybcio
2023-03-29
1
-0
/
+2
|
*
clk: remove unnecessary (void*) conversions
Yu Zhe
2023-03-16
1
-2
/
+2
|
/
*
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2023-02-25
1
-0
/
+11
|
\
|
*
clk: Honor CLK_OPS_PARENT_ENABLE in clk_core_is_enabled()
Chen-Yu Tsai
2023-02-10
1
-0
/
+11
*
|
cpuidle, clk: Remove trace_.*_rcuidle()
Peter Zijlstra
2023-01-13
1
-4
/
+4
|
/
*
-
.
Merge branches 'clk-mediatek', 'clk-trace', 'clk-qcom' and 'clk-microchip' in...
Stephen Boyd
2022-12-12
1
-0
/
+32
|
\
\
|
|
*
clk: Add trace events for rate requests
Maxime Ripard
2022-12-07
1
-0
/
+31
|
|
*
clk: Store clk_core for clk_rate_request
Maxime Ripard
2022-12-07
1
-0
/
+1
|
|
/
*
|
clk: Initialize max_rate in struct clk_rate_request
Maxime Ripard
2022-10-27
1
-0
/
+1
*
|
clk: Initialize the clk_rate_request even if clk_core is NULL
Maxime Ripard
2022-10-27
1
-1
/
+4
*
|
clk: Remove WARN_ON NULL parent in clk_core_init_rate_req()
Maxime Ripard
2022-10-27
1
-1
/
+1
|
/
*
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2022-10-16
1
-65
/
+221
|
\
|
*
Merge branch 'clk-rate-range' into clk-next
Stephen Boyd
2022-10-14
1
-65
/
+221
|
|
\
|
|
*
clk: Update req_rate on __clk_recalc_rates()
Maxime Ripard
2022-10-10
1
-28
/
+11
|
|
*
clk: Introduce the clk_hw_get_rate_range function
Maxime Ripard
2022-09-15
1
-0
/
+16
|
|
*
clk: Zero the clk_rate_request structure
Maxime Ripard
2022-09-15
1
-0
/
+2
|
|
*
clk: Stop forwarding clk_rate_requests to the parent
Maxime Ripard
2022-09-15
1
-7
/
+77
|
|
*
clk: Constify clk_has_parent()
Maxime Ripard
2022-09-15
1
-1
/
+1
|
|
*
clk: Introduce clk_core_has_parent()
Maxime Ripard
2022-09-15
1
-15
/
+22
|
|
*
clk: Switch from __clk_determine_rate to clk_core_round_rate_nolock
Maxime Ripard
2022-09-15
1
-3
/
+10
|
|
*
clk: Add our request boundaries in clk_core_init_rate_req
Maxime Ripard
2022-09-15
1
-6
/
+1
|
|
*
clk: Introduce clk_hw_init_rate_request()
Maxime Ripard
2022-09-15
1
-0
/
+20
|
|
*
clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its c...
Maxime Ripard
2022-09-15
1
-5
/
+3
|
|
*
clk: Change clk_core_init_rate_req prototype
Maxime Ripard
2022-09-15
1
-4
/
+6
|
|
*
clk: Set req_rate on reparenting
Maxime Ripard
2022-09-15
1
-0
/
+22
|
|
*
clk: Take into account uncached clocks in clk_set_rate_range()
Maxime Ripard
2022-09-15
1
-1
/
+5
|
|
*
clk: Clarify clk_get_rate() expectations
Maxime Ripard
2022-09-15
1
-2
/
+3
|
|
*
clk: Skip clamping when rounding if there's no boundaries
Maxime Ripard
2022-09-15
1
-1
/
+13
|
|
*
clk: Drop the rate range on clk_put()
Maxime Ripard
2022-09-15
1
-14
/
+31
*
|
|
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2022-10-08
1
-29
/
+2
|
\
|
|
|
*
|
clk: Remove never used devm_of_clk_del_provider()
Andy Shevchenko
2022-09-30
1
-26
/
+0
|
*
|
clk: do not initialize ret
Claudiu Beznea
2022-08-23
1
-1
/
+1
|
*
|
clk: remove extra empty line
Claudiu Beznea
2022-08-23
1
-1
/
+0
|
*
|
clk: Fix comment typo
Jason Wang
2022-08-22
1
-1
/
+1
|
|
/
*
|
Revert "clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops"
Stephen Boyd
2022-08-31
1
-28
/
+0
*
|
clk: core: Fix runtime PM sequence in clk_core_unprepare()
Chen-Yu Tsai
2022-08-22
1
-2
/
+1
*
|
clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops
Chen-Yu Tsai
2022-08-22
1
-0
/
+28
|
/
*
clk: Remove never used devm_clk_*unregister()
Andy Shevchenko
2022-06-22
1
-48
/
+0
*
clk: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
2022-04-22
1
-8
/
+1
*
Revert "clk: Drop the rate range on clk_put()"
Stephen Boyd
2022-04-02
1
-28
/
+14
*
-
.
Merge branches 'clk-range', 'clk-uniphier', 'clk-apple' and 'clk-qcom' into c...
Stephen Boyd
2022-03-29
1
-40
/
+91
|
\
\
|
*
|
clk: Drop the rate range on clk_put()
Maxime Ripard
2022-03-25
1
-14
/
+28
|
*
|
clk: Initialize orphan req_rate
Maxime Ripard
2022-03-25
1
-0
/
+13
|
*
|
clk: Always set the rate on clk_set_range_rate
Maxime Ripard
2022-03-11
1
-22
/
+23
|
*
|
clk: Use clamp instead of open-coding our own
Maxime Ripard
2022-03-11
1
-5
/
+1
|
*
|
clk: Always clamp the rounded rate
Maxime Ripard
2022-03-11
1
-0
/
+2
|
*
|
clk: Enforce that disjoints limits are invalid
Maxime Ripard
2022-03-11
1
-0
/
+24
|
*
|
clk: Fix clk_hw_get_clk() when dev is NULL
Maxime Ripard
2022-03-11
1
-1
/
+2
|
|
/
[next]