| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-02 | clk: check for disabled clock-provider in of_clk_get_hw_from_clkspec() | Heiko Stuebner | 1 | -0/+4 |
| 2024-05-17 | clk: Don't hold prepare_lock when calling kref_put() | Stephen Boyd | 1 | -7/+5 |
| 2024-05-02 | clk: Get runtime PM before walking tree during disable_unused | Stephen Boyd | 1 | -12/+105 |
| 2024-05-02 | clk: Initialize struct clk_core kref earlier | Stephen Boyd | 1 | -15/+13 |
| 2024-05-02 | clk: Print an info line before disabling unused clocks | Konrad Dybcio | 1 | -0/+2 |
| 2024-05-02 | clk: remove extra empty line | Claudiu Beznea | 1 | -1/+0 |
| 2024-05-02 | clk: Mark 'all_lists' as const | Stephen Boyd | 1 | -2/+2 |
| 2024-05-02 | clk: Remove prepare_lock hold assertion in __clk_release() | Stephen Boyd | 1 | -2/+0 |
| 2024-03-27 | clk: Fix clk_core_get NULL dereference | Bryan O'Donoghue | 1 | -0/+3 |
| 2023-11-08 | clk: Sanitize possible_parent_show to Handle Return Value of of_clk_get_paren... | Alessandro Carminati | 1 | -9/+12 |
| 2023-03-11 | clk: Honor CLK_OPS_PARENT_ENABLE in clk_core_is_enabled() | Chen-Yu Tsai | 1 | -0/+11 |
| 2022-09-08 | clk: core: Fix runtime PM sequence in clk_core_unprepare() | Chen-Yu Tsai | 1 | -2/+1 |
| 2022-09-08 | Revert "clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops" | Stephen Boyd | 1 | -28/+0 |
| 2022-09-08 | clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops | Chen-Yu Tsai | 1 | -0/+28 |
| 2022-04-13 | clk: Enforce that disjoints limits are invalid | Maxime Ripard | 1 | -0/+24 |
| 2022-04-08 | clk: Initialize orphan req_rate | Maxime Ripard | 1 | -0/+13 |
| 2022-01-27 | clk: Emit a stern warning with writable debugfs enabled | Stephen Boyd | 1 | -0/+18 |
| 2021-12-22 | clk: Don't parent clks until the parent is fully registered | Mike Tipton | 1 | -3/+12 |
| 2021-04-14 | clk: fix invalid usage of list cursor in unregister | Lukasz Bartosik | 1 | -17/+13 |
| 2021-04-14 | clk: fix invalid usage of list cursor in register | Lukasz Bartosik | 1 | -9/+8 |
| 2020-10-26 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 1 | -1/+1 |
| 2020-08-04 | Merge branches 'clk-microchip', 'clk-mmp', 'clk-unused' and 'clk-at91' into c... | Stephen Boyd | 1 | -6/+0 |
| 2020-08-04 | Merge branches 'clk-actions', 'clk-rockchip', 'clk-iproc', 'clk-intel' and 'c... | Stephen Boyd | 1 | -0/+29 |
| 2020-08-03 | clk: drop unused function __clk_get_flags | Julia Lawall | 1 | -6/+0 |
| 2020-07-24 | clk: Clean up kernel-doc errors | Stephen Boyd | 1 | -0/+3 |
| 2020-07-24 | clk: Add support for enabling/disabling clocks from debugfs | Mike Tipton | 1 | -0/+29 |
| 2020-06-22 | clk: add function documentation for clk_hw_round_rate() | Sarang Mairal | 1 | -0/+15 |
| 2020-06-10 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -4/+0 |
| 2020-05-26 | PM: runtime: clk: Fix clk_pm_runtime_get() error path | Rafael J. Wysocki | 1 | -1/+5 |
| 2020-05-05 | clk: Remove unused inline function clk_debug_reparent | YueHaibing | 1 | -4/+0 |
| 2020-05-05 | clk: Unlink clock if failed to prepare or enable | Marc Zyngier | 1 | -0/+3 |
| 2020-04-05 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -52/+75 |
| 2020-04-04 | Merge branches 'clk-ti', 'clk-ingenic', 'clk-typo', 'clk-at91', 'clk-mmp2' an... | Stephen Boyd | 1 | -1/+1 |
| 2020-04-04 | Merge branches 'clk-phase-errors', 'clk-amlogic', 'clk-renesas' and 'clk-allw... | Stephen Boyd | 1 | -49/+72 |
| 2020-03-21 | clk: Fix trivia typo in comment exlusive => exclusive | Andy Shevchenko | 1 | -1/+1 |
| 2020-02-28 | clk: Fix phase init check | Maxime Ripard | 1 | -2/+4 |
| 2020-02-13 | clk: Fix continuation of of_clk_detect_critical() | Geert Uytterhoeven | 1 | -2/+2 |
| 2020-02-13 | clk: Bail out when calculating phase fails during clk registration | Stephen Boyd | 1 | -1/+6 |
| 2020-02-13 | clk: Move rate and accuracy recalc to mostly consumer APIs | Stephen Boyd | 1 | -24/+24 |
| 2020-02-13 | clk: Use 'parent' to shorten lines in __clk_core_init() | Stephen Boyd | 1 | -11/+11 |
| 2020-02-13 | clk: Don't cache errors from clk_ops::get_phase() | Stephen Boyd | 1 | -16/+32 |
| 2020-02-12 | of: clk: Make of_clk_get_parent_{count,name}() parameter const | Geert Uytterhoeven | 1 | -2/+2 |
| 2020-02-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2020-02-04 | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada | 1 | -1/+1 |
| 2020-02-01 | Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo... | Stephen Boyd | 1 | -1/+37 |
| 2020-02-01 | Merge branches 'clk-uniphier', 'clk-warn-critical', 'clk-ux500', 'clk-kconfig... | Stephen Boyd | 1 | -24/+53 |
| 2020-02-01 | Merge branches 'clk-init-allocation', 'clk-unused' and 'clk-register-dt-node-... | Stephen Boyd | 1 | -2/+25 |
| 2020-01-06 | clk: Add support for setting clk_rate via debugfs | Geert Uytterhoeven | 1 | -1/+37 |
| 2020-01-05 | clk: Warn about critical clks that fail to enable | Stephen Boyd | 1 | -1/+6 |
| 2020-01-05 | clk: Use parent node pointer during registration if necessary | Stephen Boyd | 1 | -2/+25 |