summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_of.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+5
2025-03-24Merge branches 'thermal-core' and 'thermal-misc'Rafael J. Wysocki1-1/+1
2025-03-17thermal: core: allow user configuration of hardware protection actionAhmad Fatoum1-2/+5
2025-02-26thermal/of: Use kcalloc() instead of kzalloc() with multiplicationLukasz Luba1-1/+1
2025-02-25thermal/of: Fix cdev lookup in thermal_of_should_bind()Rafael J. Wysocki1-21/+29
2025-01-07thermal: of: fix OF node leak in of_thermal_zone_find()Joe Hattori1-0/+1
2024-11-26thermal: of: Use scoped device node handling to simplify of_thermal_zone_find()Krzysztof Kozlowski1-12/+6
2024-11-26thermal: of: Use scoped memory and OF handling to simplify thermal_of_trips_i...Krzysztof Kozlowski1-20/+7
2024-11-26thermal: of: Simplify thermal_of_should_bind with scoped for each OF childKrzysztof Kozlowski1-3/+2
2024-11-04thermal/of: support thermal zones w/o trips subnodeIcenowy Zheng1-11/+10
2024-08-29Merge branch 'thermal-core'Rafael J. Wysocki1-131/+40
2024-08-23thermal/of: Use the .should_bind() thermal zone callbackRafael J. Wysocki1-131/+40
2024-08-22thermal: of: Fix OF node leak in of_thermal_zone_find() error pathsKrzysztof Kozlowski1-6/+7
2024-08-22thermal: of: Fix OF node leak in thermal_of_zone_register()Krzysztof Kozlowski1-1/+5
2024-08-22thermal: of: Fix OF node leak in thermal_of_trips_init() error pathKrzysztof Kozlowski1-2/+2
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