1. 97ab47d clk: zynqmp: Fix clk dump values by T Karthik Reddy · 3 years, 9 months ago
  2. 55a7814 clk: stm32mp1: gets root clocks from fdt by Etienne Carriere · 3 years, 9 months ago
  3. df070ce Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years, 9 months ago
  4. 277300f clk: versal: Add support to enable clocks by T Karthik Reddy · 3 years, 10 months ago
  5. 2aa360e clk: zynqmp: Add support to enable clocks by T Karthik Reddy · 3 years, 10 months ago
  6. 4171095 clk: zynq: Add dummy clock enable function by Michal Simek · 3 years, 10 months ago
  7. 9fcb0d7 clk: ti: improve debug messages for clkctrl driver by Dario Binacchi · 3 years, 10 months ago
  8. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 9 months ago
  9. 9589167 clk: at91: compat: partially revert "dm: Remove uses of device_bind_offset()" by Eugen Hristev · 3 years, 10 months ago
  10. 5c0ea51 clk: stm32mp1: add support of I2C6_K by Patrick Delaunay · 3 years, 10 months ago
  11. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  12. 6646c57 clk: x86: Correct the driver name by Simon Glass · 3 years, 10 months ago
  13. f73f581 clk: Add debugging for return values by Simon Glass · 3 years, 10 months ago
  14. d719a4d Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 3 years, 10 months ago
  15. e52dc3e clk: sunxi: Add support for H616 clocks by Jernej Skrabec · 3 years, 11 months ago
  16. 7bf38bc Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 3 years, 10 months ago
  17. f4d0d2b clk: add clock driver for MediaTek MT7620 SoC by developer · 4 years ago
  18. b1a8bb0 clk: imx: Add ECSPI to iMX8MN by Marek Vasut · 3 years, 10 months ago
  19. ce5ecc1 clk: aspeed: Add AST2600 clock support by Ryan Chen · 4 years ago
  20. 4b1c515 clk: mediatek: Add MT8183 clock driver by Fabien Parent · 4 years, 1 month ago
  21. 0c4ae80 clk: Add Microchip PolarFire SoC clock driver by Padmarao Begari · 3 years, 11 months ago
  22. f686e4d dm: fix build errors generated by last merges by Dario Binacchi · 3 years, 11 months ago
  23. 0f075f8 Merge tag 'u-boot-stm32-20210113' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 11 months ago
  24. 0542b01 Merge tag 'u-boot-amlogic-20210112' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 3 years, 11 months ago
  25. 88c7eb7 clk: clk_stm32h7: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
  26. a57b8cd clk: clk_stm32f: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
  27. 30cd91e clk: stm32mp1: migrate trace to dev and log macro by Patrick Delaunay · 4 years, 1 month ago
  28. d4352b8 clk: move clk-ti-sci driver to 'ti' directory by Dario Binacchi · 4 years ago
  29. 4707e38 clk: ti: omap4: add clock manager driver by Dario Binacchi · 4 years ago
  30. 59ea184 clk: ti: add support for clkctrl clocks by Dario Binacchi · 4 years ago
  31. b96e897 clk: ti: add gate clock driver by Dario Binacchi · 4 years ago
  32. d284157 clk: ti: add divider clock driver by Dario Binacchi · 4 years ago
  33. 6e6eb8b clk: ti: am33xx: add DPLL clock drivers by Dario Binacchi · 4 years ago
  34. da3b020 clk: ti: add mux clock driver by Dario Binacchi · 4 years ago
  35. b7f8589 clk: add clk_round_rate() by Dario Binacchi · 4 years ago
  36. 39fc7a6 clk: export generic routines by Dario Binacchi · 4 years ago
  37. b1cddab clk: meson: add minimal driver for g12a-ao clocks by Marek Szyprowski · 4 years ago
  38. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
  39. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
  40. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  41. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  42. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
  43. 6211d76 dm: core: Access device flags through functions by Simon Glass · 4 years ago
  44. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  45. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  46. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  47. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  48. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  49. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  50. 6996c66 dm: Remove uses of device_bind_offset() by Simon Glass · 4 years ago
  51. f846537 dm: core: Rename device_bind() to device_bind_offset() by Simon Glass · 4 years ago
  52. df486ef Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 4 years ago
  53. a35318b Merge tag 'u-boot-stm32-20201209' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 4 years ago
  54. 5d9950d treewide: Update email address Patrick Delaunay and Patrice Chotard by Patrice Chotard · 4 years ago
  55. 84503cd clk: at91: sam9x60: remove the parsing of atmel, main-osc-bypass by Claudiu Beznea · 4 years ago
  56. c4a3290 imx: clk: added IPG Clock for I2C on imx8qm by Oliver Graute · 4 years ago
  57. 18e4ab6 clk: sunxi: add compatible string for V3 by Icenowy Zheng · 4 years, 1 month ago
  58. 66327ce rockchip: rk3399: Init clocks in U-Boot proper if SPL was not run by Alper Nebi Yasak · 4 years, 1 month ago
  59. cf64893 Merge tag 'u-boot-rockchip-20201031' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 1 month ago
  60. 4ef38ce clk: rockchip: rk3399: implement getting wdt/alive clocks by Jack Mitchell · 4 years, 2 months ago
  61. 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 2 months ago
  62. 6b927b1 dm: test: Add a test for of-platdata phandles by Simon Glass · 4 years, 2 months ago
  63. b213ffc clk: kendryte: no need to check argument of free() by Heinrich Schuchardt · 4 years, 2 months ago
  64. 863efd8 clk: ccf: replace the get_rate helper by Dario Binacchi · 4 years, 1 month ago
  65. 3434a5f clk: renesas: Import R8A774C0 clock tables from Linux 5.9 by Lad Prabhakar · 4 years, 1 month ago
  66. eb6474c clk: renesas: Add R8A774E1 clock tables by Biju Das · 4 years, 1 month ago
  67. 69159a2 clk: renesas: Add R8A774B1 clock tables by Biju Das · 4 years, 1 month ago
  68. 161bf54 clk: renesas: r8a774a1-cpg-mssr: Add R8A774A1 RPC clock by Biju Das · 4 years, 2 months ago
  69. 4eea088 clk: at91: sama7g5: add 5th divisor for mck0 layout and characteristics by Eugen Hristev · 4 years, 5 months ago
  70. 227fa12 clk: at91: clk-master: add 5th divisor for mck master by Eugen Hristev · 4 years, 5 months ago
  71. baf5b52 clk: at91: sam9x60: add support compatible with CCF by Claudiu Beznea · 4 years, 2 months ago
  72. 51f27a8 clk: at91: Include device_compat.h in compat.c by Tom Rini · 4 years, 1 month ago
  73. 1f4d206 clk: sifive: Include device_compat.h by Sean Anderson · 4 years, 2 months ago
  74. 5de2f33 treewide: Fix wrong CONFIG_IS_ENABLED() handling by Alper Nebi Yasak · 4 years, 2 months ago
  75. 9579301 clk: agilex: Additional membus writes for HPS PLL by Chee Hong Ang · 4 years, 5 months ago
  76. 2d94ee6 clk: agilex: Handle clock configuration differently in SPL and U-Boot proper by Chee Hong Ang · 4 years, 5 months ago
  77. 7609220 clk: agilex: Add clock enable support by Ley Foon Tan · 4 years, 5 months ago
  78. f94b0fd clk: agilex: Add NAND clock support by Ley Foon Tan · 4 years, 5 months ago
  79. d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 2 months ago
  80. 2a8bc03 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, 2 months ago
  81. 78928e1 clk: add clock driver for SCMI agents by Etienne Carriere · 4 years, 3 months ago
  82. 510bca3 riscv: clk: Add CLINT clock to kendryte clock driver by Sean Anderson · 4 years, 2 months ago
  83. 01c102d Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 2 months ago
  84. 34f6781 clk: fixed-rate: Enable DM_FLAG_PRE_RELOC flag by Michal Simek · 4 years, 2 months ago
  85. 3309308 xilinx: drivers: Use '_' instead of '-' in driver name by Michal Simek · 4 years, 11 months ago
  86. 57db4c4 clk: at91: sama7g5: add clock support by Claudiu Beznea · 4 years, 3 months ago
  87. 6fa9898 clk: at91: pmc: add generic clock ops by Claudiu Beznea · 4 years, 3 months ago
  88. 00e9b9a clk: at91: clk-generic: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
  89. d0c738b clk: at91: clk-peripheral: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
  90. ccb83c6 clk: at91: clk-system: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
  91. d96487b clk: at91: clk-programmable: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
  92. 6b5fa94 clk: at91: clk-utmi: add support for sama7g5 by Claudiu Beznea · 4 years, 3 months ago
  93. 96179bd clk: at91: clk-utmi: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
  94. e812b02 clk: at91: clk-master: add support for sama7g5 by Claudiu Beznea · 4 years, 3 months ago
  95. 1f9023a clk: at91: clk-master: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
  96. 923ac87 clk: at91: sam9x60-pll: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
  97. 5d40887 clk: at91: clk-main: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
  98. 731bddd clk: at91: sckc: add driver compatible with ccf by Claudiu Beznea · 4 years, 3 months ago
  99. 3f203a1 clk: at91: move clock code to compat.c by Claudiu Beznea · 4 years, 3 months ago
  100. 8fdb425 clk: at91: pmc: add helpers for clock drivers by Claudiu Beznea · 4 years, 3 months ago