summaryrefslogtreecommitdiff
path: root/drivers/timer/tsc_timer.c
Commit message (Expand)AuthorAgeFilesLines
* x86: timer: Reduce timer code size in TPL on Intel CPUsSimon Glass2019-12-151-2/+5
* x86: timer: use a timer base of 0Simon Glass2019-12-151-1/+2
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* x86: timer: Use a separate flag for whether timer is initedSimon Glass2019-11-031-1/+2
* x86: timer: Set up the timer in timer_early_get_count()Simon Glass2019-11-031-0/+2
* x86: tsc: Add support for native calibration of TSC freqBernhard Messerklinger2019-02-121-0/+55
* timer: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-141-1/+0
* x86: tsc: Introduce config option for early timer frequencyBin Meng2018-10-221-3/+3
* 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
* x86: tsc: add support for reading CPU freq from cpuidChristian Gmeiner2018-06-131-5/+24
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* 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
* 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
* 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-011-0/+389