1. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  2. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  3. 25a5818 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 5 months ago
  4. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  5. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  6. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  7. 6609d12 timer MediaTek use upstream compatible by Matthias Brugger · 4 years, 5 months ago
  8. 5b5699c timer: sti: use clk API to get timer clock rate by Nicolas Heemeryck · 4 years, 6 months ago
  9. 123123d timer: sti: convert to livetree by Nicolas Heemeryck · 4 years, 6 months ago
  10. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  11. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  12. 057b613 timer: Add driver for Nomadik Multi Timer Unit (MTU) by Stephan Gerhold · 4 years, 9 months ago
  13. 642e848 x86: timer: Reduce timer code size in TPL on Intel CPUs by Simon Glass · 4 years, 10 months ago
  14. 77dd7c6 x86: timer: use a timer base of 0 by Simon Glass · 4 years, 10 months ago
  15. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 4 years, 10 months ago
  16. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 4 years, 10 months ago
  17. 036a017 common: Move wait_ticks functions out of common.h by Simon Glass · 4 years, 10 months ago
  18. c3e4430 common: Drop global inclusion of status_led.h by Simon Glass · 4 years, 10 months ago
  19. 9ce2aa1 Drop CONFIG_SHOW_ACTIVITY by Simon Glass · 4 years, 10 months ago
  20. caaaf62 timer: dw-apb: add reset handling by Simon Goldschmidt · 5 years ago
  21. a478a26 x86: timer: Use a separate flag for whether timer is inited by Simon Glass · 5 years ago
  22. 096c71e x86: timer: Set up the timer in timer_early_get_count() by Simon Glass · 5 years ago
  23. 7efb4a6 dm: timer: Skip device that does not have a valid ofnode in pre_probe() by Bin Meng · 5 years ago
  24. 460a97f timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTR by Simon Goldschmidt · 5 years ago
  25. 4d0732b timer: renesas: Add RZ/A1 R7S72100 OSTM timer driver by Marek Vasut · 5 years ago
  26. 15f09a1 rockchip: use 'arch-rockchip' as header file path by Kever Yang · 5 years ago
  27. ceb6ddb Merge tag 'u-boot-amlogic-20190423' of git://git.denx.de/u-boot-amlogic by Tom Rini · 5 years ago
  28. d0a9b82 regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offset by Neil Armstrong · 5 years ago
  29. e09c1a1 timer: dw-apb: Add missing 64bit up-conversion by Marek Vasut · 5 years ago
  30. ca7db86 x86: tsc: Add support for native calibration of TSC freq by Bernhard Messerklinger · 6 years ago
  31. 60262cd0 timer: Add generic driver for RISC-V privileged architecture defined timer by Bin Meng · 6 years ago
  32. d3c3606 timer: MediaTek: add timer driver for MediaTek SoCs by Ryder Lee · 6 years ago
  33. d7a184d timer: Remove DM_FLAG_PRE_RELOC flag in various drivers by Bin Meng · 6 years ago
  34. 73fe411 timer: Sort Kconfig driver entries by Bin Meng · 6 years ago
  35. 8d773c4 dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt() by Bin Meng · 6 years ago
  36. 6ce3836 x86: tsc: Introduce config option for early timer frequency by Bin Meng · 6 years ago
  37. 97d20f6 Enable CONFIG_TIMER_EARLY with bootstage by Simon Glass · 6 years ago
  38. 2c21749 timer: Add MPC83xx timer driver by Mario Six · 6 years ago
  39. d259f97 timer: Sort Makefile entries by Mario Six · 6 years ago
  40. 84b4221 dm: omap-timer: Update clock rate only if not populated by Lokesh Vutla · 6 years ago
  41. 3ee15a5 dm: omap-timer: Use 64bit for counter values by Lokesh Vutla · 6 years ago
  42. 66011a0 timer: dw-apb: Add Designware APB timer driver by Marek Vasut · 6 years ago
  43. 165db7c x86: tsc: Try hardware calibration first by Bin Meng · 6 years ago
  44. 94e72a6 x86: timer: tsc: Allow specifying clock rate from device tree again by Bin Meng · 6 years ago
  45. 56c0e64 timer: cadence: Implement timer_get_boot_us by Michal Simek · 6 years ago
  46. acc2482 x86: tsc: add support for reading CPU freq from cpuid by Christian Gmeiner · 6 years ago
  47. 72b8810 timer: cadence: Use live-tree functions by Michal Simek · 6 years ago
  48. 72c37d1 timer: Add Cadence TTC timer counter support by Michal Simek · 6 years ago
  49. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  50. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  51. e0e1d3f rockchip: timer: add compatible strings for rk3188 and rk3288 by Philipp Tomsich · 6 years ago
  52. 5120a08 timer: stm32: Add timer support for STM32 SoCs family by Patrice Chotard · 7 years ago
  53. 0f4a395 atcpit100: timer: Remove arch dependency. by Rick Chen · 7 years ago
  54. c6c85dc cosmetic: atcpit100_timer: Use device api to get platdata by Rick Chen · 7 years ago
  55. 033d408 cosmetic: atcpit100_timer: Rename function name as atcpit100 by Rick Chen · 7 years ago
  56. fa3e354 ae3xx: timer: Rename AE3XX to ATCPIT100 by Rick Chen · 7 years ago
  57. 0e920ef ae3xx: timer: Fix ae3xx timer work abnormal in 64 bit. by Rick Chen · 7 years ago
  58. fb48bc4 sti: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  59. 8158a84 rockchip: timer: update for 32/64bit-aware OF_PLATDATA by Philipp Tomsich · 7 years ago
  60. 6675c95 rockchip: timer: Convert to livetree by Philipp Tomsich · 7 years ago
  61. cc7ce94 rockchip: timer: implement timer_get_boot_us by Philipp Tomsich · 7 years ago
  62. af82315 dm: timer: handle being called before dm_root is ready by Philipp Tomsich · 7 years ago
  63. b61e8b0 dm: timer: Convert to livetree by Philipp Tomsich · 7 years ago
  64. 2ff50f5 dm: x86: Allow TSC timer to be used before DM is ready by Simon Glass · 7 years ago
  65. 3df39ef x86: tsc: Add Airmont reference clock values by Bin Meng · 7 years ago
  66. 5798d50 rockchip: timer: fix U_BOOT_DRIVER name by Philipp Tomsich · 7 years ago
  67. 47edaea driver: timer: Add the Atmel PIT timer driver by Wenyou.Yang@microchip.com · 7 years ago
  68. 1168d2d rockchip: timer: add device-model timer driver for RK3368 (and similar) by Philipp Tomsich · 7 years ago
  69. e9e5d9d dm: timer: normalise SPL and TPL support by Philipp Tomsich · 7 years ago
  70. b1a1600 timer: add OF_PLATDATA support for timer-uclass by Philipp Tomsich · 7 years ago
  71. 0ce9c57 x86: kconfig: Select TIMER and X86_TSC_TIMER by Bin Meng · 7 years ago
  72. 167a401 x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr() by Bin Meng · 7 years ago
  73. f575715 x86: tsc: Correct Silvermont reference clock values by Bin Meng · 7 years ago
  74. c636774 x86: tsc: Update comments and expand definitions in freq_desc_tables[] by Bin Meng · 7 years ago
  75. fde1801 x86: tsc: Remove the fail handling in try_msr_calibrate_tsc() by Bin Meng · 7 years ago
  76. 0b992e4 x86: tsc: Identify Intel-specific code by Bin Meng · 7 years ago
  77. d92e9c8 x86: tsc: Read all ratio bits from MSR_PLATFORM_INFO by Bin Meng · 7 years ago
  78. f5b5719 dm: core: Update lists_bind_fdt() to use ofnode by Simon Glass · 7 years ago
  79. da409cc dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 7 years ago
  80. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  81. b841b6e nds32: Support AE3XX platform. by rick · 7 years ago
  82. f5076f8 nds32: Support AG101P timer DM. by rick · 7 years ago
  83. ad9b5f7 drivers: timer: Introduce ARC timer driver by Vlad Zakharov · 8 years ago
  84. 347cb2e STiH410: Add STi timer driver by Patrice Chotard · 8 years ago
  85. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  86. 4697abe aspeed: Add drivers common to all Aspeed SoCs by maxims@google.com · 8 years ago
  87. a5acafb timer: Support clocks via phandle by Zakharov Vlad · 8 years ago
  88. 88033d7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  89. 871ca26 dm: omap_timer: Fix conversion of address to a pointer by Lokesh Vutla · 9 years ago
  90. 3f603cb dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  91. 01476ea sandbox: timer: Support the early timer by Simon Glass · 9 years ago
  92. c95fec3 timer: Provide an early timer by Simon Glass · 9 years ago
  93. 4f05182 timer: Support tracing fully by Simon Glass · 9 years ago
  94. bb883f8 timer: sandbox: work without device tree by Stephen Warren · 9 years ago
  95. 0a7edce dm: timer: refuse timers with zero clock_rate by Stephen Warren · 9 years ago
  96. dadf313 drivers: timer: omap_timer: add timer driver for omap devices based on dm by Mugunthan V N · 9 years ago
  97. a5d8011 dm: timer: uclass: Add flag to control sequence numbering by Mugunthan V N · 9 years ago
  98. c833697 dm: timer: uclass: add timer init in uclass driver to add timer device by Mugunthan V N · 9 years ago
  99. 4932443 x86: Move i8254_init() to x86_cpu_init_f() by Bin Meng · 9 years ago
  100. 7030f27 x86: tsc: Move tsc_timer.c to drivers/timer by Bin Meng · 9 years ago