- Fix missing required property for thermal zone description (Daniel

Lezcano)
 
 - Add missing export symbol for
   thermal_zone_device_register_with_trips() (Daniel Lezcano)
 -----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEGn3N4YVz0WNVyHskqDIjiipP6E8FAmL8y7gACgkQqDIjiipP
 6E+qrggAq8zlXb8xesf8P6Xu8vr4VDpNlSIVW7WSYSFwDUx07XGwUJVVX0CWo4as
 +U5mZLZwQmHCNUtr0NBd4eVm4bZHP79hNVl/OHkVFWGRRvOdH8jmOy7pmcVhUHYe
 Vh0RUiGyp19P15KrvCJTpCxSKYipsO6PfIrBu6LdxtYjuw7d6YMFOuwCJv9OU3to
 AncVv7k1mHqdUNBW7biv4iWf3LQ0LBw/IPN2+pp7b+65a5Kz7oEAOKJc3IwHD6TO
 dInh5BiYtC3yYOhGoQHIUM5cLJDK5R2kOhgbL/g50Xd/0iidhNo7pTkSnyEOSGC4
 DssZogPm0Z1L86BSS765HENnV7o7mw==
 =/cgU
 -----END PGP SIGNATURE-----

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
This commit is contained in:
Rafael J. Wysocki 2022-08-20 13:49:17 +02:00
commit d92e600f86
2 changed files with 2 additions and 0 deletions

View File

@ -214,6 +214,7 @@ patternProperties:
- polling-delay
- polling-delay-passive
- thermal-sensors
- trips
additionalProperties: false

View File

@ -1329,6 +1329,7 @@ free_tz:
kfree(tz);
return ERR_PTR(result);
}
EXPORT_SYMBOL_GPL(thermal_zone_device_register_with_trips);
struct thermal_zone_device *thermal_zone_device_register(const char *type, int ntrips, int mask,
void *devdata, struct thermal_zone_device_ops *ops,