aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer
AgeCommit message (Expand)AuthorFilesLines
2018-07-02x86: timer: tsc: Allow specifying clock rate from device tree againBin Meng1-2/+11
2018-06-15timer: cadence: Implement timer_get_boot_usMichal Simek1-0/+22
2018-06-13x86: tsc: add support for reading CPU freq from cpuidChristian Gmeiner1-5/+24
2018-05-31timer: cadence: Use live-tree functionsMichal Simek1-1/+3
2018-05-11timer: Add Cadence TTC timer counter supportMichal Simek3-0/+99
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini14-29/+14
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini5-10/+0
2018-04-25rockchip: timer: add compatible strings for rk3188 and rk3288Philipp Tomsich1-0/+2
2018-03-13timer: stm32: Add timer support for STM32 SoCs familyPatrice Chotard3-0/+146
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-14STiH410: 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-14Merge git://git.denx.de/u-boot-dmTom Rini1-3/+1
2016-03-14dm: omap_timer: Fix conversion of address to a pointerLokesh Vutla1-1/+2
2016-03-14dm: 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