u-boot/drivers/timer
Bin Meng 9ca07ebbac dm: timer: Support 64-bit counter
There are timers with a 64-bit counter value but current timer
uclass driver assumes a 32-bit one. Modify timer_get_count()
to ask timer driver to always return a 64-bit counter value,
and provide an inline helper function timer_conv_64() to handle
the 32-bit/64-bit conversion automatically.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
2015-12-01 06:23:51 -07:00
..
altera_timer.c dm: timer: Support 64-bit counter 2015-12-01 06:23:51 -07:00
Kconfig dm: timer: Fix several nits 2015-12-01 06:23:51 -07:00
Makefile sandbox: add a sandbox timer and basic test 2015-11-19 20:13:41 -07:00
sandbox_timer.c dm: timer: Support 64-bit counter 2015-12-01 06:23:51 -07:00
timer-uclass.c dm: timer: Support 64-bit counter 2015-12-01 06:23:51 -07:00