[U-Boot] [PATCH 0/4] dm: omap-timer: Make timer driver SoC independent

Lokesh Vutla lokeshvutla at ti.com
Thu Aug 16 12:56:51 UTC 2018


Make omap timer driver independent of SoC, so that new
generation TI SoCs can use this driver without any dependencies.

Lokesh Vutla (4):
  arm: omap4+: Move SCLK to include/configs
  dm: omap-timer: Do not include asm/arch/clock.h
  dm: omap-timer: Use 64bit for counter values
  dm: omap-timer: Update clock rate only if not populated

 arch/arm/include/asm/arch-omap4/clock.h | 4 ----
 arch/arm/include/asm/arch-omap5/clock.h | 8 --------
 drivers/timer/omap-timer.c              | 7 ++++---
 include/configs/ti_omap4_common.h       | 4 ++++
 include/configs/ti_omap5_common.h       | 8 ++++++++
 5 files changed, 16 insertions(+), 15 deletions(-)

-- 
2.18.0



More information about the U-Boot mailing list