summaryrefslogtreecommitdiff
path: root/drivers/timer
AgeCommit message (Expand)Author
2015-12-09x86: Move i8254_init() to x86_cpu_init_f()Bin Meng
2015-12-01x86: tsc: Move tsc_timer.c to drivers/timerBin Meng
2015-12-01dm: timer: Support 64-bit counterBin Meng
2015-12-01timer: sandbox: Use device tree to pass the clock frequencyBin Meng
2015-12-01timer: altera: Remove the codes to get clock frequencyBin Meng
2015-12-01dm: timer: Implement pre_probe()Bin Meng
2015-12-01dm: timer: Fix several nitsBin Meng
2015-11-19sandbox: add a sandbox timer and basic testThomas Chou
2015-11-18altera_timer: change ioremap to map_physmemThomas Chou
2015-11-06timer: altera_timer: minor clean upThomas Chou
2015-11-06timer: altera_timer: use BIT macroThomas Chou
2015-10-23nios2: convert altera timer to driver modelThomas Chou
2015-10-23dm: implement a Timer uclassThomas Chou