Re: [PATCH v2 02/14] thermal/core: Add a thermal sensor structure in the thermal zone

From: Krzysztof Kozlowski
Date: Mon May 09 2022 - 03:20:34 EST


On 07/05/2022 14:54, Daniel Lezcano wrote:
> The thermal sensor ops is directly defined in the thermal zone but
> still its data structuration makes the sensor ops and the thermal zone
> too much interconnected for multiple sensors per thermal zone.
>
> Create a dedicated structure for the thermal sensor to be included in
> the thermal zone structure so these components are clearly separated.
>
> Cc: Alexandre Bailon <abailon@xxxxxxxxxxxx>
> Cc: Kevin Hilman <khilman@xxxxxxxxxxxx>
> Cc; Eduardo Valentin <eduval@xxxxxxxxxx>

You have a ';' typo here.

> Signed-off-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
> ---
> drivers/thermal/broadcom/bcm2835_thermal.c | 2 +-
> drivers/thermal/gov_bang_bang.c | 6 +--
> drivers/thermal/gov_fair_share.c | 6 +--
> drivers/thermal/gov_power_allocator.c | 18 ++++----
> drivers/thermal/gov_step_wise.c | 4 +-
> drivers/thermal/rcar_gen3_thermal.c | 6 +--
> drivers/thermal/samsung/exynos_tmu.c | 6 +--

For Samsung:
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>


Best regards,
Krzysztof