summaryrefslogtreecommitdiffstats
path: root/drivers/timer/tsc_timer.c
Commit message (Expand)AuthorAgeFilesLines
* 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