| Commit message (Expand) | Author | Age | Files | Lines |
* | thermal: core: remove unnecessary check in trip_point_hyst_store() | Dan Carpenter | 2024-03-06 | 1 | -1/+1 |
* | thermal: core: Drop the .set_trip_hyst() thermal zone operation | Rafael J. Wysocki | 2024-02-27 | 1 | -7/+0 |
* | thermal: core: Add flags to struct thermal_trip | Rafael J. Wysocki | 2024-02-27 | 1 | -9/+9 |
* | thermal: Get rid of CONFIG_THERMAL_WRITABLE_TRIPS | Rafael J. Wysocki | 2024-02-23 | 1 | -2/+1 |
* | thermal: core: Store zone ops in struct thermal_zone_device | Rafael J. Wysocki | 2024-02-23 | 1 | -7/+7 |
* | thermal: sysfs: Fix up white space in trip_point_temp_store() | Rafael J. Wysocki | 2024-02-12 | 1 | -1/+1 |
* | thermal/sysfs: Update governors when the 'weight' has changed | Lukasz Luba | 2023-12-29 | 1 | -0/+5 |
* | thermal/sysfs: Update instance->weight under tz lock | Lukasz Luba | 2023-12-29 | 1 | -0/+4 |
* | thermal: trip: Send trip change notifications on all trip updates | Rafael J. Wysocki | 2023-12-13 | 1 | -2/+2 |
* | thermal: Drop redundant and confusing device_is_registered() checks | Rafael J. Wysocki | 2023-12-12 | 1 | -55/+5 |
* | thermal: sysfs: Rework the reading of trip point attributes | Rafael J. Wysocki | 2023-12-06 | 1 | -27/+25 |
* | thermal: sysfs: Rework the handling of trip point updates | Rafael J. Wysocki | 2023-12-06 | 1 | -16/+36 |
* | thermal: core: Store trip pointer in struct thermal_instance | Rafael J. Wysocki | 2023-09-28 | 1 | -1/+2 |
* | thermal: sysfs: Fix trip_point_hyst_store() | Rafael J. Wysocki | 2023-09-18 | 1 | -4/+5 |
* | thermal: core: Drop excessive lockdep_assert_held() calls | Rafael J. Wysocki | 2023-03-28 | 1 | -4/+2 |
* | thermal: core: Introduce thermal_cooling_device_update() | Rafael J. Wysocki | 2023-03-22 | 1 | -9/+65 |
* | thermal/core: Add a generic thermal_zone_set_trip() function | Daniel Lezcano | 2023-01-06 | 1 | -41/+15 |
* | thermal/sysfs: Always expose hysteresis attributes | Daniel Lezcano | 2023-01-06 | 1 | -16/+9 |
* | thermal/core: Add a generic thermal_zone_get_trip() function | Daniel Lezcano | 2023-01-06 | 1 | -39/+25 |
* | thermal/core: Protect sysfs accesses to thermal operations with thermal zone ... | Guenter Roeck | 2022-11-14 | 1 | -14/+65 |
* | thermal: sysfs: Reuse cdev->max_state | Viresh Kumar | 2022-10-25 | 1 | -16/+10 |
* | thermal: Validate new state in cur_state_store() | Viresh Kumar | 2022-10-25 | 1 | -6/+5 |
* | thermal/core: Add a check before calling set_trip_temp() | Lad Prabhakar | 2022-10-04 | 1 | -3/+5 |
* | thermal/core: Move the mutex inside the thermal_zone_device_update() function | Daniel Lezcano | 2022-08-17 | 1 | -1/+5 |
* | thermal/core: Move set_trip_temp ops to the sysfs code | Daniel Lezcano | 2022-08-17 | 1 | -1/+4 |
* | thermal: sysfs: Fix cooling_device_stats_setup() error code path | Rafael J. Wysocki | 2022-08-03 | 1 | -3/+7 |
* | thermal/core: Rename 'trips' to 'num_trips' | Daniel Lezcano | 2022-07-28 | 1 | -11/+11 |
* | Revert "thermal/core: Deprecate changing cooling device state from userspace" | Daniel Lezcano | 2022-04-22 | 1 | -3/+0 |
* | thermal/core: Deprecate changing cooling device state from userspace | Daniel Lezcano | 2021-10-21 | 1 | -0/+3 |
* | thermal/core: Add NULL pointer check before using cooling device stats | Manaf Meethalavalappu Pallikunhi | 2021-03-17 | 1 | -0/+3 |
* | thermal/core: Remove pointless test with the THERMAL_TRIPS_NONE macro | Daniel Lezcano | 2021-01-19 | 1 | -4/+1 |
* | thermal/core: Remove the 'forced_passive' option | Daniel Lezcano | 2021-01-19 | 1 | -80/+0 |
* | thermal: core: Constify static attribute_group structs | Rikard Falkeborn | 2020-11-30 | 1 | -3/+3 |
* | thermal: Use kobj_to_dev() instead of container_of() | Tian Tao | 2020-10-12 | 1 | -1/+1 |
* | thermal: core: Add notifications call in the framework | Daniel Lezcano | 2020-07-07 | 1 | -1/+14 |
* | thermal: Use mode helpers in drivers | Andrzej Pietrasiewicz | 2020-06-29 | 1 | -7/+4 |
* | thermal: remove get_mode() operation of drivers | Andrzej Pietrasiewicz | 2020-06-29 | 1 | -28/+2 |
* | thermal: Fix locking in cooling device sysfs update cur_state | Thara Gopinath | 2018-11-30 | 1 | -4/+7 |
* | drivers: thermal: Update license to SPDX format | Lina Iyer | 2018-05-30 | 1 | -4/+1 |
* | thermal: Use DEVICE_ATTR_{RO|RW|WO}() variants | Viresh Kumar | 2018-05-22 | 1 | -7/+7 |
* | thermal: Shorten name of sysfs callbacks | Viresh Kumar | 2018-05-22 | 1 | -47/+27 |
* | thermal: Add cooling device's statistics in sysfs | Viresh Kumar | 2018-04-02 | 1 | -0/+225 |
* | treewide: Use DEVICE_ATTR_WO | Joe Perches | 2018-01-09 | 1 | -1/+1 |
* | treewide: Use DEVICE_ATTR_RO | Joe Perches | 2018-01-09 | 1 | -3/+3 |
* | treewide: Use DEVICE_ATTR_RW | Joe Perches | 2018-01-09 | 1 | -5/+4 |
* | thermal: core: Add some new helper functions to free resources | Christophe Jaillet | 2017-08-11 | 1 | -0/+29 |
* | thermal: sysfs: use kcalloc() instead of kzalloc() | Eduardo Valentin | 2016-11-23 | 1 | -5/+8 |
* | thermal: sysfs: remove symbols of emul_temp when config is disabled | Eduardo Valentin | 2016-11-23 | 1 | -1/+3 |
* | thermal: core: move cooling device sysfs to thermal_sysfs.c | Eduardo Valentin | 2016-11-23 | 1 | -0/+133 |
* | thermal: core: move thermal_zone sysfs to thermal_sysfs.c | Eduardo Valentin | 2016-11-23 | 1 | -0/+633 |