Skip to content

Commit d92e600

Browse files
committed
Merge tag 'thermal-v6.0-rc2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux
Pull thermal control fixes for 6.0-rc3 from Daniel Lezcano: "- Fix missing required property for thermal zone description (Daniel Lezcano) - Add missing export symbol for thermal_zone_device_register_with_trips() (Daniel Lezcano)" * tag 'thermal-v6.0-rc2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux: dt-bindings: thermal: Fix missing required property thermal/core: Add missing EXPORT_SYMBOL_GPL
2 parents 568035b + 8c59632 commit d92e600

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Documentation/devicetree/bindings/thermal/thermal-zones.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ patternProperties:
214214
- polling-delay
215215
- polling-delay-passive
216216
- thermal-sensors
217+
- trips
217218

218219
additionalProperties: false
219220

drivers/thermal/thermal_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,7 @@ thermal_zone_device_register_with_trips(const char *type, struct thermal_trip *t
13291329
kfree(tz);
13301330
return ERR_PTR(result);
13311331
}
1332+
EXPORT_SYMBOL_GPL(thermal_zone_device_register_with_trips);
13321333

13331334
struct thermal_zone_device *thermal_zone_device_register(const char *type, int ntrips, int mask,
13341335
void *devdata, struct thermal_zone_device_ops *ops,

0 commit comments

Comments
 (0)