1. a57aa18 clk: Silence warnings about lock imbalances by Stephen Boyd · 9 years ago
  2. 9cfad9b Merge branch 'cleanup-clk-h-includes' into clk-next by Stephen Boyd · 9 years ago
  3. 9783c0d clk: Allow providers to configure min/max rates by Stephen Boyd · 9 years ago
  4. 19aab27 Merge branch 'clk-determine-rate-struct' into clk-next by Stephen Boyd · 9 years ago
  5. 57d866e clk: fix some determine_rate implementations by Boris Brezillon · 9 years ago
  6. 0817b62 clk: change clk_ops' ->determine_rate() prototype by Boris Brezillon · 9 years ago
  7. 3c37311 clk: Include clk.h in clk.c by Stephen Boyd · 9 years ago
  8. 2573a02 clk: Move clk_provider_list to scope of function using it by Stephen Boyd · 9 years ago
  9. 2e3b19f clk: Check for allocation errors in of_clk_init() by Stephen Boyd · 9 years ago
  10. 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
  11. 85e88fa Merge branch 'clk-exynos-cpu-clk' into clk-next by Michael Turquette · 9 years ago
  12. d8d9198 clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support by Bartlomiej Zolnierkiewicz · 9 years ago
  13. 8c9a8a8 clk: Move debug_node field under DEBUG_FS flag in struct clk_core by Maxime Coquelin · 9 years ago
  14. 2e61dfb clk: of: helper for filling parent clock array and return num of parents by Dinh Nguyen · 9 years ago
  15. a59a516 clk: Fix typo in clk_register() comment by Shailendra Verma · 9 years ago
  16. 562ef0b clk: Silence sparse warnings about __clk_{get,put}() by Stephen Boyd · 9 years ago
  17. 42c8654 clk: Expose clk_hw_reparent() to providers by Tomeu Vizoso · 9 years ago
  18. a633472 clk: Add some more lockdep assertions by Stephen Boyd · 9 years ago
  19. 18e70ef Merge branch 'clk-fixes' into clk-next by Stephen Boyd · 9 years ago
  20. 70e9f4d clk: add newline character after dumping all clocks by Felipe Balbi · 9 years ago
  21. d2a5d46 clk: add missing lock when call clk_core_enable in clk_set_parent by Dong Aisheng · 9 years ago
  22. 7cb8113 clk: Fix JSON output in debugfs by Stefan Wahren · 9 years ago
  23. 6e5ab41 clk: Update some comments to reflect reality by Stephen Boyd · 9 years ago
  24. 4dff95d clk: Remove forward declared function prototypes by Stephen Boyd · 9 years ago
  25. 1f3e198 clk: Remove impossible if condition in clk_core_get_phase() by Stephen Boyd · 9 years ago
  26. d7d1315 clk: Drop unnecessary OOM prints by Stephen Boyd · 9 years ago
  27. 864e160 clk: Squash __clk_{enable,disable}() into callers by Dong Aisheng · 9 years ago
  28. d6968fc clk: s/clk/core/ for struct clk_core by Stephen Boyd · 9 years ago
  29. 03bc10a clk: check ->determine/round_rate() return value in clk_calc_new_rates by Boris Brezillon · 9 years ago
  30. 5cf065f Merge branch 'clk-fixes' into clk-next by Stephen Boyd · 9 years ago
  31. 306c342 clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider() by Stephen Boyd · 9 years ago
  32. 50595f8 clk: Rename child_node to clks_node to avoid confusion by Stephen Boyd · 9 years ago
  33. b61c43c clk: clk_set_parent() with current parent shouldn't fail by Stephen Boyd · 9 years ago
  34. dfc202e clk: Add tracepoints for hardware operations by Stephen Boyd · 9 years ago
  35. 08b9575 clk: Missing set_phase op is an error by Stephen Boyd · 9 years ago
  36. 496eadf clk: Use lockdep asserts to find missing hold of prepare_lock by Krzysztof Kozlowski · 9 years ago
  37. 3d3801e clk: introduce clk_is_match by Michael Turquette · 9 years ago
  38. f55ac06 clk: don't export static symbol by Julia Lawall · 9 years ago
  39. 18a8d49 Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 9 years ago
  40. ec02ace clk: Only recalculate the rate if needed by Tomeu Vizoso · 9 years ago
  41. 9e0ad7d clk: Don't dereference parent clock if is NULL by Javier Martinez Canillas · 9 years ago
  42. 612936f clk: convert clock name allocations to kstrdup_const by Andrzej Hajda · 9 years ago
  43. 73e0e49 clkdev: Always allocate a struct clk and call __clk_get() w/ CCF by Stephen Boyd · 9 years ago
  44. 1c8e600 clk: Add rate constraints to clocks by Tomeu Vizoso · 9 years ago
  45. b09d6d9 clk: remove clk-private.h by Michael Turquette · 9 years ago
  46. 035a61c clk: Make clk API return per-user struct clk instances by Tomeu Vizoso · 9 years ago
  47. af0f349 clk: Remove __clk_register by Tomeu Vizoso · 9 years ago
  48. c440525 clk: Remove unneeded NULL checks by Tomeu Vizoso · 9 years ago
  49. 9767b04 clk: Export phase functions by Maxime Ripard · 9 years ago
  50. 15a02c1 clk: Add __clk_mux_determine_rate_closest by Stephen Boyd · 9 years ago
  51. 52bba98 clk: Fix debugfs clk removal before inited by Srinivas Kandagatla · 9 years ago
  52. 5738679 Merge branch 'clk-has-parent' into clk-next by Michael Turquette · 9 years ago
  53. 4e88f3d clk: Introduce clk_has_parent() by Thierry Reding · 9 years ago
  54. 4526e7b clk: Skip fetching index for single parent clocks by Stephen Boyd · 10 years ago
  55. c7662fc clk: fix possible null pointer dereference by Stanimir Varbanov · 9 years ago
  56. 89f7e9d clk: Really fix deadlock with mmap_sem by Stephen Boyd · 10 years ago
  57. 646cafc clk: Change clk_ops->determine_rate to return a clk_hw as the best parent by Tomeu Vizoso · 10 years ago
  58. 61c7cdd clk: change clk_debugfs_add_file to take a struct clk_hw by Tomeu Vizoso · 10 years ago
  59. 920f1c7 clk: Don't expose __clk_get_accuracy by Tomeu Vizoso · 10 years ago
  60. 10cdfe5 clk: Don't try to use a struct clk* after it could have been freed by Tomeu Vizoso · 10 years ago
  61. 4afbe17 clk: Remove unused function __clk_get_prepare_count by Tomeu Vizoso · 10 years ago
  62. 40ba3f0 clk: delete a local variable's repeated assignment by Zhen Lei · 10 years ago
  63. 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
  64. 9824cf7 clk: Add a function to retrieve phase by Maxime Ripard · 10 years ago
  65. e59c537 clk: introduce clk_set_phase function & callback by Mike Turquette · 10 years ago
  66. a52ae5a Merge branch 'clk-fixes' into clk-next by Mike Turquette · 10 years ago
  67. 6314b67 clk: Don't hold prepare_lock across debugfs creation by Stephen Boyd · 10 years ago
  68. 067bb17 clk: prevent erronous parsing of children during rate change by Tero Kristo · 10 years ago
  69. abeab45 clk: Propagate any error return from debug_init() by Chris Brand · 10 years ago
  70. 86be408 clk: Support for clock parents and rates assigned from device tree by Sylwester Nawrocki · 10 years ago
  71. fb2b3c9 clk: define and export clk_debugs_add_file by Peter De Schrijver · 10 years ago
  72. 6b44c854 clk: Fix build warnings by Sachin Kamat · 10 years ago
  73. 27b8d5f clk: flatten clk tree in debugfs by Peter De Schrijver · 10 years ago
  74. 1cdf8ee clk: export __clk_round_rate for providers by Arnd Bergmann · 10 years ago
  75. fb8abb7 clk: Neaten clk_summary output by Geert Uytterhoeven · 10 years ago
  76. 63589e9 clk: Ignore error and NULL pointers passed to clk_{unprepare, disable}() by Stephen Boyd · 10 years ago
  77. 8f2c2db clk: Consolidate recalc rate logic by Stephen Boyd · 10 years ago
  78. 86a6123 clk: Don't check for missing ops in clk_set_parent() by Stephen Boyd · 10 years ago
  79. 874f224 clk: Fix slab corruption in clk_unregister() by Stephen Boyd · 10 years ago
  80. 293ba3b clk: Fix double free due to devm_clk_register() by Stephen Boyd · 10 years ago
  81. e5ca8fb clk: Fix minor errors in of_clk_init() function comments by Sylwester Nawrocki · 10 years ago
  82. 3f6d439 clk: reverse default clk provider initialization order in of_clk_init() by Sylwester Nawrocki · 10 years ago
  83. c646cbf clk: support hardware-specific debugfs entries by Alex Elder · 10 years ago
  84. f736386 clk: turn rate change failed warning into pr_debug by Sascha Hauer · 10 years ago
  85. 1771b10 clk: respect the clock dependencies in of_clk_init by Gregory CLEMENT · 10 years ago
  86. ad077ce Merge branch 'clk-fixes' into clk-next by Mike Turquette · 10 years ago
  87. 00efcb1 clk: Correct handling of NULL clk in __clk_{get, put} by Sylwester Nawrocki · 10 years ago
  88. a34cd46 clk: return probe defer when DT clock not yet ready by Jean-Francois Moine · 11 years ago
  89. 86bcfa2 clk: add pr_debug & kerneldoc around clk notifiers by Mike Turquette · 10 years ago
  90. 7a0fc1a clk: add clock-indices support by Ben Dooks · 10 years ago
  91. 5324fda clk: Fix notifier documentation by Soren Brinkmann · 10 years ago
  92. 0b7f04b clk: Export more clk-provider functions by Stephen Boyd · 10 years ago
  93. 819b486 CLK: ti: add init support for clock IP blocks by Tero Kristo · 11 years ago
  94. 3fa2252 clk: Add set_rate_and_parent() op by Stephen Boyd · 10 years ago
  95. dbdf6ff Merge branch 'clk-next-unregister' into clk-next by Mike Turquette · 10 years ago
  96. ea72dc2 clk: remove CONFIG_COMMON_CLK_DEBUG by Mike Turquette · 11 years ago
  97. 5279fc4 clk: add clk accuracy retrieval support by Boris BREZILLON · 11 years ago
  98. 3a5aec2 clk: Fix debugfs reparenting NULL pointer dereference by Stephen Boyd · 11 years ago
  99. fcb0ee6 clk: Implement clk_unregister by Sylwester Nawrocki · 11 years ago
  100. ac2df52 clk: Add common __clk_get(), __clk_put() implementations by Sylwester Nawrocki · 11 years ago