1. 7ab22a8 clk: imx8mq: Add a clock driver for the imx8mq by Angus Ainslie · Tue Mar 29 07:02:39 2022 -0700
  2. 4c1a718 clk: imx8mm: add pwm clocks support by Tommaso Merciai · Sat Mar 26 12:19:04 2022 +0100
  3. 041ea48 Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Tue Apr 05 11:27:39 2022 -0400
  4. acff4c8 clk: zynqmp: Add support for for DP audio/video clocks by Michal Simek · Tue Mar 29 13:13:56 2022 +0200
  5. 35c8464 clk: Use generic CCF ops where possible by Sean Anderson · Sun Mar 20 16:34:46 2022 -0400
  6. 4659612 clk: ccf: Add some helper functions for clock ops by Sean Anderson · Sun Mar 20 16:34:45 2022 -0400
  7. 07435de clk: Consolidate some clock functions by Sean Anderson · Sun Feb 27 14:01:13 2022 -0500
  8. 9a66572 clk: Make clk_free return void by Sean Anderson · Sat Jan 15 17:25:04 2022 -0500
  9. 553935f clk: Make rfree return void by Sean Anderson · Sat Jan 15 17:24:58 2022 -0500
  10. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · Mon Mar 28 12:36:49 2022 -0400
  11. 6e5a8b7 k210: use the board vendor name rather than the marketing name by Damien Le Moal · Tue Mar 01 10:35:39 2022 +0000
  12. 4c4ec90 clk: scmi: register scmi clocks with CCF by Etienne Carriere · Mon Feb 21 09:22:42 2022 +0100
  13. 2f26c04 scmi: change parameter dev in devm_scmi_process_msg by Etienne Carriere · Mon Feb 21 09:22:40 2022 +0100
  14. 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
  15. e1c56f3 clk: Add clk_get_by_name_optional by Sean Anderson · Sat Jan 15 15:52:47 2022 -0500
  16. 0d69d06 clk: Inline clk_get_*_optional by Sean Anderson · Wed Dec 22 12:11:11 2021 -0500
  17. d7e85d5 clk: Rename clk_get_optional_nodev by Sean Anderson · Wed Dec 22 12:11:10 2021 -0500
  18. ffc0759 clk: cdce9xx: Convert .of_xlate to .request by Sean Anderson · Wed Dec 15 11:47:17 2021 -0500
  19. 0afb933 clk: versaclock: Remove xlate function by Sean Anderson · Wed Dec 01 15:13:17 2021 -0500
  20. cfc77ff clk: Remove no-op request and rfree callbacks by Sean Anderson · Wed Dec 01 14:51:00 2021 -0500
  21. 35b3754 clk: Rename ICS8N3QV01 to CLK_ICS8N3QV01 by Sean Anderson · Wed Dec 15 11:36:20 2021 -0500
  22. d1f48b5 clk: Alphabetize Kconfig by Sean Anderson · Wed Dec 15 11:36:19 2021 -0500
  23. 5eafaa6 clk: Alphabetize Makefile by Sean Anderson · Wed Dec 15 11:36:18 2021 -0500
  24. 4a756dc clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imx8mn by Heiko Thiery · Sun Jan 30 07:37:06 2022 +0100
  25. e04854b clk: clk-k3: Add support for J721S2 SoC by David Huang · Tue Jan 25 20:56:33 2022 +0530
  26. bc72284 clk: imx: select [SPL_]CLK_COMPOSITE_CCF for imxrt10{20|50} by Heiko Thiery · Sun Jan 30 07:38:12 2022 +0100
  27. 3110499 Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Thu Jan 20 09:39:45 2022 -0500
  28. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  29. 774c9af Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Wed Jan 19 11:43:44 2022 -0500
  30. d9c87e3 clk: ast2600: Revise MII interface delay by Dylan Hung · Thu Dec 09 10:12:28 2021 +0800
  31. 1ec12dc clk: actions: Add SD/MMC clocks by Amit Singh Tomar · Sun Nov 28 17:02:21 2021 +0530
  32. 5433df9 clk: actions: Introduce dummy get/set_rate callbacks by Amit Singh Tomar · Sun Nov 28 17:02:20 2021 +0530
  33. a1b654b treewide: invaild -> invalid by Sean Anderson · Wed Dec 01 14:26:53 2021 -0500
  34. 33f8a8d Merge branch 'next' by Tom Rini · Mon Jan 10 14:01:57 2022 -0500
  35. 05e3d8e Revert "clk: Detect failure to set defaults" by Marek Vasut · Sat Jan 01 19:51:39 2022 +0100
  36. 544f448 clk: zynqmp: Fix gem tx/rx/ref clock handling by Michal Simek · Fri Oct 29 13:13:38 2021 +0200
  37. 66a3892 clk: zynqmp: Add support for setting up clock for USB by Michal Simek · Fri Oct 29 13:13:37 2021 +0200
  38. 8c70baa Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · Tue Dec 14 13:36:40 2021 -0500
  39. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · Mon Dec 20 17:12:04 2021 -0500
  40. 8767e79 clk: define LOG_CATEGORY for generic and ccf clocks by Patrick Delaunay · Fri Nov 19 15:12:07 2021 +0100
  41. 283dadf clk: cosmetic: reorder include files by Patrick Delaunay · Fri Nov 19 15:12:06 2021 +0100
  42. 1285f8e clk: scmi: define LOG_CATEGORY by Patrick Delaunay · Thu Oct 28 19:13:13 2021 +0200
  43. b0e3cf9 clk: ast2600: Add RSACLK control for ACRY by Chia-Wei Wang · Wed Oct 27 14:17:29 2021 +0800
  44. d59cd6f clk: ast2600: Add YCLK control for HACE by Joel Stanley · Wed Oct 27 14:17:26 2021 +0800
  45. 72a5762 stm32mp15: replace CONFIG_TFABOOT when it is possible by Patrick Delaunay · Mon Oct 11 09:52:50 2021 +0200
  46. 9a77a96 clk: sunxi: Extend DM_RESET selection to SPL by Samuel Holland · Sat Sep 11 14:45:31 2021 -0500
  47. d0dcb75 clk: sifive: Fix -Wint-to-pointer-cast warning by Bin Meng · Sun Sep 12 11:15:09 2021 +0800
  48. d3196cb clk: fixed_rate: add dummy disable() function by Samuel Holland · Tue Oct 12 19:40:29 2021 -0500
  49. 7b9b926 clk: rockchip: rk3568: update clks by Elaine Zhang · Tue Oct 12 16:43:00 2021 +0800
  50. b959910 rockchip: px30: add support for setting cpll clock by Chris Morgan · Thu Aug 05 11:48:47 2021 -0500
  51. 97e96f2 Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · Tue Oct 12 08:58:58 2021 -0400
  52. d441175 clk: ti: add am33xx/am43xx spread spectrum clock support by Dario Binacchi · Sun Sep 26 11:58:58 2021 +0200
  53. f7d4954 clk: sunxi: Add drivers for A31 and H6 PRCM CCUs by Samuel Holland · Sun Sep 12 09:47:25 2021 -0500
  54. fa7a7fa clk: sunxi: Add support for I2C gates/resets by Samuel Holland · Sun Sep 12 09:47:24 2021 -0500
  55. 12e3faa clk: sunxi: Move header out of arch directory by Samuel Holland · Sun Sep 12 11:48:43 2021 -0500
  56. e72139e clk: k210: Try harder to get the best config by Sean Anderson · Sat Sep 11 13:20:03 2021 -0400
  57. 89c3584 k210: clk: Refactor out_of_spec tests by Sean Anderson · Sat Sep 11 13:20:01 2021 -0400
  58. b0126e9 clk: k210: Fix checking if ulongs are less than 0 by Sean Anderson · Sat Sep 11 13:20:00 2021 -0400
  59. 2154876 Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Thu Sep 30 11:29:41 2021 -0400
  60. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  61. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · Mon Sep 27 17:42:36 2021 +0200
  62. b5ef0ba clk: versal: Enable only GATE type clocks by T Karthik Reddy · Tue Sep 28 11:30:27 2021 +0530
  63. f04c4ab Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Mon Sep 27 11:09:23 2021 -0400
  64. 961578e Merge tag 'v2021.10-rc5' into next by Tom Rini · Mon Sep 27 09:45:36 2021 -0400
  65. 1257efc clk: Rename clk_get_by_driver_info() by Simon Glass · Sat Aug 07 07:24:09 2021 -0600
  66. 6d70ba0 treewide: Try to avoid the preprocessor with OF_REAL by Simon Glass · Sat Aug 07 07:24:06 2021 -0600
  67. 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · Sat Aug 07 07:24:04 2021 -0600
  68. 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · Sat Aug 07 07:24:03 2021 -0600
  69. 8b5bbad clk: at91: clk-master: split master clock in pres and divider by Claudiu Beznea · Fri Jul 16 08:43:48 2021 +0300
  70. db4c2dc clk: ti: k3: Update driver to account for divider flags by Suman Anna · Tue Sep 07 17:16:58 2021 -0500
  71. 6bc722e clk: ti: k3-pll: Change DIV_CTRL programming to read-modify-write by Dave Gerlach · Tue Sep 07 17:16:57 2021 -0500
  72. b58bfe0 mmc: Rename MMC_SUPPORT to MMC by Simon Glass · Sun Aug 08 12:20:09 2021 -0600
  73. 5e317de drivers: clk: Add memory clock driver for Intel N5X device by Siew Chin Lim · Tue Aug 10 11:26:32 2021 +0800
  74. 1557df8 drivers: clk: Add clock driver for Intel N5X device by Siew Chin Lim · Tue Aug 10 11:26:30 2021 +0800
  75. db7b2f4 clk: clk_versaclock: Add support for versaclock driver by Adam Ford · Fri Jun 04 12:26:06 2021 -0500
  76. d69d174 clk: stm32mp1: add support of BSEC clock by Patrick Delaunay · Fri Jul 16 10:10:55 2021 +0200
  77. 8f20e73 rockchip: px30: Support configure SFC by Jon Lin · Thu Aug 05 16:27:53 2021 +0800
  78. dcd705e clk: stm32mp1: add support of missing SPI clocks by Patrick Delaunay · Fri Jul 09 14:24:34 2021 +0200
  79. 97790fb clk: zynqmp: Add support for enabling clock on lpd_lsbus by Michal Simek · Thu Jul 01 19:01:42 2021 +0200
  80. f5e1d9e Merge tag 'u-boot-imx-20210717' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Sat Jul 17 10:52:21 2021 -0400
  81. 0a06b64 Merge branch '2021-07-15-assorted-fixes' by Tom Rini · Fri Jul 16 09:15:59 2021 -0400
  82. c7d146d clk: stm32mp1: add support of SYSCFG clock by Patrick Delaunay · Tue Jun 29 12:04:22 2021 +0200
  83. 862555d clk: Detect failure to set defaults by Simon Glass · Thu May 13 19:39:31 2021 -0600
  84. 04f1971 clk: uniphier: Add PCIe clock entry by Kunihiko Hayashi · Tue Jul 06 19:01:06 2021 +0900
  85. 339beba clk: imx8mm: Add SPI clocks by Frieder Schrempf · Mon Jun 07 14:36:43 2021 +0200
  86. 4481168 clk: armada-37xx: Set DM_FLAG_PRE_RELOC by Marek Behún · Tue May 25 19:42:39 2021 +0200
  87. 4aab306 Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Wed Jul 07 13:34:42 2021 -0400
  88. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · Tue Apr 27 11:02:19 2021 +0200
  89. f872d47 drivers: clk: sifive: fu740-prci: replace 'pciaux' with 'pcieaux' by Green Wan · Mon Jun 28 19:13:08 2021 +0800
  90. 08b3fd6 Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Thu Jul 01 08:57:23 2021 -0400
  91. 159b60e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-sh into next by Tom Rini · Mon Jun 28 18:32:07 2021 -0400
  92. d3e8b73 Merge tag 'v2021.07-rc5' into next by Tom Rini · Mon Jun 28 16:22:13 2021 -0400
  93. 86d59f3 clk: renesas: Add R8A779A0 clock tables by Hai Pham · Tue Aug 11 10:46:34 2020 +0700
  94. 0fbb8a7 clk: renesas: Handle R8A779A0 V3U clock types in Gen3 clock code by Marek Vasut · Tue Apr 27 19:52:53 2021 +0200
  95. 39df053 clk: zynq: Add clock wizard driver by Zhengxun · Fri Jun 11 15:10:48 2021 +0000
  96. ce92768 Merge tag 'u-boot-rockchip-20210618' of https://source.denx.de/u-boot/custodians/u-boot-rockchip into next by Tom Rini · Sat Jun 19 08:20:12 2021 -0400
  97. b9c3214 clk: cosmetic change in uclass by Patrick Delaunay · Tue Apr 27 10:57:54 2021 +0200
  98. 5be90bb rockchip: rk3568: add clock driver by Elaine Zhang · Wed Jun 02 11:39:24 2021 +0800
  99. 152919d clk: k210: Move k210 clock out of its own subdirectory by Sean Anderson · Fri Jun 11 00:16:14 2021 -0400
  100. 16d64cd clk: k210: Remove bypass driver by Sean Anderson · Fri Jun 11 00:16:13 2021 -0400