mbox series

[v1,0/2] Add _TZD method for ACPI thermal

Message ID 20241107032626.16682-1-lihuisong@huawei.com (mailing list archive)
Headers show
Series Add _TZD method for ACPI thermal | expand

Message

Huisong Li Nov. 7, 2024, 3:26 a.m. UTC
This series is mainly used to support _TZD method for ACPI thermal so as
to directly know the devices associated with the thermal zone.
And fix a little issue for acpi_power_meter by the way.

Huisong Li (2):
  ACPI: thermal: Support for linking devices associated with the thermal
    zone
  hwmon: (acpi_power_meter) Fix fail to load module on platform without
    _PMD method

 drivers/acpi/thermal.c           | 114 ++++++++++++++++++++++++++++++-
 drivers/hwmon/acpi_power_meter.c |   3 +-
 2 files changed, 115 insertions(+), 2 deletions(-)