summaryrefslogtreecommitdiff
path: root/drivers/timer
AgeCommit message (Expand)AuthorFilesLines
2017-11-30atcpit100: timer: Remove arch dependency.Rick Chen1-1/+1
2017-11-30cosmetic: atcpit100_timer: Use device api to get platdataRick Chen1-2/+2
2017-11-30cosmetic: atcpit100_timer: Rename function name as atcpit100Rick Chen1-17/+17
2017-11-30ae3xx: timer: Rename AE3XX to ATCPIT100Rick Chen3-4/+5
2017-11-30ae3xx: timer: Fix ae3xx timer work abnormal in 64 bit.Rick Chen1-2/+2
2017-11-06sti: fix STMicroelectronics copyrightPatrice Chotard1-1/+2
2017-09-18rockchip: timer: update for 32/64bit-aware OF_PLATDATAPhilipp Tomsich1-1/+1
2017-09-18rockchip: timer: Convert to livetreePhilipp Tomsich1-1/+3
2017-09-18rockchip: timer: implement timer_get_boot_usPhilipp Tomsich1-5/+67
2017-09-18dm: timer: handle being called before dm_root is readyPhilipp Tomsich1-0/+7
2017-09-18dm: timer: Convert to livetreePhilipp Tomsich1-22/+23
2017-09-16dm: x86: Allow TSC timer to be used before DM is readySimon Glass1-5/+25
2017-09-16x86: tsc: Add Airmont reference clock valuesBin Meng1-7/+10
2017-09-05rockchip: timer: fix U_BOOT_DRIVER namePhilipp Tomsich1-1/+1
2017-08-26driver: timer: Add the Atmel PIT timer driverWenyou.Yang@microchip.com3-0/+99
2017-08-13rockchip: timer: add device-model timer driver for RK3368 (and similar)Philipp Tomsich3-0/+115
2017-08-13dm: timer: normalise SPL and TPL supportPhilipp Tomsich2-1/+19
2017-08-13timer: add OF_PLATDATA support for timer-uclassPhilipp Tomsich1-2/+6
2017-08-01x86: kconfig: Select TIMER and X86_TSC_TIMERBin Meng1-1/+0
2017-08-01x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr()Bin Meng1-4/+9
2017-08-01x86: tsc: Correct Silvermont reference clock valuesBin Meng1-4/+4
2017-08-01x86: tsc: Update comments and expand definitions in freq_desc_tables[]Bin Meng1-15/+9
2017-08-01x86: tsc: Remove the fail handling in try_msr_calibrate_tsc()Bin Meng1-9/+0
2017-08-01x86: tsc: Identify Intel-specific codeBin Meng1-0/+4
2017-08-01x86: tsc: Read all ratio bits from MSR_PLATFORM_INFOBin Meng1-1/+1
2017-06-01dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass1-1/+2
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass5-5/+5
2017-05-22nds32: Support AE3XX platform.rick3-3/+127
2017-05-22nds32: Support AG101P timer DM.rick3-0/+129
2017-03-24drivers: timer: Introduce ARC timer driverVlad Zakharov3-0/+123
2017-03-15STiH410: Add STi timer driverPatrice Chotard3-0/+86
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2017-01-28aspeed: Add drivers common to all Aspeed SoCsmaxims@google.com3-0/+110
2016-12-27timer: Support clocks via phandleZakharov Vlad1-3/+14
2016-03-15Merge git://git.denx.de/u-boot-dmTom Rini1-3/+1
2016-03-15dm: omap_timer: Fix conversion of address to a pointerLokesh Vutla1-1/+2
2016-03-15dm: 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-21timer: sandbox: work without device treeStephen Warren1-0/+10
2016-01-21dm: timer: refuse timers with zero clock_rateStephen Warren1-0/+11
2016-01-21drivers: timer: omap_timer: add timer driver for omap devices based on dmMugunthan V N3-0/+115
2016-01-21dm: timer: uclass: Add flag to control sequence numberingMugunthan V N1-0/+1
2016-01-21dm: 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