1. 9a13a76 timer: orion-timer: Fix problem in early_init_done() by Stefan Roese · 1 year, 8 months ago
  2. cebdfc2 Merge branch 'next' by Tom Rini · 1 year, 9 months ago
  3. 5387b09 timer: orion-timer: Fix problem with early static variable by Stefan Roese · 1 year, 9 months ago
  4. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 10 months ago
  5. b34bc22 timer: xilinx-timer: use timer_conv_64() to fix timer wrap around by Ovidiu Panait · 2 years ago
  6. 8272d4c timer-uclass: relocate ops pointers for CONFIG_NEEDS_MANUAL_RELOC by Ovidiu Panait · 2 years ago
  7. 1e766a0 timer-uclass: add timer_get_ops() macro by Ovidiu Panait · 2 years ago
  8. 36bc9b6 Merge branch '2022-11-02-assorted-updates' by Tom Rini · 1 year, 11 months ago
  9. a5dfa3b riscv: Rename Andes PLIC to PLICSW by Yu Chien Peter Lin · 1 year, 11 months ago
  10. 731d108 timer: add SP804 UCLASS timer driver by Andre Przywara · 1 year, 11 months ago
  11. 35751c7 timer: sti: convert sti-timer to arm a9 global timer by William Zhang · 2 years, 1 month ago
  12. 37bb396 timer: orion-timer: Only init timer once by Stefan Roese · 2 years ago
  13. 980e107 timer: mtk: add support for MediaTek MT7981/MT7986 SoCs by Weijie Gao · 2 years ago
  14. a68f13a timer: orion-timer: Add timer_get_boot_us() for BOOTSTAGE support by Stefan Roese · 2 years ago
  15. 89fd0cc timer: orion-timer: Add support for other Armada SoC's by Stefan Roese · 2 years ago
  16. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years ago
  17. 5996a8a timer: orion-timer: Use timer_conv_64() to fix timer wrap around by Stefan Roese · 2 years ago
  18. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 1 month ago
  19. b7e0750 zynq: Convert arm twd timer to DM driver by Stefan Herbrechtsmeier · 2 years, 2 months ago
  20. e9e73d7 timer: add orion-timer support by Michael Walle · 2 years, 1 month ago
  21. c316ee6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 3 months ago
  22. 728a86e timer: Add SPL_REGMAP dependency for Xilinx timer by Michal Simek · 2 years, 3 months ago
  23. a36d867 microblaze: Convert axi timer to DM driver by Michal Simek · 2 years, 3 months ago
  24. b25913b timer: gxp: Add HPE GXP timer support by Nick Hawkins · 2 years, 4 months ago
  25. 12f613c arm: omap2plus: Move CONFIG_SYS_PTV out of CONFIG namespace by Tom Rini · 2 years, 4 months ago
  26. b789e4f timer: npcm: Add NPCM timer support by Jim Liu · 2 years, 5 months ago
  27. 747093d vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 5 months ago
  28. 632422d timers: atmel_pit: introduce CONFIG_SPL_ATMEL_PIT_TIMER by Eugen Hristev · 2 years, 6 months ago
  29. e135d2c timers: atmel_tcb: introduce CONFIG_SPL_ATMEL_TCB by Eugen Hristev · 2 years, 6 months ago
  30. 1123213 nds32: Remove the architecture by Tom Rini · 2 years, 6 months ago
  31. 3930209 rockchip: timer: dw-apb-timer: fix whitespace in U_BOOT_DRIVER structure by Johan Jonker · 2 years, 6 months ago
  32. 516e216 rockchip: timer: add OF_PLATDATA support for dw-apb-timer by Johan Jonker · 2 years, 6 months ago
  33. 037ef53 Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 6 months ago
  34. 70fb1ae timer: atmel_tcb_timer: add atmel_tcb driver by Clément Léger · 2 years, 6 months ago
  35. dcbdd24 timer: cadence: Add bind function to driver by Michal Simek · 3 years ago
  36. e660cfa omap: timer: implement timer_get_boot_us by Christian Gmeiner · 2 years, 9 months ago
  37. 2f8a6db Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · 2 years, 9 months ago
  38. 776bf6a Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years ago
  39. 38f7d3b cmd: bind: Fix driver binding on a device by Patrice Chotard · 3 years ago
  40. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years ago
  41. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years ago
  42. dcfc42b treewide: Try to avoid the preprocessor with OF_REAL by Simon Glass · 3 years, 2 months ago
  43. 9539738 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 2 months ago
  44. 5824bc6 x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQ by Bin Meng · 3 years, 2 months ago
  45. 0e6956c timer: nomadik-mtu: Use dev_read_addr_ptr() by Stephan Gerhold · 3 years, 3 months ago
  46. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 5 months ago
  47. f8c8573 timer: imx-gpt: Add timer support for i.MX SoCs family by Giulio Benetti · 3 years, 4 months ago
  48. a6d7e8c riscv: Split SiFive CLINT support between SPL and U-Boot proper by Bin Meng · 3 years, 5 months ago
  49. 933ada5 allow opting out of WATCHDOG_RESET() from timer interrupt by Rasmus Villemoes · 3 years, 5 months ago
  50. 2156016 timer: mpc83xx_timer: fix build with CONFIG_{HW_, }WATCHDOG by Rasmus Villemoes · 3 years, 5 months ago
  51. 9c02e50 timer: sifive_clint: Support the official clint DT bindings by Bin Meng · 3 years, 6 months ago
  52. 529d5f9 cpu: Rename SPL_CPU_SUPPORT to SPL_CPU by Simon Glass · 3 years, 6 months ago
  53. 539db6a sandbox: Only call timer_timebase_fallback() if present by Simon Glass · 3 years, 6 months ago
  54. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  55. 9edf20f x86: tsc_timer: Correct overflow in __udelay() by Simon Glass · 3 years, 8 months ago
  56. 63779b2 timer: mtk_timer: initialize the timer before use by Weijie Gao · 3 years, 8 months ago
  57. bc8d12b riscv: timer: Add support for an early timer by Pragnesh Patel · 3 years, 8 months ago
  58. 1ac7d52 timer: stm32: migrate trace to log macro by Patrick Delaunay · 3 years, 11 months ago
  59. 11326f3 omap: timer: fix the rate setting by Dario Binacchi · 3 years, 9 months ago
  60. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 9 months ago
  61. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 9 months ago
  62. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 9 months ago
  63. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 9 months ago
  64. 8b842be x86: apl: Reduce size for TPL by Simon Glass · 3 years, 9 months ago
  65. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  66. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  67. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  68. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  69. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  70. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  71. 0f8106f treewide: Update email address Patrick Delaunay and Patrice Chotard by Patrice Chotard · 3 years, 10 months ago
  72. 3a8ee3d board: Rename uclass to sysinfo by Simon Glass · 3 years, 11 months ago
  73. 9d20db0 x86: Fix up driver names to avoid dtoc warnings by Simon Glass · 4 years ago
  74. 47d7e3b riscv: Move timer portions of SiFive CLINT to drivers/timer by Sean Anderson · 4 years ago
  75. 7dbebeb timer: Add _TIMER suffix to Andes PLMT Kconfig by Sean Anderson · 4 years ago
  76. 79b135f riscv: Move Andes PLMT driver to drivers/timer by Sean Anderson · 4 years ago
  77. 8af7bb9 timer: Return count from timer_ops.get_count by Sean Anderson · 4 years ago
  78. a5d4f86 timer: Include device_compat.h by Sean Anderson · 4 years ago
  79. 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 ago
  80. 7616e36 timer: Add a test for timer_timebase_fallback by Sean Anderson · 4 years ago
  81. 3576121 timer: Add helper for drivers using timebase fallback by Sean Anderson · 4 years ago
  82. c33efaf riscv: Rework riscv timer driver to only support S-mode by Sean Anderson · 4 years ago
  83. ed1b726 timer: mchp-pit64b: add support for pit64b by Claudiu Beznea · 4 years, 1 month ago
  84. 702e57e treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  85. 3fe69d3 dm: core: Fix devfdt_get_addr_ptr return value by Ovidiu Panait · 4 years, 2 months ago
  86. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  87. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  88. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  89. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  90. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  91. 25a5818 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 5 months ago
  92. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  93. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  94. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  95. 6609d12 timer MediaTek use upstream compatible by Matthias Brugger · 4 years, 5 months ago
  96. 5b5699c timer: sti: use clk API to get timer clock rate by Nicolas Heemeryck · 4 years, 6 months ago
  97. 123123d timer: sti: convert to livetree by Nicolas Heemeryck · 4 years, 6 months ago
  98. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  99. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  100. 057b613 timer: Add driver for Nomadik Multi Timer Unit (MTU) by Stephan Gerhold · 4 years, 9 months ago