1. 9042bf6 clk: Update drivers to use -EINVAL by Simon Glass · 3 years, 7 months ago
  2. db8b461 Merge tag 'xilinx-for-v2021.07' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 7 months ago
  3. dd4c642 clk: zynqmp: Fix clk dump values by T Karthik Reddy · 3 years, 8 months ago
  4. cc469b7 dm: Rename device_get_by_driver_info_idx() by Simon Glass · 3 years, 7 months ago
  5. 8813986 clk: sandbox: Create a special fixed-rate driver by Simon Glass · 3 years, 7 months ago
  6. 4ddc91b clk: fixed-rate: Export driver parts for OF_PLATDATA_INST by Simon Glass · 3 years, 7 months ago
  7. cc7ffd3 clk: sandbox: Move priv/plat data to a header file by Simon Glass · 3 years, 7 months ago
  8. 08db5d5 clk: stm32mp1: gets root clocks from fdt by Etienne Carriere · 3 years, 8 months ago
  9. cbe607b Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years, 8 months ago
  10. 60b03f1 clk: versal: Add support to enable clocks by T Karthik Reddy · 3 years, 9 months ago
  11. a72a6ae clk: zynqmp: Add support to enable clocks by T Karthik Reddy · 3 years, 9 months ago
  12. 9b7aac7 clk: zynq: Add dummy clock enable function by Michal Simek · 3 years, 8 months ago
  13. d242a14 clk: ti: improve debug messages for clkctrl driver by Dario Binacchi · 3 years, 8 months ago
  14. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 8 months ago
  15. 65bde1c clk: at91: compat: partially revert "dm: Remove uses of device_bind_offset()" by Eugen Hristev · 3 years, 9 months ago
  16. 789d764 clk: stm32mp1: add support of I2C6_K by Patrick Delaunay · 3 years, 9 months ago
  17. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  18. 0dc2bf2 clk: x86: Correct the driver name by Simon Glass · 3 years, 9 months ago
  19. 5c5992c clk: Add debugging for return values by Simon Glass · 3 years, 9 months ago
  20. e262b29 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 3 years, 9 months ago
  21. 1dc70ff clk: sunxi: Add support for H616 clocks by Jernej Skrabec · 3 years, 9 months ago
  22. c99be95 Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 3 years, 9 months ago
  23. d9a5da7 clk: add clock driver for MediaTek MT7620 SoC by Weijie Gao · 4 years ago
  24. 85b1c11 clk: imx: Add ECSPI to iMX8MN by Marek Vasut · 3 years, 9 months ago
  25. a3c8599 clk: aspeed: Add AST2600 clock support by Ryan Chen · 3 years, 10 months ago
  26. c9d7e79 clk: mediatek: Add MT8183 clock driver by Fabien Parent · 4 years ago
  27. 2f27c92 clk: Add Microchip PolarFire SoC clock driver by Padmarao Begari · 3 years, 9 months ago
  28. b0db69b dm: fix build errors generated by last merges by Dario Binacchi · 3 years, 9 months ago
  29. ab1a425 Merge tag 'u-boot-stm32-20210113' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 9 months ago
  30. 795f8fd Merge tag 'u-boot-amlogic-20210112' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 9 months ago
  31. cddc30d clk: clk_stm32h7: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  32. 06a1263 clk: clk_stm32f: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  33. ceab8ee clk: stm32mp1: migrate trace to dev and log macro by Patrick Delaunay · 4 years ago
  34. 52b61c9 clk: move clk-ti-sci driver to 'ti' directory by Dario Binacchi · 3 years, 10 months ago
  35. 06c94c2 clk: ti: omap4: add clock manager driver by Dario Binacchi · 3 years, 10 months ago
  36. 215bd54 clk: ti: add support for clkctrl clocks by Dario Binacchi · 3 years, 10 months ago
  37. 58e1af9 clk: ti: add gate clock driver by Dario Binacchi · 3 years, 10 months ago
  38. ea45b8f clk: ti: add divider clock driver by Dario Binacchi · 3 years, 10 months ago
  39. 756d64e clk: ti: am33xx: add DPLL clock drivers by Dario Binacchi · 3 years, 10 months ago
  40. d09f063 clk: ti: add mux clock driver by Dario Binacchi · 3 years, 10 months ago
  41. 2983ad5 clk: add clk_round_rate() by Dario Binacchi · 3 years, 10 months ago
  42. 5688f3b clk: export generic routines by Dario Binacchi · 3 years, 10 months ago
  43. 86eede9 clk: meson: add minimal driver for g12a-ao clocks by Marek Szyprowski · 3 years, 10 months ago
  44. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 10 months ago
  45. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 10 months ago
  46. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 3 years, 10 months ago
  47. f10643c dm: core: Access device ofnode through functions by Simon Glass · 3 years, 10 months ago
  48. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 10 months ago
  49. 73466df dm: core: Access device flags through functions by Simon Glass · 3 years, 10 months ago
  50. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 10 months ago
  51. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  52. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  53. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  54. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  55. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  56. a2703ce dm: Remove uses of device_bind_offset() by Simon Glass · 3 years, 11 months ago
  57. e12052b dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 3 years, 11 months ago
  58. 5a1a8a6 Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 3 years, 10 months ago
  59. 2a42de6 Merge tag 'u-boot-stm32-20201209' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 11 months ago
  60. 0f8106f treewide: Update email address Patrick Delaunay and Patrice Chotard by Patrice Chotard · 3 years, 11 months ago
  61. 8454cf0 clk: at91: sam9x60: remove the parsing of atmel, main-osc-bypass by Claudiu Beznea · 3 years, 11 months ago
  62. 61eb1fe imx: clk: added IPG Clock for I2C on imx8qm by Oliver Graute · 4 years ago
  63. 6ffdc43 clk: sunxi: add compatible string for V3 by Icenowy Zheng · 4 years ago
  64. eb89025 rockchip: rk3399: Init clocks in U-Boot proper if SPL was not run by Alper Nebi Yasak · 4 years ago
  65. 2c31d7e Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years ago
  66. da0be4e clk: rockchip: rk3399: implement getting wdt/alive clocks by Jack Mitchell · 4 years, 1 month ago
  67. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 1 month ago
  68. 8828052 dm: test: Add a test for of-platdata phandles by Simon Glass · 4 years, 1 month ago
  69. 8bb7496 clk: kendryte: no need to check argument of free() by Heinrich Schuchardt · 4 years, 1 month ago
  70. fa181d1 clk: ccf: replace the get_rate helper by Dario Binacchi · 4 years ago
  71. a3c1fd6 clk: renesas: Import R8A774C0 clock tables from Linux 5.9 by Lad Prabhakar · 4 years ago
  72. e9d91b8 clk: renesas: Add R8A774E1 clock tables by Biju Das · 4 years ago
  73. 54db9e8 clk: renesas: Add R8A774B1 clock tables by Biju Das · 4 years ago
  74. f4c5f97 clk: renesas: r8a774a1-cpg-mssr: Add R8A774A1 RPC clock by Biju Das · 4 years, 1 month ago
  75. dc47083 clk: at91: sama7g5: add 5th divisor for mck0 layout and characteristics by Eugen Hristev · 4 years, 4 months ago
  76. dff3904 clk: at91: clk-master: add 5th divisor for mck master by Eugen Hristev · 4 years, 4 months ago
  77. a648622 clk: at91: sam9x60: add support compatible with CCF by Claudiu Beznea · 4 years ago
  78. 6896397 clk: at91: Include device_compat.h in compat.c by Tom Rini · 4 years ago
  79. 0f0f4e5 clk: sifive: Include device_compat.h by Sean Anderson · 4 years, 1 month ago
  80. 957a3e5 treewide: Fix wrong CONFIG_IS_ENABLED() handling by Alper Nebi Yasak · 4 years, 1 month ago
  81. d24f2bc clk: agilex: Additional membus writes for HPS PLL by Chee Hong Ang · 4 years, 3 months ago
  82. 35d847e clk: agilex: Handle clock configuration differently in SPL and U-Boot proper by Chee Hong Ang · 4 years, 3 months ago
  83. d3e829b clk: agilex: Add clock enable support by Ley Foon Tan · 4 years, 3 months ago
  84. 36162a8 clk: agilex: Add NAND clock support by Ley Foon Tan · 4 years, 3 months ago
  85. 89f6830 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 1 month ago
  86. caebff0 Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 4 years, 1 month ago
  87. 6038884 clk: add clock driver for SCMI agents by Etienne Carriere · 4 years, 1 month ago
  88. a952c3a riscv: clk: Add CLINT clock to kendryte clock driver by Sean Anderson · 4 years, 1 month ago
  89. 67ece26 Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 1 month ago
  90. 4ab3817 clk: fixed-rate: Enable DM_FLAG_PRE_RELOC flag by Michal Simek · 4 years, 1 month ago
  91. 6c0e59f xilinx: drivers: Use '_' instead of '-' in driver name by Michal Simek · 4 years, 10 months ago
  92. 6a6fe3e clk: at91: sama7g5: add clock support by Claudiu Beznea · 4 years, 1 month ago
  93. 7b7e226 clk: at91: pmc: add generic clock ops by Claudiu Beznea · 4 years, 1 month ago
  94. 36a9630 clk: at91: clk-generic: add driver compatible with ccf by Claudiu Beznea · 4 years, 1 month ago
  95. f89268e clk: at91: clk-peripheral: add driver compatible with ccf by Claudiu Beznea · 4 years, 1 month ago
  96. 16502bf clk: at91: clk-system: add driver compatible with ccf by Claudiu Beznea · 4 years, 1 month ago
  97. 2a1a579 clk: at91: clk-programmable: add driver compatible with ccf by Claudiu Beznea · 4 years, 1 month ago
  98. 0341733 clk: at91: clk-utmi: add support for sama7g5 by Claudiu Beznea · 4 years, 1 month ago
  99. ad4d39a clk: at91: clk-utmi: add driver compatible with ccf by Claudiu Beznea · 4 years, 1 month ago
  100. dd4d19d clk: at91: clk-master: add support for sama7g5 by Claudiu Beznea · 4 years, 1 month ago