1. dcc67fa clk: fix clk_get_rate() documentation by Giulio Benetti · Sun Feb 14 03:17:18 2021 +0100
  2. 1257efc clk: Rename clk_get_by_driver_info() by Simon Glass · Sat Aug 07 07:24:09 2021 -0600
  3. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · Sat Aug 07 07:24:03 2021 -0600
  4. 08d531c clk: Allow force setting clock defaults before relocation by Sean Anderson · Fri Jun 11 00:16:07 2021 -0400
  5. b7f8589 clk: add clk_round_rate() by Dario Binacchi · Wed Dec 30 00:06:31 2020 +0100
  6. dc5b437 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · Thu Jun 25 01:10:13 2020 -0300
  7. 7e82cac clk: Fix clk func names in comments by Jagan Teki · Fri May 01 23:45:08 2020 +0530
  8. 624ba61 dm: clk: add stub when CONFIG_CLK is deactivated by Patrick Delaunay · Mon Apr 27 15:29:57 2020 +0200
  9. bdc786d clk: add APIs to get (optional) clock by name without a device by developer · Thu Jan 09 11:35:07 2020 +0800
  10. 9601f32 drivers: clk: Fix using assigned-clocks in the node of the clock it sets up by Jean-Jacques Hiblot · Tue Oct 22 14:00:06 2019 +0200
  11. 6e66b2d drivers: clk: Add a managed API to get clocks from the device-tree by Jean-Jacques Hiblot · Tue Oct 22 14:00:04 2019 +0200
  12. 718039b drivers: clk: Handle gracefully NULL pointers by Jean-Jacques Hiblot · Tue Oct 22 14:00:03 2019 +0200
  13. 30a6ebc clk: introduce enable_count by Peng Fan · Wed Aug 21 13:35:03 2019 +0000
  14. cf3119d clk: add support for clk_is_match() by Sekhar Nori · Thu Aug 01 19:12:55 2019 +0530
  15. 1d0a50a clk: introduce clk_dev_binded by Peng Fan · Wed Jul 31 07:01:23 2019 +0000
  16. 12014be dm: clk: Define clk_get_by_id() for clk operations by Lukasz Majewski · Mon Jun 24 15:50:44 2019 +0200
  17. 53155da dm: clk: Define clk_get_parent_rate() for clk operations by Lukasz Majewski · Mon Jun 24 15:50:43 2019 +0200
  18. 9e38dc3 dm: clk: Define clk_get_parent() for clk operations by Lukasz Majewski · Mon Jun 24 15:50:42 2019 +0200
  19. 8ea0434 clk: Extend struct clk to provide clock type agnostic flags by Lukasz Majewski · Mon Jun 24 15:50:39 2019 +0200
  20. ed2685f clk: Extend struct clk to provide information regarding clock rate by Lukasz Majewski · Mon Jun 24 15:50:38 2019 +0200
  21. 2c30fa4 dm: Fix documentation entry as there is no UCLASS_CLOCK uclass by Lukasz Majewski · Mon Jun 24 15:50:36 2019 +0200
  22. fc7c7ce clk: Get the CLK by index without device by Jagan Teki · Thu Feb 28 00:26:52 2019 +0530
  23. 0a083b8 include/clk.h: Fix the name of the clock uclass in comment by Liviu Dudau · Mon Sep 17 17:43:08 2018 +0100
  24. cb5ac65 clk: Extend clock control with an optional data field by Andreas Dannenberg · Mon Aug 27 15:57:42 2018 +0530
  25. 1119271 clk: add clk_valid() by Fabrice Gasnier · Tue Jul 24 16:31:28 2018 +0200
  26. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  27. 8a275a0 clk: Add get/enable/disable/release for a bulk of clocks by Neil Armstrong · Tue Apr 03 11:44:18 2018 +0200
  28. 9cf03b0 clk: implement clk_set_defaults() by Philipp Tomsich · Mon Jan 08 13:59:18 2018 +0100
  29. f8e02b2 clk: add clk_set_parent() by Philipp Tomsich · Mon Jan 08 11:15:08 2018 +0100
  30. e94414b dtoc: Rename the phandle struct by Simon Glass · Tue Aug 29 14:15:56 2017 -0600
  31. cafc341 clk: fix compilation errors for poplar platform by Patrice Chotard · Tue Jul 25 13:24:45 2017 +0200
  32. 96fc03d clk: add clk_release_all() by Patrice Chotard · Tue Jul 18 11:57:07 2017 +0200
  33. 09abe2b Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure" by Masahiro Yamada · Mon Sep 26 20:45:27 2016 +0900
  34. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  35. 67d7dde ns16650: Make sure we have CONFIG_CLK set before using infrastructure by Tom Rini · Thu Sep 22 15:36:45 2016 -0400
  36. b3e2e29 clk.h: Add <asm/errno.h> by Tom Rini · Wed Sep 21 17:56:01 2016 -0400
  37. 103387a clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabled by Paul Burton · Thu Sep 08 07:47:28 2016 +0100
  38. 9e6a0d4 clk.h: inline clk_get_by_name() by Andreas Bießmann · Mon Aug 15 21:04:41 2016 +0200
  39. 589d915 dm: clk: Add support for of-platdata by Simon Glass · Mon Jul 04 11:58:03 2016 -0600
  40. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · Fri Jun 17 09:44:00 2016 -0600
  41. 0342bd2 dm: clk: Add support for decoding clocks from the device tree by Simon Glass · Wed Jan 20 19:43:02 2016 -0700
  42. 67c2295 clk: add API to enable clock by Masahiro Yamada · Wed Jan 13 13:16:12 2016 +0900
  43. 53b2aec clk: add needed include and declaration to include/clk.h by Masahiro Yamada · Wed Jan 13 13:16:09 2016 +0900
  44. cd20f58 clk: fix comments in include/clk.h by Masahiro Yamada · Wed Jan 13 13:16:08 2016 +0900
  45. 36ad234 dm: Add a clock uclass by Simon Glass · Tue Jun 23 15:39:15 2015 -0600
  46. a0d2802 common: Add new clk command by Michal Simek · Thu Nov 21 13:39:02 2013 -0800