summaryrefslogtreecommitdiff
path: root/drivers/timer
AgeCommit message (Expand)Author
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini
2016-03-14dm: omap_timer: Fix conversion of address to a pointerLokesh Vutla
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-02-26sandbox: timer: Support the early timerSimon Glass
2016-02-26timer: Provide an early timerSimon Glass
2016-02-26timer: Support tracing fullySimon Glass
2016-01-20timer: sandbox: work without device treeStephen Warren
2016-01-20dm: timer: refuse timers with zero clock_rateStephen Warren
2016-01-20drivers: timer: omap_timer: add timer driver for omap devices based on dmMugunthan V N
2016-01-20dm: timer: uclass: Add flag to control sequence numberingMugunthan V N
2016-01-20dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N
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