summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)Author
2019-01-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds
2019-01-02thermal: generic-adc: Fix adc to temp interpolationBjorn Andersson
2019-01-02thermal: rcar_thermal: add R8A77990 supportYoshihiro Kaneko
2019-01-02thermal: rcar_thermal: add R8A774C0 supportFabrizio Castro
2019-01-02thermal: armada: add overheat interrupt supportMiquel Raynal
2019-01-02thermal: st: fix Makefile typoArnd Bergmann
2019-01-02thermal: uniphier: Convert to SPDX identifierKunihiko Hayashi
2019-01-02thermal/intel_powerclamp: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li
2019-01-02thermal: tegra: soctherm: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li
2019-01-02thermal: imx: save one condition block for normal case of nvmem initializationAnson Huang
2019-01-02thermal: imx: fix for dependency on cpu-freqAnson Huang
2019-01-02thermal: tsens: qcom: do not create duplicate regmap debugfs entriesSrinivas Kandagatla
2019-01-02thermal: armada: Use PTR_ERR_OR_ZERO in armada_thermal_probe_legacy()YueHaibing
2019-01-02thermal: broadcom: use devm_thermal_zone_of_sensor_registerJulia Lawall
2019-01-02thermal: bcm2835: enable hwmon explicitlyMatthias Brugger
2019-01-02thermal: hwmon: inline helpers when CONFIG_THERMAL_HWMON is not setEduardo Valentin
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada
2018-12-10thermal: stm32: Fix stm_thermal_read_factory_settingsDavid HERNANDEZ SANCHEZ
2018-12-10thermal: stm32: read factory settings inside stm_thermal_prepareDavid HERNANDEZ SANCHEZ
2018-12-10thermal/drivers/hisi: Fix number of sensors on hi3660Daniel Lezcano
2018-12-10thermal/drivers/hisi: Fix wrong platform_get_irq_byname()Daniel Lezcano
2018-12-05thermal: broadcom: constify thermal_zone_of_device_ops structureJulia Lawall
2018-12-05thermal: armada: constify thermal_zone_of_device_ops structureJulia Lawall
2018-12-04thermal: bcm2835: Switch to SPDX identifierStefan Wahren
2018-12-04thermal: armada: fix legacy resource fixupRussell King
2018-12-04thermal: armada: fix legacy validity test senseRussell King
2018-10-31Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2018-10-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds
2018-10-25thermal: da9062/61: Prevent hardware access during system suspendGeert Uytterhoeven
2018-10-25thermal: rcar_thermal: Prevent doing work after unbindGeert Uytterhoeven
2018-10-25thermal: rcar_thermal: Prevent hardware access during system suspendGeert Uytterhoeven
2018-10-25thermal: rcar_gen3_thermal: add R8A77980 supportSergei Shtylyov
2018-10-25thermal: add stm32 thermal driverDavid HERNANDEZ SANCHEZ
2018-10-25thermal: rcar_thermal: add R8A77970 supportSergei Shtylyov
2018-10-25thermal: rcar_thermal: fix duplicate IRQ requestSergei Shtylyov
2018-10-22thermal/drivers/hisi: Add the dual clusters sensors for hi3660Daniel Lezcano
2018-10-22thermal/drivers/hisi: Add more sensors channelDaniel Lezcano
2018-10-22thermal/drivers/hisi: Remove pointless irq fieldDaniel Lezcano
2018-10-22thermal/drivers/hisi: Use platform_get_irq_bynameDaniel Lezcano
2018-10-22thermal/drivers/hisi: Replace macro name with relevant sensor locationDaniel Lezcano
2018-10-22thermal/drivers/hisi: Add multiple sensors supportDaniel Lezcano
2018-10-22thermal/drivers/hisi: Prepare to support multiple sensorsDaniel Lezcano
2018-10-22thermal/drivers/hisi: Factor out the probe functionsDaniel Lezcano
2018-10-22thermal/drivers/hisi: Set the thermal zone private data to the sensor pointerDaniel Lezcano
2018-10-22thermal/drivers/hisi: Change the driver to be sensor orientedDaniel Lezcano
2018-10-22thermal/drivers/hisi: Change the platform data pointer to sensor opsDaniel Lezcano
2018-10-22thermal: armada: fix a test in probe()Dan Carpenter
2018-10-22thermal: imx: handle error path in one place to save duplicated codeAnson Huang
2018-10-22thermal: imx: improve error messageAnson Huang