summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_core.h
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linexp.org>2022-07-22 21:59:59 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2022-07-28 17:29:53 +0200
commita3193edcbdf9a8ae73b6e1f2da96e920582c1849 (patch)
treea1d5bed4ce87d584ec46ff2a6a70f128be9d8b65 /drivers/thermal/thermal_core.h
parent3f95ac324535eafafd436d35bf58f0319dd4a70b (diff)
downloadlinux-stable-a3193edcbdf9a8ae73b6e1f2da96e920582c1849.tar.gz
linux-stable-a3193edcbdf9a8ae73b6e1f2da96e920582c1849.tar.bz2
linux-stable-a3193edcbdf9a8ae73b6e1f2da96e920582c1849.zip
thermal/of: Replace device node match with device node search
The thermal_of code builds a trip array associated with the node pointer in order to compare the trip point phandle with the list. The thermal trip is a thermal zone property and should be moved there. If some sensors have hardcoded trip points, they should use the exported structure instead of redefining again and again their own structure and data to describe exactly the same things. In order to move this to the thermal.h header and allow more cleanup, we need to remove the node pointer from the structure. Instead of building storing the device node, we search directly in the device tree the corresponding node. That results in a simplification of the code and allows to move the structure to thermal.h Cc: Alexandre Bailon <abailon@baylibre.com> Cc: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linexp.org> Link: https://lore.kernel.org/r/20220722200007.1839356-3-daniel.lezcano@linexp.org Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/thermal/thermal_core.h')
0 files changed, 0 insertions, 0 deletions