aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04thermal/core: Add a check before calling set_trip_temp()Lad Prabhakar1-3/+5
2022-08-17thermal/core: Move the mutex inside the thermal_zone_device_update() functionDaniel Lezcano1-1/+5
2022-08-17thermal/core: Move set_trip_temp ops to the sysfs codeDaniel Lezcano1-1/+4
2022-08-03thermal: sysfs: Fix cooling_device_stats_setup() error code pathRafael J. Wysocki1-3/+7
2022-07-28thermal/core: Rename 'trips' to 'num_trips'Daniel Lezcano1-11/+11
2022-04-22Revert "thermal/core: Deprecate changing cooling device state from userspace"Daniel Lezcano1-3/+0
2021-10-21thermal/core: Deprecate changing cooling device state from userspaceDaniel Lezcano1-0/+3
2021-03-17thermal/core: Add NULL pointer check before using cooling device statsManaf Meethalavalappu Pallikunhi1-0/+3
2021-01-19thermal/core: Remove pointless test with the THERMAL_TRIPS_NONE macroDaniel Lezcano1-4/+1
2021-01-19thermal/core: Remove the 'forced_passive' optionDaniel Lezcano1-80/+0
2020-11-30thermal: core: Constify static attribute_group structsRikard Falkeborn1-3/+3
2020-10-12thermal: Use kobj_to_dev() instead of container_of()Tian Tao1-1/+1
2020-07-07thermal: core: Add notifications call in the frameworkDaniel Lezcano1-1/+14
2020-06-29thermal: Use mode helpers in driversAndrzej Pietrasiewicz1-7/+4
2020-06-29thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz1-28/+2
2018-11-30thermal: Fix locking in cooling device sysfs update cur_stateThara Gopinath1-4/+7
2018-05-30drivers: thermal: Update license to SPDX formatLina Iyer1-4/+1
2018-05-22thermal: Use DEVICE_ATTR_{RO|RW|WO}() variantsViresh Kumar1-7/+7
2018-05-22thermal: Shorten name of sysfs callbacksViresh Kumar1-47/+27
2018-04-02thermal: Add cooling device's statistics in sysfsViresh Kumar1-0/+225
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches1-1/+1
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-3/+3
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-5/+4
2017-08-11thermal: core: Add some new helper functions to free resourcesChristophe Jaillet1-0/+29
2016-11-23thermal: sysfs: use kcalloc() instead of kzalloc()Eduardo Valentin1-5/+8
2016-11-23thermal: sysfs: remove symbols of emul_temp when config is disabledEduardo Valentin1-1/+3
2016-11-23thermal: core: move cooling device sysfs to thermal_sysfs.cEduardo Valentin1-0/+133
2016-11-23thermal: core: move thermal_zone sysfs to thermal_sysfs.cEduardo Valentin1-0/+633