1. 7ec2413 drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:48 2024 -0600
  2. f84d65c clk: clk-uclass: Print clk name in clk_enable/clk_disable by Michael Trimarchi · Tue Jul 09 08:28:13 2024 +0200
  3. 46bba6e clk: Fix error message in clk_get_bulk by Jan Kiszka · Sat Mar 09 13:27:09 2024 +0100
  4. 94dce2f drivers: clk: Remove duplicate newlines by Marek Vasut · Sat Jul 20 14:40:30 2024 +0200
  5. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  6. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  7. 32fa621 clk: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:30:36 2024 -0600
  8. d318eb3 treewide: Remove clk_free by Sean Anderson · Sat Dec 16 14:38:42 2023 -0500
  9. 6ea5f96 clk: Remove rfree by Sean Anderson · Sat Dec 16 14:38:41 2023 -0500
  10. b5de0b9 clk: fix clk_get_rate() always return ulong by Julien Masson · Fri Dec 15 15:09:43 2023 +0100
  11. cb34b1c clk: get correct ops for clk_enable() and clk_disable() by Yang Xiwen · Sun Nov 19 06:10:06 2023 +0800
  12. 77e1151 clk: use private clk struct in CLK_CCF's enable/disable functions by Maksim Kiselev · Wed Sep 06 01:16:49 2023 +0300
  13. 70e32ba clk: fix count parameter type for clk_release_all by Eugen Hristev · Mon Jun 19 13:47:52 2023 +0300
  14. f6da668 drivers: clk: Adjust temp var data type to properly match that of struct clk_ops by Nathan Barrett-Morrison · Mon May 15 15:49:58 2023 -0400
  15. 8f03cef clk: Dont return error when assigned-clocks is empty or missing by Ashok Reddy Soma · Wed Aug 30 10:31:42 2023 +0200
  16. bae0f4f clk: Allow clk_get_by_name() with NULL name by Samuel Holland · Sat Jan 21 18:02:51 2023 -0600
  17. d867a287 clk: update clk_clean_rate_cache to use private clk struct by Patrick Delaunay · Mon Jun 20 15:37:25 2022 +0200
  18. 0d4d5e4 clk: change return type of clk_get_parent_rate from long long to ulong by Michal Suchanek · Wed Sep 28 12:37:57 2022 +0200
  19. 07435de clk: Consolidate some clock functions by Sean Anderson · Sun Feb 27 14:01:13 2022 -0500
  20. 9a66572 clk: Make clk_free return void by Sean Anderson · Sat Jan 15 17:25:04 2022 -0500
  21. 553935f clk: Make rfree return void by Sean Anderson · Sat Jan 15 17:24:58 2022 -0500
  22. db9b1a1 clk: ccf: correct the test on the parent uclass in clk_enable/clk_disable by Patrick Delaunay · Mon Jan 24 14:17:14 2022 +0100
  23. 0d69d06 clk: Inline clk_get_*_optional by Sean Anderson · Wed Dec 22 12:11:11 2021 -0500
  24. d7e85d5 clk: Rename clk_get_optional_nodev by Sean Anderson · Wed Dec 22 12:11:10 2021 -0500
  25. a1b654b treewide: invaild -> invalid by Sean Anderson · Wed Dec 01 14:26:53 2021 -0500
  26. 05e3d8e Revert "clk: Detect failure to set defaults" by Marek Vasut · Sat Jan 01 19:51:39 2022 +0100
  27. 283dadf clk: cosmetic: reorder include files by Patrick Delaunay · Fri Nov 19 15:12:06 2021 +0100
  28. 1257efc clk: Rename clk_get_by_driver_info() by Simon Glass · Sat Aug 07 07:24:09 2021 -0600
  29. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · Sat Aug 07 07:24:03 2021 -0600
  30. 862555d clk: Detect failure to set defaults by Simon Glass · Thu May 13 19:39:31 2021 -0600
  31. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · Tue Apr 27 11:02:19 2021 +0200
  32. b9c3214 clk: cosmetic change in uclass by Patrick Delaunay · Tue Apr 27 10:57:54 2021 +0200
  33. 08d531c clk: Allow force setting clock defaults before relocation by Sean Anderson · Fri Jun 11 00:16:07 2021 -0400
  34. 9ab78c1 clk: fix set_rate to clean up cached rates for the hierarchy by Tero Kristo · Fri Jun 11 11:45:12 2021 +0300
  35. d41b2b3 clk: fix assigned-clocks to pass with deferring provider by Tero Kristo · Fri Jun 11 11:45:11 2021 +0300
  36. f04dfff clk: do not attempt to fetch clock pointer with null device by Tero Kristo · Fri Jun 11 11:45:08 2021 +0300
  37. d7ac373 clk: Warn on failure to assign rate by Sean Anderson · Thu Apr 08 22:13:03 2021 -0400
  38. 0000e0d dm: Rename device_get_by_driver_info_idx() by Simon Glass · Mon Mar 15 17:25:28 2021 +1300
  39. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  40. f73f581 clk: Add debugging for return values by Simon Glass · Thu Jan 21 13:57:11 2021 -0700
  41. b7f8589 clk: add clk_round_rate() by Dario Binacchi · Wed Dec 30 00:06:31 2020 +0100
  42. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · Sat Dec 19 10:40:13 2020 -0700
  43. 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · Sat Oct 03 11:31:40 2020 -0600
  44. d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · Fri Sep 25 09:41:14 2020 +0200
  45. b91eee6 clk: get clock pointer before proceeding by Claudiu Beznea · Mon Sep 07 17:46:36 2020 +0300
  46. b02e8dd clk: do not disable clock if it is critical by Claudiu Beznea · Mon Sep 07 17:46:35 2020 +0300
  47. c8c1600 clk: bind clk to new parent device by Claudiu Beznea · Mon Sep 07 17:46:34 2020 +0300
  48. 4303396 clk: Drop dm.h header file in clk-provider.h by Simon Glass · Sun Jul 19 10:15:56 2020 -0600
  49. dc5b437 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · Thu Jun 25 01:10:13 2020 -0300
  50. f0d5a6b clk: Fix clk_get_by_* handling of index by Sean Anderson · Wed Jun 24 06:41:08 2020 -0400
  51. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  52. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  53. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  54. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  55. 2cdd3f4 clk: Rename free() to rfree() by Simon Glass · Mon Feb 03 07:35:54 2020 -0700
  56. 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
  57. bdc786d clk: add APIs to get (optional) clock by name without a device by developer · Thu Jan 09 11:35:07 2020 +0800
  58. dc338d3 clk: check valid clock by clk_valid() by developer · Thu Jan 09 11:35:06 2020 +0800
  59. 5e108fb clk: fix error check for devm_clk_get_optional() by developer · Thu Jan 09 11:35:05 2020 +0800
  60. 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
  61. 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
  62. 718039b drivers: clk: Handle gracefully NULL pointers by Jean-Jacques Hiblot · Tue Oct 22 14:00:03 2019 +0200
  63. b232081 clk: Fix error check in clk_set_default_parents() by Jean-Jacques Hiblot · Thu Sep 26 15:42:42 2019 +0200
  64. 82628e2 clk: prograte clk enable/disable to parent by Peng Fan · Wed Aug 21 13:35:09 2019 +0000
  65. cf3119d clk: add support for clk_is_match() by Sekhar Nori · Thu Aug 01 19:12:55 2019 +0530
  66. 40ec4e4 dm: clk: ignore default settings when node not valid by Peng Fan · Wed Jul 31 07:01:49 2019 +0000
  67. 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
  68. 3d23abd clk: initialize clk->data when using default xlate by Sekhar Nori · Thu Jul 11 14:30:24 2019 +0530
  69. 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
  70. 12014be dm: clk: Define clk_get_by_id() for clk operations by Lukasz Majewski · Mon Jun 24 15:50:44 2019 +0200
  71. 53155da dm: clk: Define clk_get_parent_rate() for clk operations by Lukasz Majewski · Mon Jun 24 15:50:43 2019 +0200
  72. 9e38dc3 dm: clk: Define clk_get_parent() for clk operations by Lukasz Majewski · Mon Jun 24 15:50:42 2019 +0200
  73. a77add3 clk: Use clk_get_by_index_tail() by Jagan Teki · Thu Feb 28 00:26:53 2019 +0530
  74. fc7c7ce clk: Get the CLK by index without device by Jagan Teki · Thu Feb 28 00:26:52 2019 +0530
  75. 3336373 clk: Improve debug message in clk_set_default_rates() by Simon Glass · Mon Jan 21 14:53:19 2019 -0700
  76. 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
  77. 89d1b08 clk: Allow clock defaults to be set also during re-reloc state by Andreas Dannenberg · Wed Oct 17 13:43:14 2018 +0530
  78. f3cc631 clk: clk_set_default: accept no-op skip fields by Neil Armstrong · Thu Jul 26 15:19:32 2018 +0200
  79. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  80. 52b26d9 clk: fix clk_get_bulk when phandle error by Neil Armstrong · Tue Apr 17 11:30:31 2018 +0200
  81. 8a275a0 clk: Add get/enable/disable/release for a bulk of clocks by Neil Armstrong · Tue Apr 03 11:44:18 2018 +0200
  82. 9cf03b0 clk: implement clk_set_defaults() by Philipp Tomsich · Mon Jan 08 13:59:18 2018 +0100
  83. f760434 clk: refactor clk_get_by_index() into clk_get_by_indexed_prop() by Philipp Tomsich · Mon Jan 08 11:18:18 2018 +0100
  84. f8e02b2 clk: add clk_set_parent() by Philipp Tomsich · Mon Jan 08 11:15:08 2018 +0100
  85. e487106 clk: Remove superfluous gd declarations by Mario Six · Mon Jan 15 11:06:53 2018 +0100
  86. 799fe56 clk: clk-uclass: Fix style violations by Mario Six · Mon Jan 15 11:06:51 2018 +0100
  87. fdec580 dtoc: Put phandle args in an array by Simon Glass · Tue Aug 29 14:15:58 2017 -0600
  88. e94414b dtoc: Rename the phandle struct by Simon Glass · Tue Aug 29 14:15:56 2017 -0600
  89. cafc341 clk: fix compilation errors for poplar platform by Patrice Chotard · Tue Jul 25 13:24:45 2017 +0200
  90. 96fc03d clk: add clk_release_all() by Patrice Chotard · Tue Jul 18 11:57:07 2017 +0200
  91. 2558bff dm: clk: Update uclass to support livetree by Simon Glass · Tue May 30 21:47:29 2017 -0600
  92. b7ae277 clk: Modify xlate() method for livetree by Simon Glass · Thu May 18 20:09:40 2017 -0600
  93. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  94. 33cdf49 clk: clk-uclass: Assign clk->dev before call .of_xlate by Wenyou Yang · Tue Sep 27 11:00:28 2016 +0800
  95. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · Sun Oct 02 17:59:28 2016 -0600
  96. 30d40b3 dm: clk: Remove simple version of clk_get_by_index/name() by Michal Simek · Thu Jul 14 13:11:37 2016 +0200
  97. 589d915 dm: clk: Add support for of-platdata by Simon Glass · Mon Jul 04 11:58:03 2016 -0600
  98. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · Fri Jun 17 09:44:00 2016 -0600
  99. 508c077 dm: clk: Add a simple version of clk_get_by_index() by Simon Glass · Thu Jan 21 19:44:00 2016 -0700
  100. 0342bd2 dm: clk: Add support for decoding clocks from the device tree by Simon Glass · Wed Jan 20 19:43:02 2016 -0700