aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer/tsc_timer.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2021-08-02x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQBin Meng1-2/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-02-01x86: tsc_timer: Correct overflow in __udelay()Simon Glass1-1/+1
2021-01-05x86: apl: Reduce size for TPLSimon Glass1-1/+3
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass1-2/+2
2020-10-22timer: Return count from timer_ops.get_countSean Anderson1-4/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-0/+1
2019-12-15x86: timer: Reduce timer code size in TPL on Intel CPUsSimon Glass1-2/+5
2019-12-15x86: timer: use a timer base of 0Simon Glass1-1/+2
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-11-03x86: timer: Use a separate flag for whether timer is initedSimon Glass1-1/+2
2019-11-03x86: timer: Set up the timer in timer_early_get_count()Simon Glass1-0/+2
2019-02-12x86: tsc: Add support for native calibration of TSC freqBernhard Messerklinger1-0/+55
2018-11-14timer: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-10-22x86: tsc: Introduce config option for early timer frequencyBin Meng1-3/+3
2018-08-20x86: tsc: Try hardware calibration firstBin Meng1-11/+16
2018-07-02x86: timer: tsc: Allow specifying clock rate from device tree againBin Meng1-2/+11
2018-06-13x86: tsc: add support for reading CPU freq from cpuidChristian Gmeiner1-5/+24
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
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