Re: [PATCH v2 01/16] thermal/core: Add a thermal zone 'devdata' accessor

From: Florian Fainelli
Date: Wed Feb 22 2023 - 14:21:07 EST


On 2/21/23 10:06, Daniel Lezcano wrote:
The thermal zone device structure is exposed to the different drivers
and obviously they access the internals while that should be
restricted to the core thermal code.

In order to self-encapsulate the thermal core code, we need to prevent
the drivers accessing directly the thermal zone structure and provide
accessor functions to deal with.

Provide an accessor to the 'devdata' structure and make use of it in
the different drivers.

No functional changes intended.

Signed-off-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
Acked-by: Guenter Roeck <linux@xxxxxxxxxxxx> #hwmon
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> #R-Car
Acked-by: Mark Brown <broonie@xxxxxxxxxx>
Reviewed-by: Ido Schimmel <idosch@xxxxxxxxxx> #mlxsw
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx> #MediaTek auxadc and lvts
Reviewed-by: Balsam CHIHI <bchihi@xxxxxxxxxxxx> #Mediatek lvts
Acked-by: Gregory Greenman <gregory.greenman@xxxxxxxxx> #iwlwifi
Reviewed-by: Adam Ward <DLG-Adam.Ward.opensource@xxxxxxxxxxxxxx> #da9062
Reviewed-by: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx> #spread
Acked-by: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx> #power_supply

Acked-by: Florian Fainelli <f.fainelli@xxxxxxxxx> #Broadcom
--
Florian