aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-17thermal/drivers/armada: Switch to new of APIDaniel Lezcano1-6/+6
2022-08-17thermal/drivers/amlogic: Switch to new of APIDaniel Lezcano1-8/+8
2022-08-17thermal/drivers/st: Switch to new of APIDaniel Lezcano1-10/+8
2022-08-17thermal/drivers/qcom: Switch to new of APIDaniel Lezcano3-24/+23
2022-08-17thermal/drivers/broadcom: Switch to new of APIDaniel Lezcano5-61/+53
2022-08-17thermal/drivers/sprd: Switch to new of APIDaniel Lezcano1-9/+9
2022-08-17thermal/drivers/sun8i: Switch to new of APIDaniel Lezcano1-7/+7
2022-08-17thermal/drivers/tegra: Switch to new of APIDaniel Lezcano3-24/+28
2022-08-17thermal/drivers/mmio: Switch to new of APIDaniel Lezcano1-9/+8
2022-08-17thermal/drivers/generic-adc: Switch to new of APIDaniel Lezcano1-5/+5
2022-08-17thermal/drivers/uniphier: Switch to new of APIDaniel Lezcano1-5/+5
2022-08-17thermal/drivers/rockchip: Switch to new of APIDaniel Lezcano1-7/+7
2022-08-17thermal/of: Make new code and old code co-existDaniel Lezcano2-8/+11
2022-08-17thermal/of: Fix free after use in thermal_of_unregister()Daniel Lezcano1-3/+7
2022-08-17thermal/of: Return -ENODEV instead of -EINVAL if registration failsDaniel Lezcano1-4/+5
2022-08-17thermal/of: Fix error code in of_thermal_zone_find()Dan Carpenter1-0/+1
2022-08-17thermal/of: Rework the thermal device tree initializationDaniel Lezcano1-10/+450
2022-08-15thermal: qcom: qcom-spmi-adc-tm5: convert to IIO fwnode APINuno Sá1-1/+2
2022-08-15thermal/core: Add missing EXPORT_SYMBOL_GPLDaniel Lezcano1-0/+1
2022-08-08Merge tag 'thermal-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-5/+11
2022-08-08Merge branches 'thermal-core' and 'thermal-tools'Rafael J. Wysocki2-5/+9
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-9/+1
2022-08-03thermal: Drop obsolete dependency on COMPILE_TESTJean Delvare1-2/+2
2022-08-03thermal: sysfs: Fix cooling_device_stats_setup() error code pathRafael J. Wysocki1-3/+7
2022-08-03thermal: intel: Add TCC cooling support for Alder Lake-N and Raptor Lake-PSumeet Pawnikar1-0/+2
2022-08-02Merge tag 'thermal-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds25-358/+255
2022-08-02Merge tag 'pm-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-6/+26
2022-08-01Merge tag 'timers-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2022-08-01Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2022-07-29Merge tag 'thermal-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxRafael J. Wysocki23-340/+245
2022-07-29Merge branch 'thermal-core'Rafael J. Wysocki1-9/+9
2022-07-28thermal/of: Initialize trip points separatelyDaniel Lezcano1-29/+57
2022-07-28thermal/of: Use thermal trips stored in the thermal zoneDaniel Lezcano1-37/+16
2022-07-28thermal/core: Add thermal_trip in thermal_zoneDaniel Lezcano2-10/+20
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano7-30/+30
2022-07-28thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano3-8/+7
2022-07-28thermal/core: Remove unneeded EXPORT_SYMBOLSDaniel Lezcano1-2/+0
2022-07-28thermal/of: Move thermal_trip structure to thermal.hDaniel Lezcano1-12/+0
2022-07-28thermal/of: Remove the device node pointer for thermal_tripDaniel Lezcano2-10/+0
2022-07-28thermal/of: Replace device node match with device node searchDaniel Lezcano1-20/+44
2022-07-28thermal/core: Remove duplicate information when an error occursDaniel Lezcano1-4/+4
2022-07-28thermal/core: Avoid calling ->get_trip_temp() unnecessarilyDaniel Lezcano1-6/+2
2022-07-28thermal/ti-soc-thermal: Fix comment typoJason Wang1-1/+1
2022-07-28thermal/drivers/qcom/spmi-adc-tm5: Register thermal zones as hwmon sensorsDmitry Baryshkov1-0/+5
2022-07-28thermal/drivers/qcom/temp-alarm: Register thermal zones as hwmon sensorsDmitry Baryshkov1-0/+5
2022-07-28thermal/drivers/u8500: Remove unnecessary print function dev_err()Yang Li1-6/+2
2022-07-28thermal/drivers/rzg2l: Fix commentsBiju Das1-7/+11
2022-07-28thermal/drivers/sun8i: Fix typo in commentJulia Lawall1-1/+1
2022-07-28thermal/drivers/k3_j72xx_bandgap: Make k3_j72xx_bandgap_j721e_data and k3_j72xx_bandgap_j7200_data staticJin Xiaoyun1-2/+2
2022-07-28thermal/drivers/k3_j72xx_bandgap: Fix array underflow in prep_lookup_table()Dan Carpenter1-2/+0