summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2020-01-27thermal/drivers/of-thermal: Make of_thermal_destroy_zones staticDaniel Lezcano2-34/+32
2020-01-27thermal/drivers/cpu_cooling: Rename to cpufreq_coolingDaniel Lezcano3-5/+5
2020-01-27thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driverDaniel Lezcano3-0/+240
2020-01-27thermal: rockchip: Enable hwmonStefan Schaeckeler1-1/+11
2020-01-27thermal: armada: Clear reset in armadaxp_initZak Hays1-0/+3
2020-01-27thermal: armada: Fix register offsets for AXPZak Hays1-1/+1
2020-01-27thermal/drivers/Kconfig: Convert the CPU cooling device to a choiceDaniel Lezcano2-3/+13
2020-01-27thermal: qoriq: Add hwmon supportAndrey Smirnov1-0/+6
2020-01-27thermal_hwmon: Add devres wrapper for thermal_add_hwmon_sysfs()Andrey Smirnov2-0/+35
2020-01-27thermal: qoriq: Do not report invalid temperature readingAndrey Smirnov1-1/+18
2020-01-27thermal: qoriq: Enable all sensors before registering themAndrey Smirnov1-19/+12
2020-01-27thermal: qoriq: Convert driver to use regmap APIAndrey Smirnov1-130/+99
2020-01-27thermal: qoriq: Drop unnecessary drvdata cleanupAndrey Smirnov1-2/+0
2020-01-27thermal: qoriq: Pass data to qoriq_tmu_calibration() directlyAndrey Smirnov1-10/+9
2020-01-27thermal: qoriq: Pass data to qoriq_tmu_register_tmu_zone() directlyAndrey Smirnov1-4/+4
2020-01-27thermal: qoriq: Embed per-sensor data into struct qoriq_tmu_dataAndrey Smirnov1-15/+8
2020-01-27thermal: qoriq: Add local struct qoriq_sensor pointerAndrey Smirnov1-5/+9
2020-01-27thermal: qoriq: Don't store struct thermal_zone_device referenceAndrey Smirnov1-6/+11
2020-01-27thermal: qoriq: Add local struct device pointerAndrey Smirnov1-5/+6
2020-01-27thermal: zx2967: Appease the kernel-doc deityAmit Kucheria1-0/+1
2020-01-27thermal: amlogic: Appease the kernel-doc deityAmit Kucheria1-1/+5
2020-01-27thermal: tegra: Appease the kernel-doc deityAmit Kucheria1-2/+13
2020-01-27thermal: samsung: Appease the kernel-doc deityAmit Kucheria1-1/+4
2020-01-27thermal: rockchip: Appease the kernel-doc deityAmit Kucheria1-6/+16
2020-01-27thermal: mediatek: Appease the kernel-doc deityAmit Kucheria1-6/+6
2020-01-27thermal: max77620: Appease the kernel-doc deityAmit Kucheria1-1/+1
2020-01-27thermal: devfreq_cooling: Appease the kernel-doc deityAmit Kucheria1-1/+2
2020-01-27thermal: step_wise: Appease the kernel-doc deityAmit Kucheria4-8/+8
2020-01-27thermal: cpu_cooling: Appease the kernel-doc deityAmit Kucheria1-0/+1
2020-01-27thermal: of-thermal: Appease the kernel-doc deityAmit Kucheria1-1/+1
2020-01-27thermal: db8500: Depromote debug printLinus Walleij1-2/+2
2020-01-07drivers: thermal: tsens: Work with old DTBsAmit Kucheria1-0/+3
2019-12-20thermal: int340x_thermal: Add Tiger Lake ACPI device IDsGayatri Kammela2-0/+2
2019-12-07thermal: power_allocator: Fix Kconfig warningYueHaibing1-1/+1
2019-12-05Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds16-480/+1616
2019-12-05thermal: intel: intel_soc_dts_iosf: Utilize for_each_set_clump8 macroWilliam Breathitt Gray2-15/+18
2019-12-02Merge tag 'platform-drivers-x86-v5.5-1' of git://git.infradead.org/linux-plat...Linus Torvalds1-1/+1
2019-11-14thermal: Fix deadlock in thermal thermal_zone_device_checkWei Wang1-2/+2
2019-11-07thermal: cpu_cooling: Migrate to using the EM frameworkQuentin Perret2-160/+89
2019-11-07thermal: cpu_cooling: Make the power-related code depend on IPAQuentin Perret1-85/+81
2019-11-07drivers: thermal: tsens: fix potential integer overflow on multiplyColin Ian King1-1/+1
2019-11-07thermal: no need to set .owner when using module_platform_driverTian Tao1-1/+0
2019-11-07thermal: qcom: tsens-v1: Fix kfree of a non-pointer valueColin Ian King1-3/+1
2019-11-07thermal: Initialize thermal subsystem earlierAmit Kucheria1-1/+1
2019-11-07thermal: Remove netlink supportAmit Kucheria1-100/+1
2019-11-07thermal: qcom: tsens-v1: Add support for MSM8956 and MSM8976AngeloGioacchino Del Regno3-2/+174
2019-11-07thermal: amlogic: Add thermal driver to support G12 SoCsGuillaume La Roque3-0/+345
2019-11-07drivers: thermal: tsens: Add interrupt supportAmit Kucheria6-63/+669
2019-11-07drivers: thermal: tsens: Create function to return sign-extended temperatureAmit Kucheria1-14/+35
2019-11-07drivers: thermal: tsens: Add debugfs supportAmit Kucheria3-0/+91