aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-08thermal: core: Move threshold out of struct thermal_tripGravatar Rafael J. Wysocki 1-10/+10
2024-03-06thermal: core: remove unnecessary check in trip_point_hyst_store()Gravatar Dan Carpenter 1-1/+1
2024-02-27thermal: core: Drop the .set_trip_hyst() thermal zone operationGravatar Rafael J. Wysocki 1-7/+0
2024-02-27thermal: core: Add flags to struct thermal_tripGravatar Rafael J. Wysocki 1-9/+9
2024-02-23thermal: Get rid of CONFIG_THERMAL_WRITABLE_TRIPSGravatar Rafael J. Wysocki 1-2/+1
2024-02-23thermal: core: Store zone ops in struct thermal_zone_deviceGravatar Rafael J. Wysocki 1-7/+7
2024-02-12thermal: sysfs: Fix up white space in trip_point_temp_store()Gravatar Rafael J. Wysocki 1-1/+1
2023-12-29thermal/sysfs: Update governors when the 'weight' has changedGravatar Lukasz Luba 1-0/+5
2023-12-29thermal/sysfs: Update instance->weight under tz lockGravatar Lukasz Luba 1-0/+4
2023-12-13thermal: trip: Send trip change notifications on all trip updatesGravatar Rafael J. Wysocki 1-2/+2
2023-12-12thermal: Drop redundant and confusing device_is_registered() checksGravatar Rafael J. Wysocki 1-55/+5
2023-12-06thermal: sysfs: Rework the reading of trip point attributesGravatar Rafael J. Wysocki 1-27/+25
2023-12-06thermal: sysfs: Rework the handling of trip point updatesGravatar Rafael J. Wysocki 1-16/+36
2023-09-28thermal: core: Store trip pointer in struct thermal_instanceGravatar Rafael J. Wysocki 1-1/+2
2023-09-18thermal: sysfs: Fix trip_point_hyst_store()Gravatar Rafael J. Wysocki 1-4/+5
2023-03-28thermal: core: Drop excessive lockdep_assert_held() callsGravatar Rafael J. Wysocki 1-4/+2
2023-03-22thermal: core: Introduce thermal_cooling_device_update()Gravatar Rafael J. Wysocki 1-9/+65
2023-01-06thermal/core: Add a generic thermal_zone_set_trip() functionGravatar Daniel Lezcano 1-41/+15
2023-01-06thermal/sysfs: Always expose hysteresis attributesGravatar Daniel Lezcano 1-16/+9
2023-01-06thermal/core: Add a generic thermal_zone_get_trip() functionGravatar Daniel Lezcano 1-39/+25
2022-11-14thermal/core: Protect sysfs accesses to thermal operations with thermal zone ...Gravatar Guenter Roeck 1-14/+65
2022-10-25thermal: sysfs: Reuse cdev->max_stateGravatar Viresh Kumar 1-16/+10
2022-10-25thermal: Validate new state in cur_state_store()Gravatar Viresh Kumar 1-6/+5
2022-10-04thermal/core: Add a check before calling set_trip_temp()Gravatar Lad Prabhakar 1-3/+5
2022-08-17thermal/core: Move the mutex inside the thermal_zone_device_update() functionGravatar Daniel Lezcano 1-1/+5
2022-08-17thermal/core: Move set_trip_temp ops to the sysfs codeGravatar Daniel Lezcano 1-1/+4
2022-08-03thermal: sysfs: Fix cooling_device_stats_setup() error code pathGravatar Rafael J. Wysocki 1-3/+7
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Gravatar Daniel Lezcano 1-11/+11
2022-04-22Revert "thermal/core: Deprecate changing cooling device state from userspace"Gravatar Daniel Lezcano 1-3/+0
2021-10-21thermal/core: Deprecate changing cooling device state from userspaceGravatar Daniel Lezcano 1-0/+3
2021-03-17thermal/core: Add NULL pointer check before using cooling device statsGravatar Manaf Meethalavalappu Pallikunhi 1-0/+3
2021-01-19thermal/core: Remove pointless test with the THERMAL_TRIPS_NONE macroGravatar Daniel Lezcano 1-4/+1
2021-01-19thermal/core: Remove the 'forced_passive' optionGravatar Daniel Lezcano 1-80/+0
2020-11-30thermal: core: Constify static attribute_group structsGravatar Rikard Falkeborn 1-3/+3
2020-10-12thermal: Use kobj_to_dev() instead of container_of()Gravatar Tian Tao 1-1/+1
2020-07-07thermal: core: Add notifications call in the frameworkGravatar Daniel Lezcano 1-1/+14
2020-06-29thermal: Use mode helpers in driversGravatar Andrzej Pietrasiewicz 1-7/+4
2020-06-29thermal: remove get_mode() operation of driversGravatar Andrzej Pietrasiewicz 1-28/+2
2018-11-30thermal: Fix locking in cooling device sysfs update cur_stateGravatar Thara Gopinath 1-4/+7
2018-05-30drivers: thermal: Update license to SPDX formatGravatar Lina Iyer 1-4/+1
2018-05-22thermal: Use DEVICE_ATTR_{RO|RW|WO}() variantsGravatar Viresh Kumar 1-7/+7
2018-05-22thermal: Shorten name of sysfs callbacksGravatar Viresh Kumar 1-47/+27
2018-04-02thermal: Add cooling device's statistics in sysfsGravatar Viresh Kumar 1-0/+225
2018-01-09treewide: Use DEVICE_ATTR_WOGravatar Joe Perches 1-1/+1
2018-01-09treewide: Use DEVICE_ATTR_ROGravatar Joe Perches 1-3/+3
2018-01-09treewide: Use DEVICE_ATTR_RWGravatar Joe Perches 1-5/+4
2017-08-11thermal: core: Add some new helper functions to free resourcesGravatar Christophe Jaillet 1-0/+29
2016-11-23thermal: sysfs: use kcalloc() instead of kzalloc()Gravatar Eduardo Valentin 1-5/+8
2016-11-23thermal: sysfs: remove symbols of emul_temp when config is disabledGravatar Eduardo Valentin 1-1/+3
2016-11-23thermal: core: move cooling device sysfs to thermal_sysfs.cGravatar Eduardo Valentin 1-0/+133