Re: [PATCH v4 04/11] thermal: Store device mode in struct thermal_zone_device

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Guenter,

W dniu 29.05.2020 o 17:42, Guenter Roeck pisze:
On Thu, May 28, 2020 at 09:20:44PM +0200, Andrzej Pietrasiewicz wrote:
Prepare for eliminating get_mode().

Might be worthwhile to explain (not only in the subject) what you are
doing here.

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxxxx>
---
  drivers/acpi/thermal.c                        | 18 ++++++----------
  .../ethernet/mellanox/mlxsw/core_thermal.c    | 21 +++++++------------
  drivers/platform/x86/acerhdf.c                | 15 ++++++-------
  drivers/thermal/da9062-thermal.c              |  6 ++----
  drivers/thermal/imx_thermal.c                 | 17 +++++++--------
  .../intel/int340x_thermal/int3400_thermal.c   | 12 +++--------
  .../thermal/intel/intel_quark_dts_thermal.c   | 16 +++++++-------
  drivers/thermal/thermal_of.c                  | 10 +++------

After this patch is applied on top of the thermal 'testing' branch,
there are still local instances of thermal_device_mode in
	drivers/thermal/st/stm_thermal.c
	drivers/thermal/ti-soc-thermal/ti-thermal-common.c

If there is a reason not to replace those, it might make sense to explain
it here.


My understanding is that these two are sensor devices which are "plugged"
into their "parent" thermal zone device. The latter is the "proper" tzd.
They both use thermal_zone_of_device_ops instead of thermal_zone_device_ops.
The former doesn't even have get_mode(). The thermal core, when it calls
get_mode(), operates on the "parent" thermal zone devices.

Consequently, the drivers you mention use their "mode" members for
their private purpose, not for the purpose of storing the "parent"
thermal zone device mode.

Andrzej






[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux