drivers: timer: Introduce ARC timer driverThis commit introduces timer driver for ARC.ARC timers are configured via ARC AUX registers so we use specialfunctions to access timer control registers
drivers: timer: Introduce ARC timer driverThis commit introduces timer driver for ARC.ARC timers are configured via ARC AUX registers so we use specialfunctions to access timer control registers.This driver allows utilization of either timer0 or timer1depending on which one is available in real hardware. Essentiallyonly existing timers should be mentioned in board's Device Treedescription.Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
sandbox: add a sandbox timer and basic testAdd a sandbox timer which get time from host os and a basictest.Signed-off-by: Thomas Chou <thomas@wytron.com.tw>Reviewed-by: Simon Glass <sjg@chromiu
sandbox: add a sandbox timer and basic testAdd a sandbox timer which get time from host os and a basictest.Signed-off-by: Thomas Chou <thomas@wytron.com.tw>Reviewed-by: Simon Glass <sjg@chromium.org>
nios2: convert altera timer to driver modelConvert altera timer to driver model.Signed-off-by: Thomas Chou <thomas@wytron.com.tw>Acked-by: Chin Liang See <clsee@altera.com>