summaryrefslogtreecommitdiff
path: root/drivers/timer
Commit message (Expand)AuthorAgeFilesLines
* atcpit100: timer: Remove arch dependency.Rick Chen2017-11-301-1/+1
* cosmetic: atcpit100_timer: Use device api to get platdataRick Chen2017-11-301-2/+2
* cosmetic: atcpit100_timer: Rename function name as atcpit100Rick Chen2017-11-301-17/+17
* ae3xx: timer: Rename AE3XX to ATCPIT100Rick Chen2017-11-303-4/+5
* ae3xx: timer: Fix ae3xx timer work abnormal in 64 bit.Rick Chen2017-11-301-2/+2
* sti: fix STMicroelectronics copyrightPatrice Chotard2017-11-061-1/+2
* rockchip: timer: update for 32/64bit-aware OF_PLATDATAPhilipp Tomsich2017-09-181-1/+1
* rockchip: timer: Convert to livetreePhilipp Tomsich2017-09-181-1/+3
* rockchip: timer: implement timer_get_boot_usPhilipp Tomsich2017-09-181-5/+67
* dm: timer: handle being called before dm_root is readyPhilipp Tomsich2017-09-181-0/+7
* dm: timer: Convert to livetreePhilipp Tomsich2017-09-181-22/+23
* dm: x86: Allow TSC timer to be used before DM is readySimon Glass2017-09-161-5/+25
* x86: tsc: Add Airmont reference clock valuesBin Meng2017-09-161-7/+10
* 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