[PATCH 0/3] DPTF IDs for Raptor Lake

Srinivas Pandruvada posted 3 patches 4 years, 5 months ago
drivers/acpi/dptf/dptf_pch_fivr.c                           | 1 +
drivers/acpi/dptf/dptf_power.c                              | 2 ++
drivers/acpi/dptf/int340x_thermal.c                         | 6 ++++++
drivers/acpi/fan.h                                          | 1 +
drivers/thermal/intel/int340x_thermal/int3400_thermal.c     | 1 +
drivers/thermal/intel/int340x_thermal/int3403_thermal.c     | 1 +
.../intel/int340x_thermal/processor_thermal_device.h        | 1 +
.../intel/int340x_thermal/processor_thermal_device_pci.c    | 1 +
8 files changed, 14 insertions(+)
[PATCH 0/3] DPTF IDs for Raptor Lake
Posted by Srinivas Pandruvada 4 years, 5 months ago
Add ACPI and PCI device ids for Raptor Lake DPTF support.

Srinivas Pandruvada (3):
  ACPI: DPTF: Support Raptor Lake
  thermal: int340x: Support Raptor Lake
  thermal: int340x: Add Raptor Lake PCI device id

 drivers/acpi/dptf/dptf_pch_fivr.c                           | 1 +
 drivers/acpi/dptf/dptf_power.c                              | 2 ++
 drivers/acpi/dptf/int340x_thermal.c                         | 6 ++++++
 drivers/acpi/fan.h                                          | 1 +
 drivers/thermal/intel/int340x_thermal/int3400_thermal.c     | 1 +
 drivers/thermal/intel/int340x_thermal/int3403_thermal.c     | 1 +
 .../intel/int340x_thermal/processor_thermal_device.h        | 1 +
 .../intel/int340x_thermal/processor_thermal_device_pci.c    | 1 +
 8 files changed, 14 insertions(+)

-- 
2.34.1

Re: [PATCH 0/3] DPTF IDs for Raptor Lake
Posted by Rafael J. Wysocki 4 years, 5 months ago
On Sat, Jan 15, 2022 at 12:24 AM Srinivas Pandruvada
<srinivas.pandruvada@linux.intel.com> wrote:
>
> Add ACPI and PCI device ids for Raptor Lake DPTF support.
>
> Srinivas Pandruvada (3):
>   ACPI: DPTF: Support Raptor Lake
>   thermal: int340x: Support Raptor Lake
>   thermal: int340x: Add Raptor Lake PCI device id
>
>  drivers/acpi/dptf/dptf_pch_fivr.c                           | 1 +
>  drivers/acpi/dptf/dptf_power.c                              | 2 ++
>  drivers/acpi/dptf/int340x_thermal.c                         | 6 ++++++
>  drivers/acpi/fan.h                                          | 1 +
>  drivers/thermal/intel/int340x_thermal/int3400_thermal.c     | 1 +
>  drivers/thermal/intel/int340x_thermal/int3403_thermal.c     | 1 +
>  .../intel/int340x_thermal/processor_thermal_device.h        | 1 +
>  .../intel/int340x_thermal/processor_thermal_device_pci.c    | 1 +
>  8 files changed, 14 insertions(+)
>
> --

All 3 patches applied as 5.17-rc material, thanks!