1. b8aa85d atcpit100: timer: Remove arch dependency. by Rick Chen · 7 years ago
  2. 510f782 cosmetic: atcpit100_timer: Use device api to get platdata by Rick Chen · 7 years ago
  3. 1c2bf96 cosmetic: atcpit100_timer: Rename function name as atcpit100 by Rick Chen · 7 years ago
  4. af0861e ae3xx: timer: Rename AE3XX to ATCPIT100 by Rick Chen · 7 years ago
  5. 53e961a ae3xx: timer: Fix ae3xx timer work abnormal in 64 bit. by Rick Chen · 7 years ago
  6. 9e21624 sti: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  7. 2924a36 rockchip: timer: update for 32/64bit-aware OF_PLATDATA by Philipp Tomsich · 7 years ago
  8. 41f2c21 rockchip: timer: Convert to livetree by Philipp Tomsich · 7 years ago
  9. aad4d57 rockchip: timer: implement timer_get_boot_us by Philipp Tomsich · 7 years ago
  10. 63cf24a dm: timer: handle being called before dm_root is ready by Philipp Tomsich · 7 years ago
  11. 617fd62 dm: timer: Convert to livetree by Philipp Tomsich · 7 years ago
  12. 471919d dm: x86: Allow TSC timer to be used before DM is ready by Simon Glass · 7 years ago
  13. 7943dc2 x86: tsc: Add Airmont reference clock values by Bin Meng · 7 years ago
  14. 9b32b57 rockchip: timer: fix U_BOOT_DRIVER name by Philipp Tomsich · 7 years ago
  15. ce8a36f driver: timer: Add the Atmel PIT timer driver by Wenyou.Yang@microchip.com · 7 years ago
  16. 02a61b7 rockchip: timer: add device-model timer driver for RK3368 (and similar) by Philipp Tomsich · 7 years ago
  17. 4fac4ea dm: timer: normalise SPL and TPL support by Philipp Tomsich · 7 years ago
  18. 163796c timer: add OF_PLATDATA support for timer-uclass by Philipp Tomsich · 7 years ago
  19. f0e1c3e x86: kconfig: Select TIMER and X86_TSC_TIMER by Bin Meng · 7 years ago
  20. 6ffad64 x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr() by Bin Meng · 7 years ago
  21. 23ee9ab x86: tsc: Correct Silvermont reference clock values by Bin Meng · 7 years ago
  22. aeb581a x86: tsc: Update comments and expand definitions in freq_desc_tables[] by Bin Meng · 7 years ago
  23. c36aca7 x86: tsc: Remove the fail handling in try_msr_calibrate_tsc() by Bin Meng · 7 years ago
  24. d159ffb x86: tsc: Identify Intel-specific code by Bin Meng · 7 years ago
  25. f4ed4d7 x86: tsc: Read all ratio bits from MSR_PLATFORM_INFO by Bin Meng · 7 years ago
  26. 802b2c6 dm: core: Update lists_bind_fdt() to use ofnode by Simon Glass · 8 years ago
  27. 7a49443 dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 8 years ago
  28. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  29. f1113c9 nds32: Support AE3XX platform. by rick · 8 years ago
  30. 6d564b8 nds32: Support AG101P timer DM. by rick · 8 years ago
  31. 8f2c1da drivers: timer: Introduce ARC timer driver by Vlad Zakharov · 8 years ago
  32. 200a799 STiH410: Add STi timer driver by Patrice Chotard · 8 years ago
  33. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  34. f57bd00 aspeed: Add drivers common to all Aspeed SoCs by maxims@google.com · 8 years ago
  35. 36901a4 timer: Support clocks via phandle by Zakharov Vlad · 8 years ago
  36. e080b82 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  37. 5de3569 dm: omap_timer: Fix conversion of address to a pointer by Lokesh Vutla · 9 years ago
  38. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  39. 3c7c187b sandbox: timer: Support the early timer by Simon Glass · 9 years ago
  40. 32f6c17 timer: Provide an early timer by Simon Glass · 9 years ago
  41. 04cb14c timer: Support tracing fully by Simon Glass · 9 years ago
  42. 4faff28 timer: sandbox: work without device tree by Stephen Warren · 9 years ago
  43. 023ddfe dm: timer: refuse timers with zero clock_rate by Stephen Warren · 9 years ago
  44. afae370 drivers: timer: omap_timer: add timer driver for omap devices based on dm by Mugunthan V N · 9 years ago
  45. 5d0f01f dm: timer: uclass: Add flag to control sequence numbering by Mugunthan V N · 9 years ago
  46. 6f89d04 dm: timer: uclass: add timer init in uclass driver to add timer device by Mugunthan V N · 9 years ago
  47. b2e7898 x86: Move i8254_init() to x86_cpu_init_f() by Bin Meng · 9 years ago
  48. b2aa4c5 x86: tsc: Move tsc_timer.c to drivers/timer by Bin Meng · 9 years ago
  49. ab841b6 dm: timer: Support 64-bit counter by Bin Meng · 9 years ago
  50. d041c42 timer: sandbox: Use device tree to pass the clock frequency by Bin Meng · 9 years ago
  51. eb576c1 timer: altera: Remove the codes to get clock frequency by Bin Meng · 9 years ago
  52. f786c64 dm: timer: Implement pre_probe() by Bin Meng · 9 years ago
  53. 8a7b864 dm: timer: Fix several nits by Bin Meng · 9 years ago
  54. 7b059dc sandbox: add a sandbox timer and basic test by Thomas Chou · 9 years ago
  55. d82a4d3 altera_timer: change ioremap to map_physmem by Thomas Chou · 9 years ago
  56. 90b1d79 timer: altera_timer: minor clean up by Thomas Chou · 9 years ago
  57. 9baccdc timer: altera_timer: use BIT macro by Thomas Chou · 9 years ago
  58. 221d2ac nios2: convert altera timer to driver model by Thomas Chou · 9 years ago
  59. fb798b1 dm: implement a Timer uclass by Thomas Chou · 9 years ago