summaryrefslogtreecommitdiff
path: root/drivers/timer/tsc_timer.c
AgeCommit message (Expand)Author
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-08-02x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQBin Meng
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-02-01x86: tsc_timer: Correct overflow in __udelay()Simon Glass
2021-01-05x86: apl: Reduce size for TPLSimon Glass
2020-11-05x86: Fix up driver names to avoid dtoc warningsSimon Glass
2020-10-22timer: Return count from timer_ops.get_countSean Anderson
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2019-12-15x86: timer: Reduce timer code size in TPL on Intel CPUsSimon Glass
2019-12-15x86: timer: use a timer base of 0Simon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-11-03x86: timer: Use a separate flag for whether timer is initedSimon Glass
2019-11-03x86: timer: Set up the timer in timer_early_get_count()Simon Glass
2019-02-12x86: tsc: Add support for native calibration of TSC freqBernhard Messerklinger
2018-11-14timer: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-10-22x86: tsc: Introduce config option for early timer frequencyBin Meng
2018-08-20x86: tsc: Try hardware calibration firstBin Meng
2018-07-02x86: timer: tsc: Allow specifying clock rate from device tree againBin Meng
2018-06-13x86: tsc: add support for reading CPU freq from cpuidChristian Gmeiner
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-09-16dm: x86: Allow TSC timer to be used before DM is readySimon Glass
2017-09-16x86: tsc: Add Airmont reference clock valuesBin Meng
2017-08-01x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr()Bin Meng
2017-08-01x86: tsc: Correct Silvermont reference clock valuesBin Meng
2017-08-01x86: tsc: Update comments and expand definitions in freq_desc_tables[]Bin Meng
2017-08-01x86: tsc: Remove the fail handling in try_msr_calibrate_tsc()Bin Meng
2017-08-01x86: tsc: Identify Intel-specific codeBin Meng
2017-08-01x86: tsc: Read all ratio bits from MSR_PLATFORM_INFOBin Meng
2015-12-09x86: Move i8254_init() to x86_cpu_init_f()Bin Meng
2015-12-01x86: tsc: Move tsc_timer.c to drivers/timerBin Meng