mbox series

[0/3] Processor thermal interrupts for Lunar Lake

Message ID 20240619172109.497639-1-srinivas.pandruvada@linux.intel.com (mailing list archive)
Headers show
Series Processor thermal interrupts for Lunar Lake | expand

Message

Srinivas Pandruvada June 19, 2024, 5:21 p.m. UTC
Enable MSI interrupts for Lunar Lake. Also enable Workload hint and power
floor support.

Srinivas Pandruvada (3):
  thermal: intel: int340x: Remove unnecessary calls to free irq
  thermal: intel: int340x: Support MSI interrupt for Lunar Lake
  thermal: intel: int340x: Enable WLT and power floor support for Lunar
    Lake

 .../processor_thermal_device.h                |   1 +
 .../processor_thermal_device_pci.c            | 116 ++++++++++++++----
 2 files changed, 91 insertions(+), 26 deletions(-)

Comments

Rafael J. Wysocki June 21, 2024, 1:22 p.m. UTC | #1
On Wed, Jun 19, 2024 at 7:21 PM Srinivas Pandruvada
<srinivas.pandruvada@linux.intel.com> wrote:
>
> Enable MSI interrupts for Lunar Lake. Also enable Workload hint and power
> floor support.
>
> Srinivas Pandruvada (3):
>   thermal: intel: int340x: Remove unnecessary calls to free irq
>   thermal: intel: int340x: Support MSI interrupt for Lunar Lake
>   thermal: intel: int340x: Enable WLT and power floor support for Lunar
>     Lake
>
>  .../processor_thermal_device.h                |   1 +
>  .../processor_thermal_device_pci.c            | 116 ++++++++++++++----
>  2 files changed, 91 insertions(+), 26 deletions(-)
>
> --

All applied as 6.11 material, thanks!