aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/powernv-cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-22cpufreq: powernv: Add sysfs attributes to show throttle statsShilpasri G Bhat1-2/+72
2016-03-22cpufreq: powernv: Define per_cpu chip pointer to optimize hot-pathMichael Neuling1-33/+17
2016-02-26cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}Shilpasri G Bhat1-11/+29
2016-02-05cpufreq: powernv: Replace pr_info with trace print for throttle eventShilpasri G Bhat1-39/+34
2016-02-05cpufreq: powernv: Remove cpu_to_chip_id() from hot-pathShilpasri G Bhat1-3/+20
2016-02-05cpufreq: powernv: Hot-plug safe the kworker threadShilpasri G Bhat1-8/+11
2016-02-05cpufreq: powernv: Free 'chips' on module exitShilpasri G Bhat1-0/+1
2015-12-17powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALStewart Smith1-1/+1
2015-09-26cpufreq : powernv: Report Pmax throttling if capped below nominal frequencyShilpasri G Bhat1-2/+8
2015-09-01cpufreq: powernv: Increase the verbosity of OCC console messagesShilpasri G Bhat1-4/+5
2015-07-28cpufreq: powernv: Restore cpu frequency to policy->cur on unthrottlingShilpasri G Bhat1-2/+29
2015-07-28cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active bit is setShilpasri G Bhat1-9/+3
2015-07-28cpufreq: powernv: Call throttle_check() on receiving OCC_THROTTLEShilpasri G Bhat1-2/+26
2015-07-28cpufreq: powernv: Register for OCC related opal_message notificationShilpasri G Bhat1-1/+73
2015-07-28cpufreq: powernv: Handle throttling due to Pmax capping at chip levelShilpasri G Bhat1-4/+55
2015-04-01cpufreq: powernv: Report cpu frequency throttlingShilpasri G Bhat1-1/+46
2014-09-29cpufreq: powernv: Set the cpus to nominal frequency during reboot/kexecShilpasri G Bhat1-0/+35
2014-09-29cpufreq: powernv: Set the pstate of the last hotplugged out cpu in policy->cpus to minimumPreeti U Murthy1-0/+9
2014-08-05powerpc/cpufreq: Add pr_warn() on OPAL firmware failuresVaidyanathan Srinivasan1-2/+16
2014-05-17cpufreq: powernv: make local function staticBrian Norris1-1/+1
2014-04-21cpufreq, powernv: Fix build failure on UPSrivatsa S. Bhat1-0/+1
2014-04-07cpufreq: powernv: Use cpufreq_frequency_table.driver_data to store pstate idsGautham R. Shenoy1-3/+2
2014-04-07cpufreq: powernv: cpufreq driver for powernv platformVaidyanathan Srinivasan1-0/+342