summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
...
* | | | thermal/drivers/k3_j72xx_bandgap: Implement suspend/resume supportThéo Lebrun2024-07-151-33/+78
* | | | thermal/drivers/renesas/rcar: Add dependency on OFNiklas Söderlund2024-07-151-0/+1
* | | | thermal/drivers/renesas: Group all renesas thermal drivers togetherNiklas Söderlund2024-07-157-32/+38
* | | | Merge back thermal control material for 6.11.Rafael J. Wysocki2024-07-107-80/+112
|\| | |
| * | | Merge back thermal control material for v6.11.Rafael J. Wysocki2024-06-277-80/+112
| |\ \ \
| | * \ \ Merge branch 'thermal-core'Rafael J. Wysocki2024-06-257-80/+112
| | |\ \ \
| | | * | | thermal: core: Avoid calling .trip_crossed() for critical and hot tripsRafael J. Wysocki2024-06-111-0/+3
| | | * | | thermal: gov_bang_bang: Drop unnecessary cooling device target state checksRafael J. Wysocki2024-06-111-11/+3
| | | * | | thermal: trip: Use READ_ONCE() for lockless access to trip propertiesRafael J. Wysocki2024-06-112-4/+4
| | | * | | thermal: trip: Make thermal_zone_set_trips() use trip thresholdsRafael J. Wysocki2024-06-112-12/+6
| | | * | | thermal: trip: Rename __thermal_zone_set_trips() to thermal_zone_set_trips()Rafael J. Wysocki2024-06-113-4/+4
| | | * | | thermal: trip: Use common set of trip type namesRafael J. Wysocki2024-06-114-21/+19
| | | * | | thermal/debugfs: Move some statements from under thermal_dbg->lockRafael J. Wysocki2024-06-111-8/+8
| | | * | | thermal/debugfs: Compute maximum temperature for mitigation episode as a wholeRafael J. Wysocki2024-06-111-10/+11
| | | * | | thermal/debugfs: Adjust check for trips without statistics in tze_seq_show()Rafael J. Wysocki2024-06-111-1/+2
| | | * | | thermal/debugfs: Fix up units in "mitigations" filesRafael J. Wysocki2024-06-111-2/+2
| | | * | | thermal/debugfs: Print mitigation timestamp value in millisecondsRafael J. Wysocki2024-06-111-2/+2
| | | * | | thermal/debugfs: Do not extend mitigation episodes beyond system resumeRafael J. Wysocki2024-06-113-0/+39
| | | * | | thermal/debugfs: Use helper to update trip point overstepping durationRafael J. Wysocki2024-06-111-9/+13
| | * | | | Merge back thermal control material for v6.11.Rafael J. Wysocki2024-06-212-2/+28
| | |\| | | | | | |/ / | | |/| |
* | | | | thermal: core: Fix list sorting in __thermal_zone_device_update()Rafael J. Wysocki2024-07-081-6/+4
* | | | | thermal: core: Call monitor_thermal_zone() if zone temperature is invalidRafael J. Wysocki2024-07-042-1/+10
* | | | | thermal: gov_power_allocator: Return early in manage if trip_max is NULLNícolas F. R. A. Prado2024-07-041-0/+3
|/ / / /
* | | | thermal: gov_step_wise: Go straight to instance->lower when mitigation is overRafael J. Wysocki2024-06-251-18/+5
* | | | Merge tag 'thermal-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-06-214-8/+38
|\| | | | |/ / |/| |
| * | thermal: int340x: processor_thermal: Support shared interruptsSrinivas Pandruvada2024-06-191-1/+2
| * | Merge tag 'thermal-v6.10-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki2024-06-171-7/+5
| |\ \
| | * | thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse ...Julien Panis2024-06-121-1/+5
| | * | thermal/drivers/mediatek/lvts_thermal: Remove filtered mode for mt8188Julien Panis2024-06-041-6/+0
| * | | thermal: core: Change PM notifier priority to the minimumRafael J. Wysocki2024-06-141-0/+6
| * | | thermal: core: Synchronize suspend-prepare and post-suspend actionsRafael J. Wysocki2024-06-142-0/+25
| | |/ | |/|
* | | thermal: gov_step_wise: Restore passive polling managementRafael J. Wysocki2024-06-111-0/+17
* | | thermal: core: Do not fail cdev registration because of invalid initial stateRafael J. Wysocki2024-06-071-2/+11
|/ /
* | thermal: trip: Trigger trip down notifications when trips involved in mitigat...Rafael J. Wysocki2024-05-273-8/+20
* | thermal: core: Introduce thermal_trip_crossed()Rafael J. Wysocki2024-05-271-10/+19
* | thermal/debugfs: Allow tze_seq_show() to print statistics for invalid tripsRafael J. Wysocki2024-05-271-4/+0
* | thermal/debugfs: Print initial trip temperature and hysteresis in tze_seq_show()Rafael J. Wysocki2024-05-271-3/+11
|/
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-5/+5
* Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-221-8/+1
|\
| * Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman2024-04-234-27/+9
| |\
| * | treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner2024-04-111-8/+1
* | | Merge tag 'thermal-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-213-7/+35
|\ \ \
| * | | thermal: core: Fix the handling of invalid trip pointsRafael J. Wysocki2024-05-172-1/+26
| * | | Merge tag 'thermal-v6.10-rc1-2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki2024-05-151-6/+9
| |\ \ \
| | * | | thermal/drivers/mediatek/lvts_thermal: Fix wrong lvts_ctrl indexJulien Panis2024-05-061-4/+7
| | * | | thermal/drivers/mediatek/lvts_thermal: Remove unused members from struct lvts...Julien Panis2024-05-061-2/+0
| | * | | thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_dataJulien Panis2024-05-021-0/+2
* | | | | Merge tag 'acpi-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-05-142-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'acpi-x86', 'acpi-dptf' and 'acpi-apei'Rafael J. Wysocki2024-05-132-0/+2
| |\ \ \ \ \
| | | * | | | ACPI: DPTF: Add Lunar Lake supportSumeet Pawnikar2024-04-082-0/+2
| | |/ / / /