1. 6c91087 clk: uclass: clk_get_by_name() must not be available if CONFIG_OF_PLATDATA is enabled by Giulio Benetti · Thu Dec 12 23:53:19 2019 +0100
  2. bdc786d clk: add APIs to get (optional) clock by name without a device by developer · Thu Jan 09 11:35:07 2020 +0800
  3. dc338d3 clk: check valid clock by clk_valid() by developer · Thu Jan 09 11:35:06 2020 +0800
  4. 5e108fb clk: fix error check for devm_clk_get_optional() by developer · Thu Jan 09 11:35:05 2020 +0800
  5. 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
  6. 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
  7. 718039b drivers: clk: Handle gracefully NULL pointers by Jean-Jacques Hiblot · Tue Oct 22 14:00:03 2019 +0200
  8. b232081 clk: Fix error check in clk_set_default_parents() by Jean-Jacques Hiblot · Thu Sep 26 15:42:42 2019 +0200
  9. 82628e2 clk: prograte clk enable/disable to parent by Peng Fan · Wed Aug 21 13:35:09 2019 +0000
  10. cf3119d clk: add support for clk_is_match() by Sekhar Nori · Thu Aug 01 19:12:55 2019 +0530
  11. 40ec4e4 dm: clk: ignore default settings when node not valid by Peng Fan · Wed Jul 31 07:01:49 2019 +0000
  12. 41c0e26 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Sat Jul 27 09:35:05 2019 -0400
  13. 3d23abd clk: initialize clk->data when using default xlate by Sekhar Nori · Thu Jul 11 14:30:24 2019 +0530
  14. 4ef3217 dm: clk: Extend clk_get_parent_rate() to support CLK_GET_RATE_NOCACHE flag by Lukasz Majewski · Mon Jun 24 15:50:46 2019 +0200
  15. 12014be dm: clk: Define clk_get_by_id() for clk operations by Lukasz Majewski · Mon Jun 24 15:50:44 2019 +0200
  16. 53155da dm: clk: Define clk_get_parent_rate() for clk operations by Lukasz Majewski · Mon Jun 24 15:50:43 2019 +0200
  17. 9e38dc3 dm: clk: Define clk_get_parent() for clk operations by Lukasz Majewski · Mon Jun 24 15:50:42 2019 +0200
  18. a77add3 clk: Use clk_get_by_index_tail() by Jagan Teki · Thu Feb 28 00:26:53 2019 +0530
  19. fc7c7ce clk: Get the CLK by index without device by Jagan Teki · Thu Feb 28 00:26:52 2019 +0530
  20. 3336373 clk: Improve debug message in clk_set_default_rates() by Simon Glass · Mon Jan 21 14:53:19 2019 -0700
  21. e546ec8 clk: Allow clock defaults to be set during re-reloc state for SPL only by Philipp Tomsich · Mon Nov 26 20:20:19 2018 +0100
  22. 89d1b08 clk: Allow clock defaults to be set also during re-reloc state by Andreas Dannenberg · Wed Oct 17 13:43:14 2018 +0530
  23. f3cc631 clk: clk_set_default: accept no-op skip fields by Neil Armstrong · Thu Jul 26 15:19:32 2018 +0200
  24. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  25. 52b26d9 clk: fix clk_get_bulk when phandle error by Neil Armstrong · Tue Apr 17 11:30:31 2018 +0200
  26. 8a275a0 clk: Add get/enable/disable/release for a bulk of clocks by Neil Armstrong · Tue Apr 03 11:44:18 2018 +0200
  27. 9cf03b0 clk: implement clk_set_defaults() by Philipp Tomsich · Mon Jan 08 13:59:18 2018 +0100
  28. f760434 clk: refactor clk_get_by_index() into clk_get_by_indexed_prop() by Philipp Tomsich · Mon Jan 08 11:18:18 2018 +0100
  29. f8e02b2 clk: add clk_set_parent() by Philipp Tomsich · Mon Jan 08 11:15:08 2018 +0100
  30. e487106 clk: Remove superfluous gd declarations by Mario Six · Mon Jan 15 11:06:53 2018 +0100
  31. 799fe56 clk: clk-uclass: Fix style violations by Mario Six · Mon Jan 15 11:06:51 2018 +0100
  32. fdec580 dtoc: Put phandle args in an array by Simon Glass · Tue Aug 29 14:15:58 2017 -0600
  33. e94414b dtoc: Rename the phandle struct by Simon Glass · Tue Aug 29 14:15:56 2017 -0600
  34. cafc341 clk: fix compilation errors for poplar platform by Patrice Chotard · Tue Jul 25 13:24:45 2017 +0200
  35. 96fc03d clk: add clk_release_all() by Patrice Chotard · Tue Jul 18 11:57:07 2017 +0200
  36. 2558bff dm: clk: Update uclass to support livetree by Simon Glass · Tue May 30 21:47:29 2017 -0600
  37. b7ae277 clk: Modify xlate() method for livetree by Simon Glass · Thu May 18 20:09:40 2017 -0600
  38. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  39. 33cdf49 clk: clk-uclass: Assign clk->dev before call .of_xlate by Wenyou Yang · Tue Sep 27 11:00:28 2016 +0800
  40. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · Sun Oct 02 17:59:28 2016 -0600
  41. 30d40b3 dm: clk: Remove simple version of clk_get_by_index/name() by Michal Simek · Thu Jul 14 13:11:37 2016 +0200
  42. 589d915 dm: clk: Add support for of-platdata by Simon Glass · Mon Jul 04 11:58:03 2016 -0600
  43. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · Fri Jun 17 09:44:00 2016 -0600
  44. 508c077 dm: clk: Add a simple version of clk_get_by_index() by Simon Glass · Thu Jan 21 19:44:00 2016 -0700
  45. 0342bd2 dm: clk: Add support for decoding clocks from the device tree by Simon Glass · Wed Jan 20 19:43:02 2016 -0700
  46. 67c2295 clk: add API to enable clock by Masahiro Yamada · Wed Jan 13 13:16:12 2016 +0900
  47. 36ad234 dm: Add a clock uclass by Simon Glass · Tue Jun 23 15:39:15 2015 -0600