Skip to content

Commit 3bf1b15

Browse files
committed
Merge branch 'thermal-core'
Merge thermal control core fixes for 6.0-rc3: - Fix missing required property for thermal zone description (Daniel Lezcano). - Add missing export symbol for thermal_zone_device_register_with_trips() (Daniel Lezcano). * thermal-core: dt-bindings: thermal: Fix missing required property thermal/core: Add missing EXPORT_SYMBOL_GPL
2 parents 7931e28 + d92e600 commit 3bf1b15

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)