1. 455e73a Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 3 years ago
  2. 270bbc7 Merge branches 'clk-doc', 'clk-renesas', 'clk-at91', 'clk-cleanup' and 'clk-debugfs' into clk-next by Stephen Boyd · 3 years ago
  3. 1bb294a clk: Enable/Disable runtime PM for clk_summary by Taniya Das · 3 years ago
  4. 489a719 clk: Emit a stern warning with writable debugfs enabled by Stephen Boyd · 3 years, 1 month ago
  5. a331659 clk: Add write operation for clk_parent debugfs node by Sam Protsenko · 3 years, 3 months ago
  6. 978fbc7 clk: __clk_core_init() never takes NULL by Stephen Boyd · 3 years, 1 month ago
  7. 5c1c42c clk: clk_core_get() can also return NULL by Stephen Boyd · 3 years, 1 month ago
  8. 54baf56 clk: Don't parent clks until the parent is fully registered by Mike Tipton · 3 years, 2 months ago
  9. dd742ca clk: use clk_core_get_rate_recalc() in clk_rate_get() by Claudiu Beznea · 3 years, 3 months ago
  10. bb4031b clk: Skip clk provider registration when np is NULL by Tudor Ambarus · 3 years, 8 months ago
  11. 35655ce Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 3 years, 8 months ago
  12. a00fcbc Merge tag 'v5.12-rc7' into driver-core-next by Greg Kroah-Hartman · 3 years, 9 months ago
  13. 7045465 clk: fix invalid usage of list cursor in unregister by Lukasz Bartosik · 3 years, 9 months ago
  14. 8d3c0c01 clk: fix invalid usage of list cursor in register by Lukasz Bartosik · 3 years, 9 months ago
  15. e27453a clk: Drop double "if" in clk_core_determine_round_nolock() comment by Geert Uytterhoeven · 3 years, 9 months ago
  16. 6579c8d clk: Mark fwnodes when their clock provider is added by Tudor Ambarus · 3 years, 11 months ago
  17. 35a7963 clk: use clk_core_enable_lock() a bit more by Rasmus Villemoes · 3 years, 10 months ago
  18. 7ac1161 Merge tag 'driver-core-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 10 months ago
  19. 3c9ea42 clk: Mark fwnodes when their clock provider is added/removed by Saravana Kannan · 3 years, 11 months ago
  20. 0bfa082 PM: clk: make PM clock layer compatible with clocks that must sleep by Nicolas Pitre · 4 years ago
  21. b53a160 Merge branches 'clk-ti', 'clk-analog', 'clk-trace', 'clk-at91' and 'clk-silabs' into clk-next by Stephen Boyd · 4 years ago
  22. 699eda2 Merge branches 'clk-tegra', 'clk-imx', 'clk-sifive', 'clk-mediatek' and 'clk-summary' into clk-next by Stephen Boyd · 4 years ago
  23. 23cae54 Merge branches 'clk-doc', 'clk-qcom', 'clk-simplify', 'clk-hw', 'clk-renesas' and 'clk-samsung' into clk-next by Stephen Boyd · 4 years ago
  24. 03813d9 clk: Trace clk_set_rate() "range" functions by Maxime Ripard · 4 years, 1 month ago
  25. bf6d43d clk: Add hardware-enable column to clk summary by Dmitry Osipenko · 4 years, 1 month ago
  26. 6d30d50 clk: add devm variant of clk_notifier_register by Jerome Brunet · 4 years, 2 months ago
  27. 30d6f8c1 clk: add api to get clk consumer from clk_hw by Jerome Brunet · 4 years, 2 months ago
  28. e5a4b9b clk: avoid devm_clk_release name clash by Jerome Brunet · 4 years, 2 months ago
  29. 6a17849 clk: remove unneeded dead-store initialization by Lukas Bulwahn · 4 years, 2 months ago
  30. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
  31. dd9c697 Merge branches 'clk-microchip', 'clk-mmp', 'clk-unused' and 'clk-at91' into clk-next by Stephen Boyd · 4 years, 5 months ago
  32. 53e0742 Merge branches 'clk-actions', 'clk-rockchip', 'clk-iproc', 'clk-intel' and 'clk-debugfs' into clk-next by Stephen Boyd · 4 years, 5 months ago
  33. 6cfde88 clk: drop unused function __clk_get_flags by Julia Lawall · 4 years, 5 months ago
  34. 6378cfd clk: Clean up kernel-doc errors by Stephen Boyd · 4 years, 6 months ago
  35. 03111b1 clk: Add support for enabling/disabling clocks from debugfs by Mike Tipton · 4 years, 6 months ago
  36. e8c849c clk: add function documentation for clk_hw_round_rate() by Sarang Mairal · 4 years, 7 months ago
  37. 6f63078 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 4 years, 7 months ago
  38. 64c7d7e PM: runtime: clk: Fix clk_pm_runtime_get() error path by Rafael J. Wysocki · 4 years, 7 months ago
  39. 782fe98 clk: Remove unused inline function clk_debug_reparent by YueHaibing · 4 years, 8 months ago
  40. 018d467 clk: Unlink clock if failed to prepare or enable by Marc Zyngier · 4 years, 8 months ago
  41. 3476195 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 4 years, 9 months ago
  42. 53a2cc5 Merge branches 'clk-ti', 'clk-ingenic', 'clk-typo', 'clk-at91', 'clk-mmp2' and 'clk-arm-icst' into clk-next by Stephen Boyd · 4 years, 9 months ago
  43. 2d11e9a Merge branches 'clk-phase-errors', 'clk-amlogic', 'clk-renesas' and 'clk-allwinner' into clk-next by Stephen Boyd · 4 years, 9 months ago
  44. a37a5a9 clk: Fix trivia typo in comment exlusive => exclusive by Andy Shevchenko · 4 years, 10 months ago
  45. c3944ec clk: Fix phase init check by Maxime Ripard · 4 years, 10 months ago
  46. be545c7 clk: Fix continuation of of_clk_detect_critical() by Geert Uytterhoeven · 5 years ago
  47. 2760878 clk: Bail out when calculating phase fails during clk registration by Stephen Boyd · 5 years ago
  48. 0daa376 clk: Move rate and accuracy recalc to mostly consumer APIs by Stephen Boyd · 5 years ago
  49. 768a5d4 clk: Use 'parent' to shorten lines in __clk_core_init() by Stephen Boyd · 5 years ago
  50. f21cf9c clk: Don't cache errors from clk_ops::get_phase() by Stephen Boyd · 5 years ago
  51. 4a4472f of: clk: Make of_clk_get_parent_{count,name}() parameter const by Geert Uytterhoeven · 4 years, 11 months ago
  52. cc12071 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  53. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  54. 6e7a9f0 Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlogic' and 'clk-allwinner' into clk-next by Stephen Boyd · 5 years ago
  55. 36bf7a5 Merge branches 'clk-uniphier', 'clk-warn-critical', 'clk-ux500', 'clk-kconfig' and 'clk-at91' into clk-next by Stephen Boyd · 5 years ago
  56. 28db9a8 Merge branches 'clk-init-allocation', 'clk-unused' and 'clk-register-dt-node-better' into clk-next by Stephen Boyd · 5 years ago
  57. 37215da clk: Add support for setting clk_rate via debugfs by Geert Uytterhoeven · 5 years ago
  58. 2d26999 clk: Warn about critical clks that fail to enable by Stephen Boyd · 5 years ago
  59. 9011f92 clk: Use parent node pointer during registration if necessary by Stephen Boyd · 5 years ago
  60. 12ead77 clk: Don't try to enable critical clocks if prepare failed by Guenter Roeck · 5 years ago
  61. f873744 clk: add terminate callback to clk_ops by Jerome Brunet · 5 years ago
  62. 89d079d clk: let init callback return an error code by Jerome Brunet · 5 years ago
  63. f6fa75c clk: actually call the clock init before any other callback of the clock by Jerome Brunet · 5 years ago
  64. c771256 clk: Move clk_core_reparent_orphans() under CONFIG_OF by Olof Johansson · 5 years ago
  65. 66d9506 clk: walk orphan list on clock provider registration by Jerome Brunet · 5 years ago
  66. ec16ffe Merge branches 'clk-ingenic', 'clk-init-leak', 'clk-ux500' and 'clk-bitmain' into clk-next by Stephen Boyd · 5 years ago
  67. 564f86d clk: mark clk_disable_unused() as __init by Rasmus Villemoes · 5 years ago
  68. 8247470 clk: Fix memory leak in clk_unregister() by Kishon Vijay Abraham I · 5 years ago
  69. d9b86cc clk: Add API to get index of the clock parent by Sowjanya Komatineni · 5 years ago
  70. a703d27 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 5 years ago
  71. b6c444d Merge branches 'clk-cdce-regulator', 'clk-bcm', 'clk-evict-parent-cache' and 'clk-actions' into clk-next by Stephen Boyd · 5 years ago
  72. a1ff1ce Merge branches 'clk-init-destroy', 'clk-doc', 'clk-imx' and 'clk-allwinner' into clk-next by Stephen Boyd · 5 years ago
  73. f5c7305 Merge branches 'clk-qcom', 'clk-mtk', 'clk-armada', 'clk-ingenic' and 'clk-meson' into clk-next by Stephen Boyd · 5 years ago
  74. 7f48046 clk: Drop !clk checks in debugfs dumping by Stephen Boyd · 5 years ago
  75. bdcf1dc clk: Evict unregistered clks from parent caches by Stephen Boyd · 5 years ago
  76. cef7298 Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  77. 226fd70 clk: Document of_parse_clkspec() some more by Stephen Boyd · 5 years ago
  78. ef13e55 clk: Remove extraneous 'for' word in comments by Rishi Gupta · 5 years ago
  79. 24876f0 clk: Fix potential NULL dereference in clk_fetch_parent_index() by Martin Blumenstingl · 5 years ago
  80. 4f8c6ab clk: Fix falling back to legacy parent string matching by Stephen Boyd · 5 years ago
  81. 0214f33 clk: Overwrite clk_hw::init with NULL during clk_register() by Stephen Boyd · 5 years ago
  82. 3567894 clk: core: introduce clk_hw_set_parent() by Neil Armstrong · 5 years ago
  83. 1ccc0dd clk: Use seq_puts() in possible_parent_show() by Markus Elfring · 5 years ago
  84. 9f77672 clk: Assert prepare_lock in clk_core_get_boundaries by Leonard Crestez · 5 years ago
  85. 1bd37a4 clk: Add clk_min/max_rate entries in debugfs by Leonard Crestez · 5 years ago
  86. 916f562 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 5 years ago
  87. 47c9e0c Merge branches 'clk-rpi-cpufreq', 'clk-tegra', 'clk-simplify-provider.h', 'clk-sprd' and 'clk-at91' into clk-next by Stephen Boyd · 5 years ago
  88. a993be3 Merge branches 'clk-debugfs', 'clk-unused', 'clk-refactor' and 'clk-qoriq' into clk-next by Stephen Boyd · 5 years ago
  89. dfe1d3a Merge branches 'clk-bulk-optional', 'clk-kirkwood', 'clk-socfpga' and 'clk-docs' into clk-next by Stephen Boyd · 5 years ago
  90. e5e8924 clk: Add clk_parent entry in debugfs by Leonard Crestez · 6 years ago
  91. 65e2218 clk: Grammar missing "and", Spelling s/statisfied/satisfied/ by Geert Uytterhoeven · 6 years ago
  92. eef1f1b clk: Simplify clk_core_can_round() by Geert Uytterhoeven · 6 years ago
  93. 11f6c23 clk: Simplify debugfs printing and add a newline by Stephen Boyd · 6 years ago
  94. 2d156b7 clk: Fix debugfs clk_possible_parents for clks without parent string names by Chen-Yu Tsai · 6 years ago
  95. c8edb31 clk: Do a DT parent lookup even when index < 0 by Stephen Boyd · 6 years ago
  96. 30d5a94 clk: Unexport __clk_of_table by Stephen Boyd · 6 years ago
  97. c1157f6 Merge branch 'clk-parent-rewrite-1' into clk-next by Stephen Boyd · 6 years ago
  98. 0caf000 Merge branch 'clk-ti' into clk-next by Stephen Boyd · 6 years ago
  99. f6111b9 Merge branches 'clk-doc', 'clk-more-critical', 'clk-meson' and 'clk-basic-be' into clk-next by Stephen Boyd · 6 years ago
  100. 1a07956 clk: Cache core in clk_fetch_parent_index() without names by Stephen Boyd · 6 years ago