mbox series

[0/3] DPTF IDs for Raptor Lake

Message ID 20220114232435.448340-1-srinivas.pandruvada@linux.intel.com
Headers show
Series DPTF IDs for Raptor Lake | expand

Message

srinivas pandruvada Jan. 14, 2022, 11:24 p.m. UTC
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(+)

Comments

Rafael J. Wysocki Jan. 17, 2022, 6:52 p.m. UTC | #1
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!