aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer
AgeCommit message (Expand)AuthorFilesLines
2015-12-09x86: Move i8254_init() to x86_cpu_init_f()Bin Meng1-10/+0
2015-12-01x86: tsc: Move tsc_timer.c to drivers/timerBin Meng3-0/+397
2015-12-01dm: timer: Support 64-bit counterBin Meng3-6/+15
2015-12-01timer: sandbox: Use device tree to pass the clock frequencyBin Meng1-4/+0
2015-12-01timer: altera: Remove the codes to get clock frequencyBin Meng1-6/+0
2015-12-01dm: timer: Implement pre_probe()Bin Meng1-0/+13
2015-12-01dm: timer: Fix several nitsBin Meng2-8/+8
2015-11-19sandbox: add a sandbox timer and basic testThomas Chou3-0/+61
2015-11-18altera_timer: change ioremap to map_physmemThomas Chou1-2/+3
2015-11-06timer: altera_timer: minor clean upThomas Chou1-7/+7
2015-11-06timer: altera_timer: use BIT macroThomas Chou1-3/+3
2015-10-23nios2: convert altera timer to driver modelThomas Chou3-0/+112
2015-10-23dm: implement a Timer uclassThomas Chou3-0/+61