thermal/drivers/st: Use generic trip points
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 3 Oct 2022 09:25:53 +0000 (11:25 +0200)
committerDaniel Lezcano <daniel.lezcano@kernel.org>
Fri, 6 Jan 2023 13:14:47 +0000 (14:14 +0100)
commit28fd2cd9b38ba82578d21e71acd93010a77c9942
tree67751a0cb723ff9cceeb60c8c534d064488721ad
parentaacfbf15e0ac2ba1e1b848fc439a9c7c7fd90934
thermal/drivers/st: Use generic trip points

The thermal framework gives the possibility to register the trip
points with the thermal zone. When that is done, no get_trip_* ops are
needed and they can be removed.

Convert to the generic trip points

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20221003092602.1323944-21-daniel.lezcano@linaro.org
drivers/thermal/st/st_thermal.c