summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_of.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11thermal/of: Assume polling-delay(-passive) 0 when absentKonrad Dybcio1-4/+8
2024-03-11thermal: Drop spaces before TABsGeert Uytterhoeven1-1/+1
2024-02-27thermal: core: Eliminate writable trip points masksRafael J. Wysocki1-1/+1
2024-02-27thermal: of: Set THERMAL_TRIP_FLAG_RW_TEMP directlyRafael J. Wysocki1-4/+4
2024-02-23thermal: core: Store zone ops in struct thermal_zone_deviceRafael J. Wysocki1-19/+8
2024-02-23thermal: core: Store zone trips table in struct thermal_zone_deviceRafael J. Wysocki1-2/+2
2024-01-02thermal/thermal_of: Allow rebooting after critical tempFabio Estevam1-0/+6
2023-09-11thermal/of: add missing of_node_put()Julia Lawall1-2/+6
2023-08-22thermal/of: Fix potential uninitialized value accessPeng Fan1-4/+4
2023-07-31thermal: Explicitly include correct DT includesRob Herring1-2/+1
2023-07-24thermal: of: fix double-free on unregistrationAhmad Fatoum1-21/+6
2023-04-07thermal/of: Unexport unused OF functionsDaniel Lezcano1-5/+3
2023-01-06thermal/of: Remove of_thermal_get_crit_temp()Daniel Lezcano1-15/+0
2023-01-06thermal/of: Remove of_thermal_set_trip_hyst()Daniel Lezcano1-13/+0
2023-01-06thermal/of: Remove of_thermal_is_trip_valid()Daniel Lezcano1-19/+0
2023-01-06thermal/of: Remove of_thermal_get_ntrips()Daniel Lezcano1-16/+0
2023-01-06thermal/of: Remove unused functionsDaniel Lezcano1-17/+0
2023-01-06thermal/of: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-36/+0
2022-12-14thermal/of: Fix memory leak on thermal_of_zone_register() failureIdo Schimmel1-2/+6
2022-10-04thermal/of: Remove the thermal_zone_of_get_sensor_id() functionDaniel Lezcano1-44/+0
2022-08-17thermal/of: Remove old OF codeDaniel Lezcano1-809/+1
2022-08-17thermal/core: Move set_trip_temp ops to the sysfs codeDaniel Lezcano1-23/+0
2022-08-17thermal/of: Make new code and old code co-existDaniel Lezcano1-2/+11
2022-08-17thermal/of: Fix free after use in thermal_of_unregister()Daniel Lezcano1-3/+7
2022-08-17thermal/of: Return -ENODEV instead of -EINVAL if registration failsDaniel Lezcano1-4/+5
2022-08-17thermal/of: Fix error code in of_thermal_zone_find()Dan Carpenter1-0/+1
2022-08-17thermal/of: Rework the thermal device tree initializationDaniel Lezcano1-10/+450
2022-07-28thermal/of: Initialize trip points separatelyDaniel Lezcano1-29/+57
2022-07-28thermal/of: Use thermal trips stored in the thermal zoneDaniel Lezcano1-37/+16
2022-07-28thermal/core: Add thermal_trip in thermal_zoneDaniel Lezcano1-5/+3
2022-07-28thermal/of: Remove the device node pointer for thermal_tripDaniel Lezcano1-8/+0
2022-07-28thermal/of: Replace device node match with device node searchDaniel Lezcano1-20/+44
2022-05-19thermal: thermal_of: fix typo on __thermal_bind_paramsCorentin Labbe1-1/+1
2022-05-19thermal/drivers/thermal_of: Add change_mode ops support for thermal_of sensorManaf Meethalavalappu Pallikunhi1-0/+12
2021-11-05thermal: Fix NULL pointer dereferences in of_thermal_ functionsSubbaraman Narayanamurthy1-3/+6
2021-07-04thermal/core/thermal_of: Stop zone device before unregistering itDmitry Osipenko1-0/+3
2021-03-10thermal: thermal_of: Fix error return code of thermal_of_populate_bind_params()Jia-Ju Bai1-2/+5
2020-06-29thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz1-18/+0
2020-06-29thermal: Use mode helpers in driversAndrzej Pietrasiewicz1-9/+1
2020-06-29thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz1-9/+0
2020-06-29thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz1-7/+3
2020-05-22thermal/of: Rename of-thermal.cAmit Kucheria1-0/+1151