aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer
AgeCommit message (Expand)AuthorFilesLines
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini1-3/+1
2016-03-14dm: omap_timer: Fix conversion of address to a pointerLokesh Vutla1-1/+2
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+1
2016-02-26sandbox: timer: Support the early timerSimon Glass1-3/+15
2016-02-26timer: Provide an early timerSimon Glass1-0/+10
2016-02-26timer: Support tracing fullySimon Glass1-3/+3
2016-01-20timer: sandbox: work without device treeStephen Warren1-0/+10
2016-01-20dm: timer: refuse timers with zero clock_rateStephen Warren1-0/+11
2016-01-20drivers: timer: omap_timer: add timer driver for omap devices based on dmMugunthan V N3-0/+115
2016-01-20dm: timer: uclass: Add flag to control sequence numberingMugunthan V N1-0/+1
2016-01-20dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N1-0/+44
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