aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/speedstep-smi.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-24cpufreq: Convert to new X86 CPU match macrosGravatar Thomas Gleixner 1-7/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Gravatar Thomas Gleixner 1-3/+1
2018-03-20cpufreq: speedstep: Don't validate the frequency table twiceGravatar Viresh Kumar 1-1/+3
2017-07-26cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flagGravatar Viresh Kumar 1-1/+1
2017-04-20Annotate hardware config module parameters in drivers/cpufreq/Gravatar David Howells 1-1/+1
2016-04-09cpufreq: Use consistent prefixing via pr_fmtGravatar Joe Perches 1-1/+3
2016-04-09cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Gravatar Joe Perches 1-3/+2
2015-02-12cpufreq: speedstep-smi: enable interrupts when waitingGravatar Mikulas Patocka 1-0/+12
2014-08-07cpufreq: speedstep-smi: fix decimal printf specifiersGravatar Hans Wennborg 1-2/+2
2014-04-07cpufreq: create another field .flags in cpufreq_frequency_tableGravatar Viresh Kumar 1-3/+3
2014-03-12cpufreq: Remove cpufreq_generic_exit()Gravatar Viresh Kumar 1-1/+0
2014-01-17cpufreq: speedstep: remove unused speedstep_get_stateGravatar Paul Bolle 1-32/+0
2013-10-31cpufreq: move freq change notifications to cpufreq coreGravatar Viresh Kumar 1-7/+0
2013-10-25cpufreq: Implement light weight ->target_index() routineGravatar Viresh Kumar 1-15/+5
2013-10-16cpufreq: speedstep: don't initialize part of policy set by coreGravatar Viresh Kumar 1-13/+0
2013-10-16cpufreq: speedstep: Use generic cpufreq routinesGravatar Viresh Kumar 1-27/+3
2013-09-30cpufreq: speedstep: use cpufreq_table_validate_and_show()Gravatar Viresh Kumar 1-7/+1
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverGravatar Viresh Kumar 1-1/+0
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Gravatar Viresh Kumar 1-3/+2
2012-01-26cpufreq: Add support for x86 cpuinfo auto loading v4Gravatar Andi Kleen 1-0/+15
2011-05-19[CPUFREQ] Move x86 drivers to drivers/cpufreq/Gravatar Dave Jones 1-0/+464