summaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | thermal/drivers/qcom: Switch to new of APIDaniel Lezcano2022-08-173-24/+23
| * | | thermal/drivers/broadcom: Switch to new of APIDaniel Lezcano2022-08-175-61/+53
| * | | thermal/drivers/sprd: Switch to new of APIDaniel Lezcano2022-08-171-9/+9
| * | | thermal/drivers/sun8i: Switch to new of APIDaniel Lezcano2022-08-171-7/+7
| * | | thermal/drivers/tegra: Switch to new of APIDaniel Lezcano2022-08-173-24/+28
| * | | thermal/drivers/mmio: Switch to new of APIDaniel Lezcano2022-08-171-9/+8
| * | | thermal/drivers/generic-adc: Switch to new of APIDaniel Lezcano2022-08-171-5/+5
| * | | thermal/drivers/uniphier: Switch to new of APIDaniel Lezcano2022-08-171-5/+5
| * | | thermal/drivers/rockchip: Switch to new of APIDaniel Lezcano2022-08-171-7/+7
| * | | thermal/of: Make new code and old code co-existDaniel Lezcano2022-08-172-8/+11
| * | | thermal/of: Fix free after use in thermal_of_unregister()Daniel Lezcano2022-08-171-3/+7
| * | | thermal/of: Return -ENODEV instead of -EINVAL if registration failsDaniel Lezcano2022-08-171-4/+5
| * | | thermal/of: Fix error code in of_thermal_zone_find()Dan Carpenter2022-08-171-0/+1
| * | | thermal/of: Rework the thermal device tree initializationDaniel Lezcano2022-08-171-10/+450
* | | | thermal: Drop duplicate words from commentsJilin Yuan2022-09-032-2/+2
| |/ / |/| |
* | | Merge branch 'thermal-core'Rafael J. Wysocki2022-08-271-0/+1
|\| |
| * | thermal/core: Add missing EXPORT_SYMBOL_GPLDaniel Lezcano2022-08-151-0/+1
| |/
* / thermal/int340x_thermal: handle data_vault when the value is ZERO_SIZE_PTRLee, Chun-Yi2022-08-231-4/+5
|/
* Merge tag 'thermal-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-083-5/+11
|\
| *-. Merge branches 'thermal-core' and 'thermal-tools'Rafael J. Wysocki2022-08-082-5/+9
| |\ \
| | * | thermal: Drop obsolete dependency on COMPILE_TESTJean Delvare2022-08-031-2/+2
| | * | thermal: sysfs: Fix cooling_device_stats_setup() error code pathRafael J. Wysocki2022-08-031-3/+7
| | |/
| * / thermal: intel: Add TCC cooling support for Alder Lake-N and Raptor Lake-PSumeet Pawnikar2022-08-031-0/+2
| |/
* | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-9/+1
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner2022-06-101-9/+1
* | Merge tag 'thermal-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-0225-358/+255
|\ \
| * \ Merge tag 'thermal-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2022-07-2923-340/+245
| |\ \
| | * | thermal/of: Initialize trip points separatelyDaniel Lezcano2022-07-281-29/+57
| | * | thermal/of: Use thermal trips stored in the thermal zoneDaniel Lezcano2022-07-281-37/+16
| | * | thermal/core: Add thermal_trip in thermal_zoneDaniel Lezcano2022-07-282-10/+20
| | * | thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano2022-07-287-30/+30
| | * | thermal/core: Move thermal_set_delay_jiffies to staticDaniel Lezcano2022-07-283-8/+7
| | * | thermal/core: Remove unneeded EXPORT_SYMBOLSDaniel Lezcano2022-07-281-2/+0
| | * | thermal/of: Move thermal_trip structure to thermal.hDaniel Lezcano2022-07-281-12/+0
| | * | thermal/of: Remove the device node pointer for thermal_tripDaniel Lezcano2022-07-282-10/+0
| | * | thermal/of: Replace device node match with device node searchDaniel Lezcano2022-07-281-20/+44
| | * | thermal/core: Remove duplicate information when an error occursDaniel Lezcano2022-07-281-4/+4
| | * | thermal/core: Avoid calling ->get_trip_temp() unnecessarilyDaniel Lezcano2022-07-281-6/+2
| | * | thermal/ti-soc-thermal: Fix comment typoJason Wang2022-07-281-1/+1
| | * | thermal/drivers/qcom/spmi-adc-tm5: Register thermal zones as hwmon sensorsDmitry Baryshkov2022-07-281-0/+5
| | * | thermal/drivers/qcom/temp-alarm: Register thermal zones as hwmon sensorsDmitry Baryshkov2022-07-281-0/+5
| | * | thermal/drivers/u8500: Remove unnecessary print function dev_err()Yang Li2022-07-281-6/+2
| | * | thermal/drivers/rzg2l: Fix commentsBiju Das2022-07-281-7/+11
| | * | thermal/drivers/sun8i: Fix typo in commentJulia Lawall2022-07-281-1/+1
| | * | thermal/drivers/k3_j72xx_bandgap: Make k3_j72xx_bandgap_j721e_data and k3_j72...Jin Xiaoyun2022-07-281-2/+2
| | * | thermal/drivers/k3_j72xx_bandgap: Fix array underflow in prep_lookup_table()Dan Carpenter2022-07-281-2/+0
| | * | thermal/drivers/k3_j72xx_bandgap: Fix ref_table memory leak during probeBryan Brattlof2022-07-281-2/+5
| | * | thermal/core: Remove DROP_FULL and RAISE_FULLDaniel Lezcano2022-07-281-11/+0
| | * | thermal/core: Use clamp() helper in the stepwise governorDaniel Lezcano2022-07-281-11/+4
| | * | thermal/drivers/u8500: Remove the get_trend functionDaniel Lezcano2022-07-281-22/+4