u-boot-brain/drivers/timer
Stephen Warren 0a7edce0ef dm: timer: refuse timers with zero clock_rate
If a timer has a zero clock_rate, get_tbclk() will return zero for it,
which will cause tick_to_time() to perform a division-by-zero, which will
crash U-Boot.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
2016-01-20 19:06:23 -07:00
..
altera_timer.c dm: timer: Support 64-bit counter 2015-12-01 06:23:51 -07:00
Kconfig drivers: timer: omap_timer: add timer driver for omap devices based on dm 2016-01-20 19:06:21 -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 drivers: timer: omap_timer: add timer driver for omap devices based on dm 2016-01-20 19:06:21 -07:00
sandbox_timer.c dm: timer: Support 64-bit counter 2015-12-01 06:23:51 -07:00
timer-uclass.c dm: timer: refuse timers with zero clock_rate 2016-01-20 19:06:23 -07:00
tsc_timer.c x86: Move i8254_init() to x86_cpu_init_f() 2015-12-09 17:44:44 +08:00