aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/da9150/git:/ssh:/git@git.zx2c4.com
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2021-04-26 18:49:26 +0800
committerLen Brown <len.brown@intel.com>2021-05-04 20:01:09 -0400
commit55279aef754c5eab170077ae4ba4ebd304dea64f (patch)
tree369e7da59b35502c7a4f13be84cbe04134ed5798 /include/linux/mfd/da9150/git:/ssh:/git@git.zx2c4.com
parenttools/power turbostat: add TCC Offset support (diff)
tools/power turbostat: rename tcc variables
There are two TCC activation temeprature. One is the default TCC activation temperature, also known as TJ_MAX. Another one is the effective TCC activation temperature, which is the subtraction of default TCC activation temperature and TCC offset. The name of variable tcc_activation_temp might be misleading here. Thus rename tcc_activation_temp to tj_max, and use tcc_default and tcc_offset to calculate the effective TCC activation temperature. No functional change in this patch. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/linux/mfd/da9150/git:/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
pan class='insertions'>+4 2013-02-05Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker1-26/+86 2013-02-04irq_work: Remove return value from the irq_work_queue() functionanish kumar1-21/+10 2012-11-18irq_work: Make self-IPIs optableFrederic Weisbecker1-20/+27 2012-11-17irq_work: Warn if there's still work on cpu_downSteven Rostedt1-0/+3 2012-11-17irq_work: Flush work on CPU_DYINGSteven Rostedt1-6/+45 2012-11-17irq_work: Don't stop the tick with pending worksFrederic Weisbecker1-0/+11 2012-11-14irq_work: Fix racy check on work pending flagFrederic Weisbecker1-5/+11 2012-11-14irq_work: Fix racy IRQ_WORK_BUSY flag settingFrederic Weisbecker1-1/+4 2012-04-13irq_work: fix compile failure on tile from missing includeChris Metcalf1-0/+1 2012-04-02irq_work: fix compile failure on MIPS from system.h splitPaul Gortmaker1-0/+1 2011-10-31kernel: fix two implicit header assumptions in irq_work.cPaul Gortmaker1-0/+2 2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1 2011-10-04llist: Add llist_next()Peter Zijlstra1-1/+1 2011-10-04irq_work: Use llist in the struct irq_work logicHuang Ying1-58/+33 2010-12-18irq_work: Use per cpu atomics instead of regular atomicsChristoph Lameter1-9/+9 2010-11-18irq_work: Drop cmpxchg() resultSergio Aguirre1-1/+3 2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-0/+164