summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* thermal: core: remove unnecessary check in trip_point_hyst_store()Dan Carpenter2024-03-061-1/+1
* thermal: core: Drop the .set_trip_hyst() thermal zone operationRafael J. Wysocki2024-02-271-7/+0
* thermal: core: Add flags to struct thermal_tripRafael J. Wysocki2024-02-271-9/+9
* thermal: Get rid of CONFIG_THERMAL_WRITABLE_TRIPSRafael J. Wysocki2024-02-231-2/+1
* thermal: core: Store zone ops in struct thermal_zone_deviceRafael J. Wysocki2024-02-231-7/+7
* thermal: sysfs: Fix up white space in trip_point_temp_store()Rafael J. Wysocki2024-02-121-1/+1
* thermal/sysfs: Update governors when the 'weight' has changedLukasz Luba2023-12-291-0/+5
* thermal/sysfs: Update instance->weight under tz lockLukasz Luba2023-12-291-0/+4
* thermal: trip: Send trip change notifications on all trip updatesRafael J. Wysocki2023-12-131-2/+2
* thermal: Drop redundant and confusing device_is_registered() checksRafael J. Wysocki2023-12-121-55/+5
* thermal: sysfs: Rework the reading of trip point attributesRafael J. Wysocki2023-12-061-27/+25
* thermal: sysfs: Rework the handling of trip point updatesRafael J. Wysocki2023-12-061-16/+36
* thermal: core: Store trip pointer in struct thermal_instanceRafael J. Wysocki2023-09-281-1/+2
* thermal: sysfs: Fix trip_point_hyst_store()Rafael J. Wysocki2023-09-181-4/+5
* thermal: core: Drop excessive lockdep_assert_held() callsRafael J. Wysocki2023-03-281-4/+2
* thermal: core: Introduce thermal_cooling_device_update()Rafael J. Wysocki2023-03-221-9/+65
* thermal/core: Add a generic thermal_zone_set_trip() functionDaniel Lezcano2023-01-061-41/+15
* thermal/sysfs: Always expose hysteresis attributesDaniel Lezcano2023-01-061-16/+9
* thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-061-39/+25
* thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Guenter Roeck2022-11-141-14/+65
* thermal: sysfs: Reuse cdev->max_stateViresh Kumar2022-10-251-16/+10
* thermal: Validate new state in cur_state_store()Viresh Kumar2022-10-251-6/+5
* thermal/core: Add a check before calling set_trip_temp()Lad Prabhakar2022-10-041-3/+5
* thermal/core: Move the mutex inside the thermal_zone_device_update() functionDaniel Lezcano2022-08-171-1/+5
* thermal/core: Move set_trip_temp ops to the sysfs codeDaniel Lezcano2022-08-171-1/+4
* thermal: sysfs: Fix cooling_device_stats_setup() error code pathRafael J. Wysocki2022-08-031-3/+7
* thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano2022-07-281-11/+11
* Revert "thermal/core: Deprecate changing cooling device state from userspace"Daniel Lezcano2022-04-221-3/+0
* thermal/core: Deprecate changing cooling device state from userspaceDaniel Lezcano2021-10-211-0/+3
* thermal/core: Add NULL pointer check before using cooling device statsManaf Meethalavalappu Pallikunhi2021-03-171-0/+3
* thermal/core: Remove pointless test with the THERMAL_TRIPS_NONE macroDaniel Lezcano2021-01-191-4/+1
* thermal/core: Remove the 'forced_passive' optionDaniel Lezcano2021-01-191-80/+0
* thermal: core: Constify static attribute_group structsRikard Falkeborn2020-11-301-3/+3
* thermal: Use kobj_to_dev() instead of container_of()Tian Tao2020-10-121-1/+1
* thermal: core: Add notifications call in the frameworkDaniel Lezcano2020-07-071-1/+14
* thermal: Use mode helpers in driversAndrzej Pietrasiewicz2020-06-291-7/+4
* thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz2020-06-291-28/+2
* thermal: Fix locking in cooling device sysfs update cur_stateThara Gopinath2018-11-301-4/+7
* drivers: thermal: Update license to SPDX formatLina Iyer2018-05-301-4/+1
* thermal: Use DEVICE_ATTR_{RO|RW|WO}() variantsViresh Kumar2018-05-221-7/+7
* thermal: Shorten name of sysfs callbacksViresh Kumar2018-05-221-47/+27
* thermal: Add cooling device's statistics in sysfsViresh Kumar2018-04-021-0/+225
* treewide: Use DEVICE_ATTR_WOJoe Perches2018-01-091-1/+1
* treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-091-3/+3
* treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-091-5/+4
* thermal: core: Add some new helper functions to free resourcesChristophe Jaillet2017-08-111-0/+29
* thermal: sysfs: use kcalloc() instead of kzalloc()Eduardo Valentin2016-11-231-5/+8
* thermal: sysfs: remove symbols of emul_temp when config is disabledEduardo Valentin2016-11-231-1/+3
* thermal: core: move cooling device sysfs to thermal_sysfs.cEduardo Valentin2016-11-231-0/+133
* thermal: core: move thermal_zone sysfs to thermal_sysfs.cEduardo Valentin2016-11-231-0/+633