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