u-boot-brain/drivers/timer
Lokesh Vutla 871ca263ab dm: omap_timer: Fix conversion of address to a pointer
OMAP timer driver directly typecasts fdt_addr_t to a pointer. This is
not strictly correct, as it gives a build warning when fdt_addr_t is u64.
So, use map_physmem for a proper typecasts.

This is inspired by commit 167efe01bc ("dm: ns16550: Use an address
instead of a pointer for the uart base")

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2016-03-14 19:18:45 -04:00
..
altera_timer.c dm: timer: Support 64-bit counter 2015-12-01 06:23:51 -07:00
Kconfig timer: Provide an early timer 2016-02-26 08:53:10 -07:00
Makefile drivers: timer: omap_timer: add timer driver for omap devices based on dm 2016-01-20 19:06:21 -07:00
omap-timer.c dm: omap_timer: Fix conversion of address to a pointer 2016-03-14 19:18:45 -04:00
sandbox_timer.c sandbox: timer: Support the early timer 2016-02-26 08:53:10 -07:00
timer-uclass.c timer: Support tracing fully 2016-02-26 08:53:10 -07:00
tsc_timer.c x86: Move i8254_init() to x86_cpu_init_f() 2015-12-09 17:44:44 +08:00