summaryrefslogtreecommitdiffstats
path: root/drivers/timer
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-dmTom Rini2016-03-141-3/+1
|\
| * dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-3/+1
* | dm: omap_timer: Fix conversion of address to a pointerLokesh Vutla2016-03-141-1/+2
|/
* sandbox: timer: Support the early timerSimon Glass2016-02-261-3/+15
* timer: Provide an early timerSimon Glass2016-02-261-0/+10
* timer: Support tracing fullySimon Glass2016-02-261-3/+3
* timer: sandbox: work without device treeStephen Warren2016-01-201-0/+10
* dm: timer: refuse timers with zero clock_rateStephen Warren2016-01-201-0/+11
* drivers: timer: omap_timer: add timer driver for omap devices based on dmMugunthan V N2016-01-203-0/+115
* dm: timer: uclass: Add flag to control sequence numberingMugunthan V N2016-01-201-0/+1
* dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N2016-01-201-0/+44
* x86: Move i8254_init() to x86_cpu_init_f()Bin Meng2015-12-091-10/+0
* x86: tsc: Move tsc_timer.c to drivers/timerBin Meng2015-12-013-0/+397
* dm: timer: Support 64-bit counterBin Meng2015-12-013-6/+15
* timer: sandbox: Use device tree to pass the clock frequencyBin Meng2015-12-011-4/+0
* timer: altera: Remove the codes to get clock frequencyBin Meng2015-12-011-6/+0
* dm: timer: Implement pre_probe()Bin Meng2015-12-011-0/+13
* dm: timer: Fix several nitsBin Meng2015-12-012-8/+8
* sandbox: add a sandbox timer and basic testThomas Chou2015-11-193-0/+61
* altera_timer: change ioremap to map_physmemThomas Chou2015-11-181-2/+3
* timer: altera_timer: minor clean upThomas Chou2015-11-061-7/+7
* timer: altera_timer: use BIT macroThomas Chou2015-11-061-3/+3
* nios2: convert altera timer to driver modelThomas Chou2015-10-233-0/+112
* dm: implement a Timer uclassThomas Chou2015-10-233-0/+61
OpenPOWER on IntegriCloud