]> www.infradead.org Git - users/jedix/linux-maple.git/commit
thermal: imx: Use the .should_bind() thermal zone callback
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 19 Aug 2024 16:26:20 +0000 (18:26 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 22 Aug 2024 15:43:14 +0000 (17:43 +0200)
commita32d621df4d46cdcef0a7cfd9178ce570824a3a2
tree33e3540e85883cb4f9adf48a174b6e990cb99cf3
parent6d9149e75b810a08226fbe5e2b4e63036641bcc1
thermal: imx: Use the .should_bind() thermal zone callback

Make the imx_thermal driver use the .should_bind() thermal zone callback
to provide the thermal core with the information on whether or not to
bind the given cooling device to the given trip point in the given
thermal zone.  If it returns 'true', the thermal core will bind the
cooling device to the trip and the corresponding unbinding will be
taken care of automatically by the core on the removal of the involved
thermal zone or cooling device.

In the imx_thermal case, it only needs to return 'true' for the passive
trip point and it will match any cooling device passed to it, in
analogy with the old-style imx_bind() callback function.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://patch.msgid.link/2485070.jE0xQCEvom@rjwysocki.net
drivers/thermal/imx_thermal.c