summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_of.c
Commit message (Expand)AuthorAgeFilesLines
* thermal/of: add missing of_node_put()Julia Lawall2023-09-111-2/+6
* thermal/of: Fix potential uninitialized value accessPeng Fan2023-08-221-4/+4
* thermal: Explicitly include correct DT includesRob Herring2023-07-311-2/+1
* thermal: of: fix double-free on unregistrationAhmad Fatoum2023-07-241-21/+6
* thermal/of: Unexport unused OF functionsDaniel Lezcano2023-04-071-5/+3
* thermal/of: Remove of_thermal_get_crit_temp()Daniel Lezcano2023-01-061-15/+0
* thermal/of: Remove of_thermal_set_trip_hyst()Daniel Lezcano2023-01-061-13/+0
* thermal/of: Remove of_thermal_is_trip_valid()Daniel Lezcano2023-01-061-19/+0
* thermal/of: Remove of_thermal_get_ntrips()Daniel Lezcano2023-01-061-16/+0
* thermal/of: Remove unused functionsDaniel Lezcano2023-01-061-17/+0
* thermal/of: Use generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-061-36/+0
* thermal/of: Fix memory leak on thermal_of_zone_register() failureIdo Schimmel2022-12-141-2/+6
* thermal/of: Remove the thermal_zone_of_get_sensor_id() functionDaniel Lezcano2022-10-041-44/+0
* thermal/of: Remove old OF codeDaniel Lezcano2022-08-171-809/+1
* thermal/core: Move set_trip_temp ops to the sysfs codeDaniel Lezcano2022-08-171-23/+0
* thermal/of: Make new code and old code co-existDaniel Lezcano2022-08-171-2/+11
* thermal/of: Fix free after use in thermal_of_unregister()Daniel Lezcano2022-08-171-3/+7
* thermal/of: Return -ENODEV instead of -EINVAL if registration failsDaniel Lezcano2022-08-171-4/+5
* thermal/of: Fix error code in of_thermal_zone_find()Dan Carpenter2022-08-171-0/+1
* thermal/of: Rework the thermal device tree initializationDaniel Lezcano2022-08-171-10/+450
* thermal/of: Initialize trip points separatelyDaniel Lezcano2022-07-281-29/+57
* thermal/of: Use thermal trips stored in the thermal zoneDaniel Lezcano2022-07-281-37/+16
* thermal/core: Add thermal_trip in thermal_zoneDaniel Lezcano2022-07-281-5/+3
* thermal/of: Remove the device node pointer for thermal_tripDaniel Lezcano2022-07-281-8/+0
* thermal/of: Replace device node match with device node searchDaniel Lezcano2022-07-281-20/+44
* thermal: thermal_of: fix typo on __thermal_bind_paramsCorentin Labbe2022-05-191-1/+1
* thermal/drivers/thermal_of: Add change_mode ops support for thermal_of sensorManaf Meethalavalappu Pallikunhi2022-05-191-0/+12
* thermal: Fix NULL pointer dereferences in of_thermal_ functionsSubbaraman Narayanamurthy2021-11-051-3/+6
* thermal/core/thermal_of: Stop zone device before unregistering itDmitry Osipenko2021-07-041-0/+3
* thermal: thermal_of: Fix error return code of thermal_of_populate_bind_params()Jia-Ju Bai2021-03-101-2/+5
* thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz2020-06-291-18/+0
* thermal: Use mode helpers in driversAndrzej Pietrasiewicz2020-06-291-9/+1
* thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz2020-06-291-9/+0
* thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz2020-06-291-7/+3
* thermal/of: Rename of-thermal.cAmit Kucheria2020-05-221-0/+1151