1. 3a6e8454 clk: change sizeof(struct clk *) to sizeof(*core->parents) by Masahiro Yamada · 9 years ago
  2. 027f942 clk: remove unnecessary !core->parents conditional by Masahiro Yamada · 9 years ago
  3. be45ebf clk: rename __clk_init() into __clk_core_init() by Masahiro Yamada · 9 years ago
  4. d35c80c clk: change the argument of __clk_init() into pointer to clk_core by Masahiro Yamada · 9 years ago
  5. d9e7434 clk: remove unused first argument of __clk_init() by Masahiro Yamada · 9 years ago
  6. a915e30 Merge branch 'clk-rockchip' into clk-next by Michael Turquette · 9 years ago
  7. 2eb8c71 clk: add flag for clocks that need to be enabled on rate changes by Heiko Stuebner · 9 years ago
  8. 8da411c clk: let of_clk_get_parent_name() fail for invalid clock-indices by Masahiro Yamada · 9 years ago
  9. 198bb59 clk: fix a typo in comment block of clk_notifier_register() by Masahiro Yamada · 9 years ago
  10. 3fe003f clk: Spelling s/derefing/dereferencing/ by Geert Uytterhoeven · 9 years ago
  11. c1de135 clk: use IS_ERR_OR_NULL(hw) instead of !hw || IS_ERR(hw) by Masahiro Yamada · 9 years ago
  12. c736c4e clk: remove redundant negative index check in of_clk_get_parent_name() by Masahiro Yamada · 9 years ago
  13. be68bf8 clk: Add clk_hw_is_enabled() for use by clk providers by Joachim Eastwood · 9 years ago
  14. 6bc9d9d clk: add missing of_node_put by Julia Lawall · 9 years ago
  15. b76281c clk: Make clk input parameter of __clk_get_name() const by Geert Uytterhoeven · 9 years ago
  16. 7e96353 clk: Use %u to format unsigned int in of_clk_src_onecell_get() by Geert Uytterhoeven · 9 years ago
  17. 0a4807c clk: Make of_clk_get_parent_name() robust with #clock-cells = 1 by Stephen Boyd · 9 years ago
  18. ab5c342 Merge branch 'clk-fixes' into clk-next by Stephen Boyd · 9 years ago
  19. 90c5354 clk: Remove unneeded semicolons by Javier Martinez Canillas · 9 years ago
  20. 9054a31 clk: check for invalid parent index of orphans in __clk_init() by Mans Rullgard · 10 years ago
  21. c660b2eb clk: remove duplicated code with __clk_set_parent_after by Dong Aisheng · 9 years ago
  22. e7df6f6 clk: Constify clk_hw argument to provider APIs by Stephen Boyd · 9 years ago
  23. fc4a05d clk: Remove unused provider APIs by Stephen Boyd · 10 years ago
  24. 1a9c069 clk: Add clk_hw_*() APIs for use by clk providers by Stephen Boyd · 10 years ago
  25. e650034 clk: track the orphan status of clocks and their children by Heiko Stuebner · 10 years ago
  26. a57aa18 clk: Silence warnings about lock imbalances by Stephen Boyd · 9 years ago
  27. 9cfad9b Merge branch 'cleanup-clk-h-includes' into clk-next by Stephen Boyd · 9 years ago
  28. 9783c0d clk: Allow providers to configure min/max rates by Stephen Boyd · 9 years ago
  29. 19aab27 Merge branch 'clk-determine-rate-struct' into clk-next by Stephen Boyd · 9 years ago
  30. 57d866e clk: fix some determine_rate implementations by Boris Brezillon · 10 years ago
  31. 0817b62 clk: change clk_ops' ->determine_rate() prototype by Boris Brezillon · 10 years ago
  32. 3c37311 clk: Include clk.h in clk.c by Stephen Boyd · 10 years ago
  33. 2573a02 clk: Move clk_provider_list to scope of function using it by Stephen Boyd · 10 years ago
  34. 2e3b19f clk: Check for allocation errors in of_clk_init() by Stephen Boyd · 10 years ago
  35. 2cd7b04 Merge tag 'tegra-for-4.2-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into clk-next by Michael Turquette · 10 years ago
  36. 85e88fa Merge branch 'clk-exynos-cpu-clk' into clk-next by Michael Turquette · 10 years ago
  37. d8d9198 clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support by Bartlomiej Zolnierkiewicz · 10 years ago
  38. 8c9a8a8 clk: Move debug_node field under DEBUG_FS flag in struct clk_core by Maxime Coquelin · 10 years ago
  39. 2e61dfb clk: of: helper for filling parent clock array and return num of parents by Dinh Nguyen · 10 years ago
  40. a59a516 clk: Fix typo in clk_register() comment by Shailendra Verma · 10 years ago
  41. 562ef0b clk: Silence sparse warnings about __clk_{get,put}() by Stephen Boyd · 10 years ago
  42. 42c8654 clk: Expose clk_hw_reparent() to providers by Tomeu Vizoso · 10 years ago
  43. a633472 clk: Add some more lockdep assertions by Stephen Boyd · 10 years ago
  44. 18e70ef Merge branch 'clk-fixes' into clk-next by Stephen Boyd · 10 years ago
  45. 70e9f4d clk: add newline character after dumping all clocks by Felipe Balbi · 10 years ago
  46. d2a5d46 clk: add missing lock when call clk_core_enable in clk_set_parent by Dong Aisheng · 10 years ago
  47. 7cb8113 clk: Fix JSON output in debugfs by Stefan Wahren · 10 years ago
  48. 6e5ab41 clk: Update some comments to reflect reality by Stephen Boyd · 10 years ago
  49. 4dff95d clk: Remove forward declared function prototypes by Stephen Boyd · 10 years ago
  50. 1f3e198 clk: Remove impossible if condition in clk_core_get_phase() by Stephen Boyd · 10 years ago
  51. d7d1315 clk: Drop unnecessary OOM prints by Stephen Boyd · 10 years ago
  52. 864e160 clk: Squash __clk_{enable,disable}() into callers by Dong Aisheng · 10 years ago
  53. d6968fc clk: s/clk/core/ for struct clk_core by Stephen Boyd · 10 years ago
  54. 03bc10a clk: check ->determine/round_rate() return value in clk_calc_new_rates by Boris Brezillon · 10 years ago
  55. 5cf065f Merge branch 'clk-fixes' into clk-next by Stephen Boyd · 10 years ago
  56. 306c342 clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider() by Stephen Boyd · 10 years ago
  57. 50595f8 clk: Rename child_node to clks_node to avoid confusion by Stephen Boyd · 10 years ago
  58. b61c43c clk: clk_set_parent() with current parent shouldn't fail by Stephen Boyd · 10 years ago
  59. dfc202e clk: Add tracepoints for hardware operations by Stephen Boyd · 10 years ago
  60. 08b9575 clk: Missing set_phase op is an error by Stephen Boyd · 10 years ago
  61. 496eadf clk: Use lockdep asserts to find missing hold of prepare_lock by Krzysztof Kozlowski · 10 years ago
  62. 3d3801e clk: introduce clk_is_match by Michael Turquette · 10 years ago
  63. f55ac06 clk: don't export static symbol by Julia Lawall · 10 years ago
  64. 18a8d49 Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  65. ec02ace clk: Only recalculate the rate if needed by Tomeu Vizoso · 10 years ago
  66. 9e0ad7d clk: Don't dereference parent clock if is NULL by Javier Martinez Canillas · 10 years ago
  67. 612936f clk: convert clock name allocations to kstrdup_const by Andrzej Hajda · 10 years ago
  68. 73e0e49 clkdev: Always allocate a struct clk and call __clk_get() w/ CCF by Stephen Boyd · 10 years ago
  69. 1c8e600 clk: Add rate constraints to clocks by Tomeu Vizoso · 10 years ago
  70. b09d6d9 clk: remove clk-private.h by Michael Turquette · 10 years ago
  71. 035a61c clk: Make clk API return per-user struct clk instances by Tomeu Vizoso · 10 years ago
  72. af0f349 clk: Remove __clk_register by Tomeu Vizoso · 10 years ago
  73. c440525 clk: Remove unneeded NULL checks by Tomeu Vizoso · 10 years ago
  74. 9767b04 clk: Export phase functions by Maxime Ripard · 10 years ago
  75. 15a02c1 clk: Add __clk_mux_determine_rate_closest by Stephen Boyd · 10 years ago
  76. 52bba98 clk: Fix debugfs clk removal before inited by Srinivas Kandagatla · 10 years ago
  77. 5738679 Merge branch 'clk-has-parent' into clk-next by Michael Turquette · 10 years ago
  78. 4e88f3d clk: Introduce clk_has_parent() by Thierry Reding · 10 years ago
  79. 4526e7b clk: Skip fetching index for single parent clocks by Stephen Boyd · 10 years ago
  80. c7662fc clk: fix possible null pointer dereference by Stanimir Varbanov · 10 years ago
  81. 89f7e9d clk: Really fix deadlock with mmap_sem by Stephen Boyd · 10 years ago
  82. 646cafc clk: Change clk_ops->determine_rate to return a clk_hw as the best parent by Tomeu Vizoso · 10 years ago
  83. 61c7cdd clk: change clk_debugfs_add_file to take a struct clk_hw by Tomeu Vizoso · 10 years ago
  84. 920f1c7 clk: Don't expose __clk_get_accuracy by Tomeu Vizoso · 10 years ago
  85. 10cdfe5 clk: Don't try to use a struct clk* after it could have been freed by Tomeu Vizoso · 10 years ago
  86. 4afbe17 clk: Remove unused function __clk_get_prepare_count by Tomeu Vizoso · 10 years ago
  87. 40ba3f0 clk: delete a local variable's repeated assignment by Zhen Lei · 10 years ago
  88. 4dc7ed3 Merge tag 'sunxi-clocks-for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into clk-next by Mike Turquette · 10 years ago
  89. 9824cf7 clk: Add a function to retrieve phase by Maxime Ripard · 11 years ago
  90. e59c537 clk: introduce clk_set_phase function & callback by Mike Turquette · 11 years ago
  91. a52ae5a Merge branch 'clk-fixes' into clk-next by Mike Turquette · 10 years ago
  92. 6314b67 clk: Don't hold prepare_lock across debugfs creation by Stephen Boyd · 10 years ago
  93. 067bb17 clk: prevent erronous parsing of children during rate change by Tero Kristo · 10 years ago
  94. abeab45 clk: Propagate any error return from debug_init() by Chris Brand · 11 years ago
  95. 86be408 clk: Support for clock parents and rates assigned from device tree by Sylwester Nawrocki · 11 years ago
  96. fb2b3c9 clk: define and export clk_debugs_add_file by Peter De Schrijver · 11 years ago
  97. 6b44c854 clk: Fix build warnings by Sachin Kamat · 11 years ago
  98. 27b8d5f clk: flatten clk tree in debugfs by Peter De Schrijver · 11 years ago
  99. 1cdf8ee clk: export __clk_round_rate for providers by Arnd Bergmann · 11 years ago
  100. fb8abb7 clk: Neaten clk_summary output by Geert Uytterhoeven · 11 years ago