aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-05thermal: devfreq_cooling: refactor code and add get_voltage functionLukasz Luba1-17/+28
2017-05-03Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-1/+1
2017-04-27mfd: intel_soc_pmic: Fix a mess with compilation unitsAndy Shevchenko1-1/+1
2017-04-23thermal: mt8173: minor mtk_thermal.c cleanupsDawei Chien1-1/+1
2017-04-23thermal: bcm2835: move to the broadcom subdirectoryRafał Miłecki5-9/+9
2017-04-23thermal: broadcom: ns: specify myself as MODULE_AUTHORRafał Miłecki1-0/+1
2017-04-15Merge back cpufreq core changes for v4.12.Rafael J. Wysocki3-118/+0
2017-04-06thermal: da9062/61: Thermal junction temperature monitoring driverSteve Twiss3-0/+326
2017-04-06thermal: broadcom: add Northstar thermal driverRafał Miłecki5-0/+120
2017-04-01thermal: bcm2835: add thermal driver for bcm2835 SoCStefan Wahren3-0/+323
2017-03-30thermal: rcar_gen3_thermal: add suspend and resume supportNiklas Söderlund1-0/+35
2017-03-30thermal: rcar_gen3_thermal: store device match data in private structureNiklas Söderlund1-3/+4
2017-03-30thermal: rcar_gen3_thermal: enable hardware interrupts for trip pointsNiklas Söderlund1-1/+131
2017-03-30thermal: rcar_gen3_thermal: record and check number of TSCs foundNiklas Söderlund1-0/+8
2017-03-30thermal: rcar_gen3_thermal: check that TSC exists before memory allocationNiklas Söderlund1-4/+4
2017-03-30thermal: rcar_gen3_thermal: remove unneeded mutexNiklas Söderlund1-7/+0
2017-03-30thermal: rcar_gen3_thermal: add delay in .thermal_init on r8a7796Niklas Söderlund1-0/+2
2017-03-29thermal: ti-soc-thermal: Remove redundant codeKeerthy1-151/+3
2017-03-29thermal: ti-soc-thermal: Remove redundant constantsKeerthy6-44/+0
2017-03-29thermal: ti-soc-thermal: Fetch slope and offset from DTKeerthy1-2/+2
2017-03-16cpufreq: dbx500: Manage cooling device from cpufreq driverViresh Kumar3-118/+0
2017-03-13thermal: cpu_cooling: Check OPP for errorsViresh Kumar1-2/+9
2017-03-13thermal: cpu_cooling: Replace dev_warn with dev_errViresh Kumar1-6/+6
2017-03-13thermal: devfreq: Check OPP for errorsViresh Kumar1-2/+8
2017-03-13thermal: devfreq_cooling: Replace dev_warn with dev_errViresh Kumar1-3/+3
2017-03-13thermal: devfreq: Simplify expressionViresh Kumar1-1/+1
2017-03-13thermal: Fix potential deadlock in cpu_coolingMatthew Wilcox1-9/+11
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-03-01Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds16-261/+705
2017-02-22Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and 'ida-conversion' into nextZhang Rui16-248/+679
2017-02-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-socZhang Rui11-57/+625
2017-02-20Merge branch 'pm-opp'Rafael J. Wysocki2-20/+6
2017-02-18thermal: mtk_thermal: Staticise a number of data variablesVivek Gautam1-8/+8
2017-02-18thermal: arm: dra752: Remove all TSHUT related definitionsKeerthy2-44/+0
2017-02-18thermal: arm: dra752: Remove TSHUT configurationKeerthy1-2/+1
2017-02-18thermal: ti-soc-thermal: Remove CPU_THERMAL Dependency from TI_THERMALKeerthy1-1/+0
2017-02-18thermal: imx: Fix possible NULL dereference.Shailendra Verma1-0/+4
2017-02-18thermal: exynos: Remove parsing unused samsung,tmu_cal_mode propertyKrzysztof Kozlowski2-2/+0
2017-02-18thermal: zx2967: add thermal driver for ZTE's zx2967 familyBaoyou Xie3-0/+267
2017-02-10thermal: use cpumask_var_t for on-stack cpu masksArnd Bergmann1-13/+26
2017-02-07thermal/intel_powerclamp: Remove set-but-not-used variablesAugusto Mecking Caringi1-4/+0
2017-01-30PM / OPP: Update OPP users to put referenceViresh Kumar2-20/+6
2017-01-25Revert "thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()"Fabio Estevam1-3/+17
2017-01-20Merge branches 'thermal-core' and 'thermal-soc' into for-rcZhang Rui1-53/+100
2017-01-19thermal: rcar_gen3_thermal: Add R-Car Gen3 thermal driverWolfram Sang3-0/+345
2017-01-16thermal: rockchip: fixes the conversion tableCaesar Wang1-1/+1
2017-01-06thermal: core: move tz->device.groups cleanup to thermal_releaseJacob von Chorus1-5/+5
2017-01-04thermal: convert devfreq_cooling to use an IDAMatthew Wilcox1-44/+9
2017-01-04thermal: convert cpu_cooling to use an IDAMatthew Wilcox1-52/+11
2017-01-04thermal: convert clock cooling to use an IDAMatthew Wilcox1-42/+8