summaryrefslogtreecommitdiffstats
path: root/drivers/timer
Commit message (Expand)AuthorAgeFilesLines
* rockchip: timer: fix U_BOOT_DRIVER namePhilipp Tomsich2017-09-051-1/+1
* driver: timer: Add the Atmel PIT timer driverWenyou.Yang@microchip.com2017-08-263-0/+99
* rockchip: timer: add device-model timer driver for RK3368 (and similar)Philipp Tomsich2017-08-133-0/+115
* dm: timer: normalise SPL and TPL supportPhilipp Tomsich2017-08-132-1/+19
* timer: add OF_PLATDATA support for timer-uclassPhilipp Tomsich2017-08-131-2/+6
* x86: kconfig: Select TIMER and X86_TSC_TIMERBin Meng2017-08-011-1/+0
* x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr()Bin Meng2017-08-011-4/+9
* x86: tsc: Correct Silvermont reference clock valuesBin Meng2017-08-011-4/+4
* x86: tsc: Update comments and expand definitions in freq_desc_tables[]Bin Meng2017-08-011-15/+9
* x86: tsc: Remove the fail handling in try_msr_calibrate_tsc()Bin Meng2017-08-011-9/+0
* x86: tsc: Identify Intel-specific codeBin Meng2017-08-011-0/+4
* x86: tsc: Read all ratio bits from MSR_PLATFORM_INFOBin Meng2017-08-011-1/+1
* dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass2017-06-011-1/+2
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-1/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-015-5/+5
* nds32: Support AE3XX platform.rick2017-05-223-3/+127
* nds32: Support AG101P timer DM.rick2017-05-223-0/+129
* drivers: timer: Introduce ARC timer driverVlad Zakharov2017-03-243-0/+123
* STiH410: Add STi timer driverPatrice Chotard2017-03-143-0/+86
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* aspeed: Add drivers common to all Aspeed SoCsmaxims@google.com2017-01-283-0/+110
* timer: Support clocks via phandleZakharov Vlad2016-12-271-3/+14
* 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