1. 64c76b3 clk: clarify that clk_set_rate() does updates from top to bottom by Martin Blumenstingl · 5 years ago
  2. a703d27 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 5 years ago
  3. 570aaec clk: Constify struct clk_bulk_data * where possible by Andrey Smirnov · 6 years ago
  4. 6ee82ef clk: Add missing documentation of devm_clk_bulk_get_optional() argument by Sylwester Nawrocki · 6 years ago
  5. 916f562 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  6. 9bd5ef0 clk: Add devm_clk_bulk_get_optional() function by Sylwester Nawrocki · 6 years ago
  7. 2f25528 clk: Add clk_bulk_get_optional() function by Sylwester Nawrocki · 6 years ago
  8. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  9. b88c9f4 clk: Add missing stubs for a few functions by Dmitry Osipenko · 6 years ago
  10. 60b8f0d clk: Add (devm_)clk_get_optional() functions by Phil Edworthy · 6 years ago
  11. c1f74db Merge branches 'clk-tegra' and 'clk-bulk-get-all' into clk-next by Stephen Boyd · 6 years ago
  12. f08c2e2 clk: add managed version of clk_bulk_get_all by Dong Aisheng · 6 years ago
  13. 616e45d clk: add new APIs to operate on all available clocks by Dong Aisheng · 6 years ago
  14. 8b95d1c clk: Add functions to save/restore clock context en-masse by Russ Dill · 6 years ago
  15. 9fba738 clk: add duty cycle support by Jerome Brunet · 7 years ago
  16. 6e0d4ff clk: add more __must_check for bulk APIs by Dong Aisheng · 7 years ago
  17. 55e9b8b clk: add clk_rate_exclusive api by Jerome Brunet · 7 years ago
  18. 1430858 Merge tag 'clk-bulk-get-prep-enable' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  19. 3c48d86 clk: Provide bulk prepare_enable disable_unprepare variants by Bjorn Andersson · 8 years ago
  20. 8875411 Merge branch 'clk-bulk-get' into clk-next by Stephen Boyd · 8 years ago
  21. 618aee0 clk: add managed version of clk_bulk_get by Dong Aisheng · 8 years ago
  22. 266e4e9 clk: add clk_bulk_get accessories by Dong Aisheng · 8 years ago
  23. 428c9de clk: Provide dummy of_clk_get_from_provider() for compile-testing by Geert Uytterhoeven · 8 years ago
  24. 0e056eb kernel-api.rst: fix a series of errors when parsing C files by mchehab@s-opensource.com · 8 years ago
  25. 71a2f11 clk: add devm_get_clk_from_child() API by Kuninori Morimoto · 8 years ago
  26. 1056c9b Merge tag 'clk-for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  27. e81b87d clk: Provide notifier stubs when !COMMON_CLK by Krzysztof Kozlowski · 9 years ago
  28. b81ea96 clk: Add missing clk_get_sys() stub by Daniel Lezcano · 9 years ago
  29. 2d34e50 clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h by Russell King · 10 years ago
  30. d2d14a7 clk: update clk API documentation to clarify clk_round_rate() by Russell King · 10 years ago
  31. 3d3801e clk: introduce clk_is_match by Michael Turquette · 10 years ago
  32. 1c8e600 clk: Add rate constraints to clocks by Tomeu Vizoso · 10 years ago
  33. 4e88f3d clk: Introduce clk_has_parent() by Thierry Reding · 10 years ago
  34. c0fa237 Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  35. e59c537 clk: introduce clk_set_phase function & callback by Mike Turquette · 11 years ago
  36. da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
  37. 86bcfa2 clk: add pr_debug & kerneldoc around clk notifiers by Mike Turquette · 11 years ago
  38. 5279fc4 clk: add clk accuracy retrieval support by Boris BREZILLON · 11 years ago
  39. fb72a05 clk: Properly handle notifier return values by Soren Brinkmann · 12 years ago
  40. 93abe8e clk: add non CONFIG_HAVE_CLK routines by Viresh Kumar · 12 years ago
  41. 9161c3b Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 13 years ago
  42. a58b3a4 Fix typo in include/linux/clk.h . by Jan-Simon Möller · 13 years ago
  43. 137f8a7 clk: fix compile for OF && !COMMON_CLK by Rob Herring · 13 years ago
  44. 9f1612d clk: fix clk_get on of_clk_get_by_name return check by Shawn Guo · 13 years ago
  45. 766e6a4 clk: add DT clock binding support by Grant Likely · 13 years ago
  46. e12ff34 Merge branch 'depends/rmk/clkdev' into next/clock by Arnd Bergmann · 13 years ago
  47. 8b7730d clk: remove trailing whitespace from clk.h by Rob Herring · 13 years ago
  48. 7e87aed clk: Remove comment for end of CONFIG_COMMON_CLK section by Mark Brown · 13 years ago
  49. a8a97db ARM: 7376/1: clkdev: Implement managed clk_get() by Mark Brown · 13 years ago
  50. b2476490 clk: introduce the common clock framework by Mike Turquette · 13 years ago
  51. 42c5d52 clk: add helper functions clk_prepare_enable and clk_disable_unprepare by Richard Zhao · 13 years ago
  52. 40d3e0f clk: provide prepare/unprepare functions by Russell King · 13 years ago
  53. c068303 [ARM] 5536/1: Move clk_add_alias() to arch/arm/common/clkdev.c by Tony Lindgren · 16 years ago
  54. 05fd8e73 clkdev: add possibility to get a clock based on the device name by Sascha Hauer · 16 years ago
  55. f7ad160 include/linux/clk.h: fix comment by Alex Raimondi · 16 years ago
  56. 686f8c5 include/linux/clk.h is betraying its ARM origins by Todd Poynor · 19 years ago
  57. f8ce254 [ARM] Move asm/hardware/clock.h to linux/clk.h by Russell King · 19 years ago[Renamed (98%) from include/asm-arm/hardware/clock.h]
  58. a8d3584 [ARM] Remove clk_use()/clk_unuse() by Russell King · 19 years ago
  59. f47fc0a [ARM] Add additional documentation to the clock source framework by Russell King · 19 years ago
  60. ea3f4ea [PATCH] ARM: Add further explaination for clk_get() by Russell King · 20 years ago
  61. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago