summaryrefslogtreecommitdiff
path: root/drivers/timer/tsc_timer.c
AgeCommit message (Expand)AuthorFilesLines
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-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
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 Meng1-0/+389