aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds32-135/+138
2019-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds13-89/+357
2019-01-03thermal/intel: fixup for Kconfig string parsing tightening upStephen Rothwell1-1/+1
2019-01-02thermal: generic-adc: Fix adc to temp interpolationBjorn Andersson1-4/+8
2019-01-02thermal: rcar_thermal: add R8A77990 supportYoshihiro Kaneko1-0/+4
2019-01-02thermal: rcar_thermal: add R8A774C0 supportFabrizio Castro1-0/+4
2019-01-02thermal: armada: add overheat interrupt supportMiquel Raynal1-1/+269
2019-01-02thermal: st: fix Makefile typoArnd Bergmann1-1/+1
2019-01-02thermal: uniphier: Convert to SPDX identifierKunihiko Hayashi1-12/+1
2019-01-02thermal/intel_powerclamp: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-13/+1
2019-01-02thermal: tegra: soctherm: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-11/+1
2019-01-02thermal: imx: save one condition block for normal case of nvmem initializationAnson Huang1-2/+3
2019-01-02thermal: imx: fix for dependency on cpu-freqAnson Huang2-13/+36
2019-01-02thermal: tsens: qcom: do not create duplicate regmap debugfs entriesSrinivas Kandagatla1-2/+10
2019-01-02thermal: armada: Use PTR_ERR_OR_ZERO in armada_thermal_probe_legacy()YueHaibing1-8/+2
2019-01-02thermal: broadcom: use devm_thermal_zone_of_sensor_registerJulia Lawall1-20/+4
2019-01-02thermal: bcm2835: enable hwmon explicitlyMatthias Brugger1-0/+11
2019-01-02thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not setEduardo Valentin1-2/+2
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada1-1/+1
2018-12-10thermal: stm32: Fix stm_thermal_read_factory_settingsDavid HERNANDEZ SANCHEZ1-2/+2
2018-12-10thermal: stm32: read factory settings inside stm_thermal_prepareDavid HERNANDEZ SANCHEZ1-4/+4
2018-12-10thermal/drivers/hisi: Fix number of sensors on hi3660Daniel Lezcano1-1/+1
2018-12-10thermal/drivers/hisi: Fix wrong platform_get_irq_byname()Daniel Lezcano1-1/+1
2018-12-07Merge branches 'for-rc' and 'thermal-core' into nextZhang Rui30-123/+121
2018-12-07drivers: thermal: Move QCOM_SPMI_TEMP_ALARM into the qcom subdirAmit Kucheria5-13/+13
2018-12-07drivers: thermal: Move various drivers for intel platforms into a subdirAmit Kucheria23-86/+95
2018-12-05thermal: broadcom: constify thermal_zone_of_device_ops structureJulia Lawall1-1/+1
2018-12-05thermal: armada: constify thermal_zone_of_device_ops structureJulia Lawall1-1/+1
2018-12-04thermal: bcm2835: Switch to SPDX identifierStefan Wahren1-10/+1
2018-12-04thermal: armada: fix legacy resource fixupRussell King1-13/+11
2018-12-04thermal: armada: fix legacy validity test senseRussell King1-1/+1
2018-11-30thermal: Fix locking in cooling device sysfs update cur_stateThara Gopinath1-4/+7
2018-11-30Thermal: do not clear passive state during system sleepWei Wang1-4/+8
2018-11-30thermal: zx2967_thermal: simplify getting .driver_dataWolfram Sang1-4/+2
2018-11-30thermal: st: st_thermal: simplify getting .driver_dataWolfram Sang1-4/+2
2018-11-30thermal: spear_thermal: simplify getting .driver_dataWolfram Sang1-5/+3
2018-11-30thermal: rockchip_thermal: simplify getting .driver_dataWolfram Sang1-5/+3
2018-11-30thermal: int340x_thermal: int3400_thermal: simplify getting .driver_dataWolfram Sang1-6/+3
2018-11-30thermal: remove unused function parameterLukasz Luba1-4/+2
2018-10-31Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-3/+6
2018-10-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds21-285/+1287
2018-10-25thermal: da9062/61: Prevent hardware access during system suspendGeert Uytterhoeven1-2/+2
2018-10-25thermal: rcar_thermal: Prevent doing work after unbindGeert Uytterhoeven1-0/+1
2018-10-25thermal: rcar_thermal: Prevent hardware access during system suspendGeert Uytterhoeven1-2/+2
2018-10-25thermal: rcar_gen3_thermal: add R8A77980 supportSergei Shtylyov1-0/+1
2018-10-25thermal: add stm32 thermal driverDavid HERNANDEZ SANCHEZ5-2/+777
2018-10-25thermal: rcar_thermal: add R8A77970 supportSergei Shtylyov1-0/+4
2018-10-25thermal: rcar_thermal: fix duplicate IRQ requestSergei Shtylyov1-1/+1
2018-10-22thermal/drivers/hisi: Add the dual clusters sensors for hi3660Daniel Lezcano1-4/+10