summaryrefslogtreecommitdiff
path: root/drivers/timer
Commit message (Expand)AuthorAgeFilesLines
* x86: tsc: Add support for native calibration of TSC freqBernhard Messerklinger2019-02-121-0/+55
* timer: Add generic driver for RISC-V privileged architecture defined timerBin Meng2018-12-183-0/+64
* timer: MediaTek: add timer driver for MediaTek SoCsRyder Lee2018-11-283-0/+93
* timer: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-1414-14/+0
* timer: Sort Kconfig driver entriesBin Meng2018-11-141-55/+55
* dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()Bin Meng2018-11-141-1/+1
* x86: tsc: Introduce config option for early timer frequencyBin Meng2018-10-222-3/+13
* Enable CONFIG_TIMER_EARLY with bootstageSimon Glass2018-10-221-0/+3
* timer: Add MPC83xx timer driverMario Six2018-09-183-0/+257
* timer: Sort Makefile entriesMario Six2018-09-181-8/+8
* dm: omap-timer: Update clock rate only if not populatedLokesh Vutla2018-09-101-1/+2
* dm: omap-timer: Use 64bit for counter valuesLokesh Vutla2018-09-101-1/+2
* timer: dw-apb: Add Designware APB timer driverMarek Vasut2018-08-243-0/+98
* x86: tsc: Try hardware calibration firstBin Meng2018-08-201-11/+16
* x86: timer: tsc: Allow specifying clock rate from device tree againBin Meng2018-07-021-2/+11
* timer: cadence: Implement timer_get_boot_usMichal Simek2018-06-151-0/+22
* x86: tsc: add support for reading CPU freq from cpuidChristian Gmeiner2018-06-131-5/+24
* timer: cadence: Use live-tree functionsMichal Simek2018-05-311-1/+3
* timer: Add Cadence TTC timer counter supportMichal Simek2018-05-113-0/+99
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0714-29/+14
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-275-10/+0
* rockchip: timer: add compatible strings for rk3188 and rk3288Philipp Tomsich2018-04-251-0/+2
* timer: stm32: Add timer support for STM32 SoCs familyPatrice Chotard2018-03-133-0/+146
* 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