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 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

