summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_of.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-07thermal/of: Fix trivial enabled typoMarek Vasut1-1/+1
2026-06-03thermal/of: Support cooling device ID in cooling-specDaniel Lezcano1-4/+22
2026-06-03thermal/of: Pass cdev_id and introduce devm registration helperDaniel Lezcano1-12/+46
2026-06-03thermal/of: Add cooling device ID supportDaniel Lezcano1-6/+8
2026-06-03thermal/of: Rename the devm_thermal_of_cooling_device_register() functionDaniel Lezcano1-6/+9
2026-06-03thermal/of: Move cooling device OF helpers out of thermal coreDaniel Lezcano1-0/+83
2026-06-03thermal/of: Fix trailing whitespace and repeated wordMayur Kumar1-2/+2
2026-03-10thermal/of: Add OF node address to output messageAlexander Stein1-10/+10
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+2
2026-01-28thermal/of: Fix reference leak in thermal_of_cm_lookup()Felix Gu1-2/+2
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-16thermal: 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