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