Age | Commit message (Expand) | Author | Files | Lines |
2021-05-11 | clk: Skip clk provider registration when np is NULL | Tudor Ambarus | 1 | -0/+9 |
2021-04-28 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -16/+4 |
2021-04-14 | Merge tag 'v5.12-rc7' into driver-core-next | Greg Kroah-Hartman | 1 | -26/+21 |
2021-04-02 | clk: fix invalid usage of list cursor in unregister | Lukasz Bartosik | 1 | -17/+13 |
2021-04-02 | clk: fix invalid usage of list cursor in register | Lukasz Bartosik | 1 | -9/+8 |
2021-03-26 | clk: Drop double "if" in clk_core_determine_round_nolock() comment | Geert Uytterhoeven | 1 | -1/+1 |
2021-03-23 | clk: Mark fwnodes when their clock provider is added | Tudor Ambarus | 1 | -0/+2 |
2021-03-13 | clk: use clk_core_enable_lock() a bit more | Rasmus Villemoes | 1 | -15/+3 |
2021-02-24 | Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+3 |
2021-02-09 | clk: Mark fwnodes when their clock provider is added/removed | Saravana Kannan | 1 | -0/+3 |
2021-01-27 | PM: clk: make PM clock layer compatible with clocks that must sleep | Nicolas Pitre | 1 | -0/+21 |
2020-12-20 | Merge branches 'clk-ti', 'clk-analog', 'clk-trace', 'clk-at91' and 'clk-silab... | Stephen Boyd | 1 | -0/+6 |
2020-12-20 | Merge branches 'clk-tegra', 'clk-imx', 'clk-sifive', 'clk-mediatek' and 'clk-... | Stephen Boyd | 1 | -4/+11 |
2020-12-20 | Merge branches 'clk-doc', 'clk-qcom', 'clk-simplify', 'clk-hw', 'clk-renesas'... | Stephen Boyd | 1 | -7/+104 |
2020-12-17 | clk: Trace clk_set_rate() "range" functions | Maxime Ripard | 1 | -0/+6 |
2020-12-17 | clk: Add hardware-enable column to clk summary | Dmitry Osipenko | 1 | -4/+11 |
2020-11-14 | clk: add devm variant of clk_notifier_register | Jerome Brunet | 1 | -0/+36 |
2020-11-14 | clk: add api to get clk consumer from clk_hw | Jerome Brunet | 1 | -0/+61 |
2020-11-14 | clk: avoid devm_clk_release name clash | Jerome Brunet | 1 | -6/+6 |
2020-11-14 | clk: remove unneeded dead-store initialization | Lukas Bulwahn | 1 | -1/+1 |
2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 1 | -1/+1 |
2020-08-03 | Merge branches 'clk-microchip', 'clk-mmp', 'clk-unused' and 'clk-at91' into c... | Stephen Boyd | 1 | -6/+0 |
2020-08-03 | 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-03 | Merge branches 'clk-ti', 'clk-ingenic', 'clk-typo', 'clk-at91', 'clk-mmp2' an... | Stephen Boyd | 1 | -1/+1 |
2020-04-03 | Merge branches 'clk-phase-errors', 'clk-amlogic', 'clk-renesas' and 'clk-allw... | Stephen Boyd | 1 | -49/+72 |
2020-03-20 | 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-12 | clk: Fix continuation of of_clk_detect_critical() | Geert Uytterhoeven | 1 | -2/+2 |
2020-02-12 | clk: Bail out when calculating phase fails during clk registration | Stephen Boyd | 1 | -1/+6 |
2020-02-12 | clk: Move rate and accuracy recalc to mostly consumer APIs | Stephen Boyd | 1 | -24/+24 |
2020-02-12 | clk: Use 'parent' to shorten lines in __clk_core_init() | Stephen Boyd | 1 | -11/+11 |
2020-02-12 | 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-01-31 | Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo... | Stephen Boyd | 1 | -1/+37 |
2020-01-31 | Merge branches 'clk-uniphier', 'clk-warn-critical', 'clk-ux500', 'clk-kconfig... | Stephen Boyd | 1 | -24/+53 |
2020-01-31 | Merge branches 'clk-init-allocation', 'clk-unused' and 'clk-register-dt-node-... | Stephen Boyd | 1 | -2/+25 |
2020-01-05 | clk: Add support for setting clk_rate via debugfs | Geert Uytterhoeven | 1 | -1/+37 |
2020-01-04 | clk: Warn about critical clks that fail to enable | Stephen Boyd | 1 | -1/+6 |
2020-01-04 | clk: Use parent node pointer during registration if necessary | Stephen Boyd | 1 | -2/+25 |