1. 1cdf8ee clk: export __clk_round_rate for providers by Arnd Bergmann · 10 years ago
  2. fb8abb7 clk: Neaten clk_summary output by Geert Uytterhoeven · 10 years ago
  3. 63589e9 clk: Ignore error and NULL pointers passed to clk_{unprepare, disable}() by Stephen Boyd · 10 years ago
  4. 8f2c2db clk: Consolidate recalc rate logic by Stephen Boyd · 10 years ago
  5. 86a6123 clk: Don't check for missing ops in clk_set_parent() by Stephen Boyd · 10 years ago
  6. 874f224 clk: Fix slab corruption in clk_unregister() by Stephen Boyd · 10 years ago
  7. 293ba3b clk: Fix double free due to devm_clk_register() by Stephen Boyd · 10 years ago
  8. e5ca8fb clk: Fix minor errors in of_clk_init() function comments by Sylwester Nawrocki · 10 years ago
  9. 3f6d439 clk: reverse default clk provider initialization order in of_clk_init() by Sylwester Nawrocki · 10 years ago
  10. c646cbf clk: support hardware-specific debugfs entries by Alex Elder · 10 years ago
  11. f736386 clk: turn rate change failed warning into pr_debug by Sascha Hauer · 11 years ago
  12. 1771b10 clk: respect the clock dependencies in of_clk_init by Gregory CLEMENT · 10 years ago
  13. ad077ce Merge branch 'clk-fixes' into clk-next by Mike Turquette · 10 years ago
  14. 00efcb1 clk: Correct handling of NULL clk in __clk_{get, put} by Sylwester Nawrocki · 11 years ago
  15. a34cd46 clk: return probe defer when DT clock not yet ready by Jean-Francois Moine · 11 years ago
  16. 86bcfa2 clk: add pr_debug & kerneldoc around clk notifiers by Mike Turquette · 10 years ago
  17. 7a0fc1a clk: add clock-indices support by Ben Dooks · 10 years ago
  18. 5324fda clk: Fix notifier documentation by Soren Brinkmann · 10 years ago
  19. 0b7f04b clk: Export more clk-provider functions by Stephen Boyd · 10 years ago
  20. 819b486 CLK: ti: add init support for clock IP blocks by Tero Kristo · 11 years ago
  21. 3fa2252 clk: Add set_rate_and_parent() op by Stephen Boyd · 11 years ago
  22. dbdf6ff Merge branch 'clk-next-unregister' into clk-next by Mike Turquette · 11 years ago
  23. ea72dc2 clk: remove CONFIG_COMMON_CLK_DEBUG by Mike Turquette · 11 years ago
  24. 5279fc4 clk: add clk accuracy retrieval support by Boris BREZILLON · 11 years ago
  25. 3a5aec2 clk: Fix debugfs reparenting NULL pointer dereference by Stephen Boyd · 11 years ago
  26. fcb0ee6 clk: Implement clk_unregister by Sylwester Nawrocki · 11 years ago
  27. ac2df52 clk: Add common __clk_get(), __clk_put() implementations by Sylwester Nawrocki · 11 years ago
  28. d6782c2 clk: Provide not locked variant of of_clk_get_from_provider() by Sylwester Nawrocki · 11 years ago
  29. b5f98e6 clk: clean up everything on debugfs error by Alex Elder · 11 years ago
  30. f610274 clk: of: helper for determining number of parent clocks by Mike Turquette · 11 years ago
  31. da0f0b2 clk: Correct lookup logic in clk_fetch_parent_index() by Tomasz Figa · 11 years ago
  32. 96a7ed9 clk: Use kcalloc() to allocate arrays by Tomasz Figa · 11 years ago
  33. f1c8b2e clk: Add error handling to clk_fetch_parent_index() by Tomasz Figa · 11 years ago
  34. 12d29886 clk: only call get_parent if there is one by Alex Elder · 11 years ago
  35. b05c683 clk: Move symbol export to proper location by Thierry Reding · 11 years ago
  36. 903efc5 clk: fix new_parent dereference before null check by James Hogan · 11 years ago
  37. 7f7ed58 clk: get matching entry under lock in of_clk_init() by Alex Elder · 11 years ago
  38. 89ac8d7 clk: handle NULL struct clk gracefully by Mike Turquette · 11 years ago
  39. e366fdd clk: clk-mux: implement remuxing on set_rate by James Hogan · 11 years ago
  40. 71472c0 clk: add support for clock reparent on set_rate by James Hogan · 11 years ago
  41. 4935b22 clk: move some parent related functions upwards by James Hogan · 11 years ago
  42. 7ef3dcc clk: abstract parent cache by James Hogan · 11 years ago
  43. 24ee1a0 clk: fix typos by Peter Meerwald · 11 years ago
  44. 92295f6 Merge tag 'clk-for-linus-3.11' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 11 years ago
  45. f3aab5d clk: Always notify whole subtree when reparenting by Soren Brinkmann · 11 years ago
  46. 34e452a clk: honor CLK_GET_RATE_NOCACHE in clk_set_rate by Peter De Schrijver · 11 years ago
  47. 670decd clk: use clk_get_rate() for debugfs by Peter De Schrijver · 11 years ago
  48. 72b5322 clk: remove notifier from list before freeing it by Lai Jiangshan · 11 years ago
  49. d41d580 clk: Disable unused clocks after deferred probing is done by Saravana Kannan · 11 years ago
  50. f8aa0bd clk: Fix race condition between clk_set_parent and clk_enable() by Saravana Kannan · 11 years ago
  51. 1e43525 clk: add clk_ignore_unused option to keep boot clocks on by Olof Johansson · 11 years ago
  52. 496620c clk: export __clk_get_flags for modular clock providers by Sebastian Hesselbarth · 11 years ago
  53. fb72a05 clk: Properly handle notifier return values by Soren Brinkmann · 11 years ago
  54. a68de8e clk: Fixup locking issues for clk_set_parent by Ulf Hansson · 11 years ago
  55. 031dcc9 clk: Fixup errorhandling for clk_set_parent by Ulf Hansson · 11 years ago
  56. b33d212 clk: Restructure code for __clk_reparent by Ulf Hansson · 11 years ago
  57. 533ddeb clk: allow reentrant calls into the clk framework by Mike Turquette · 11 years ago
  58. eab89f6 clk: abstract locking out into helper functions by Mike Turquette · 11 years ago
  59. 5fda685 clk: Fix incorrect return type in clk.c by Sachin Kamat · 11 years ago
  60. 3cc8247 clk: Introduce optional unprepare_unused callback by Ulf Hansson · 11 years ago
  61. 1c155b3 clk: Unprepare the unused prepared slow clocks at late init by Ulf Hansson · 11 years ago
  62. 3d6ee28 clk: Introduce optional is_prepared callback by Ulf Hansson · 11 years ago
  63. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  64. f2f6c25 clk: add common of_clk_init() function by Prashant Gaikwad · 12 years ago
  65. 4cfe54e clk: Deduplicate exit code in clk_set_rate by Nestor Ovroy · 11 years ago
  66. bddca89 clk: JSON debugfs clock tree summary by Prashant Gaikwad · 12 years ago
  67. 1af599d clk: human-readable debugfs clock tree summary by Prashant Gaikwad · 12 years ago
  68. 4895084 clk: export __clk_get_name for re-use in imx-ipu-v3 and others by Niels de Vos · 12 years ago
  69. 65800b2 clk: Don't mark shared helper functions as inline by Russ Dill · 12 years ago
  70. 7c045a5 clk: introduce optional disable_unused callback by Mike Turquette · 12 years ago
  71. 1f61e5f clk: clock multiplexers may register out of order by Martin Fuzzey · 12 years ago
  72. 46c8773 clk: Add devm_clk_{register,unregister}() by Stephen Boyd · 12 years ago
  73. 2ac6b1f clk: Don't return negative numbers for unsigned values with !clk by Stephen Boyd · 12 years ago
  74. 494bfec clk: add of_clk_src_onecell_get() support by Shawn Guo · 12 years ago
  75. a093bde clk: Provide option for clk_get_rate to issue hw for new rate by Ulf Hansson · 12 years ago
  76. e47c6a3 clk: validate pointer in __clk_disable() by Fengguang Wu · 12 years ago
  77. 766e6a4 clk: add DT clock binding support by Grant Likely · 12 years ago
  78. 9ca1c5a clk: cache parent clocks only for muxes by Rajendra Nayak · 12 years ago
  79. 863b132 clk: fix parent validation in __clk_set_parent() by Rajendra Nayak · 12 years ago
  80. bf47b4f clk: Check parent for NULL in clk_change_rate by Pawel Moll · 12 years ago
  81. 7975059 clk: Allow late cache allocation for clk->parents by Rajendra Nayak · 12 years ago
  82. 7e0fa1b clk: Fix CLK_SET_RATE_GATE flag validation in clk_set_rate(). by Saravana Kannan · 12 years ago
  83. 1df5c93 clk: Provide dummy clk_unregister() by Mark Brown · 12 years ago
  84. d269b97 clk: remove COMMON_CLK_DISABLE_UNUSED by Mike Turquette · 12 years ago
  85. 63f5c3b clk: prevent spurious parent rate propagation by Mike Turquette · 12 years ago
  86. 0e1c030 clk: clk_set_rate() must fail if CLK_SET_RATE_GATE is set and clk is enabled by Viresh Kumar · 12 years ago
  87. 0197b3e clk: Use a separate struct for holding init data. by Saravana Kannan · 12 years ago
  88. 1b2f990 clk: Don't set clk->new_rate twice by Viresh Kumar · 12 years ago
  89. f4d8af2 clk: propagate round_rate for CLK_SET_RATE_PARENT case by Shawn Guo · 12 years ago
  90. 1c0035d clk: pass parent_rate into .set_rate by Shawn Guo · 12 years ago
  91. 81536e0 clk: always pass parent_rate into .round_rate by Shawn Guo · 12 years ago
  92. d1302a3 clk: core: copy parent_names & return error codes by Mike Turquette · 12 years ago
  93. d305fb7 clk: Constify parent name arrays by Mark Brown · 12 years ago
  94. 34e44fe clk: Make clk_get_rate() return 0 on error by Rajendra Nayak · 12 years ago
  95. d4d7e3d clk: core: enforce clk_ops consistency by Mike Turquette · 12 years ago
  96. 7452b21 clk: core: clk_calc_new_rates handles NULL parents by Mike Turquette · 12 years ago
  97. 70d347e clk: core: remove dead code paths by Mike Turquette · 12 years ago
  98. 5654dc9 clk: core: correct clk_set_rate kerneldoc by Mike Turquette · 12 years ago
  99. b2476490 clk: introduce the common clock framework by Mike Turquette · 12 years ago