[PATCH v2 0/4] thermal: intel: int340x: New power slider interface

Srinivas Pandruvada posted 4 patches 1 month, 1 week ago
drivers/thermal/intel/int340x_thermal/Kconfig |   1 +
.../thermal/intel/int340x_thermal/Makefile    |   1 +
.../processor_thermal_device.c                |  20 ++
.../processor_thermal_device.h                |   6 +
.../processor_thermal_device_pci.c            |   3 +-
.../processor_thermal_soc_slider.c            | 283 ++++++++++++++++++
6 files changed, 313 insertions(+), 1 deletion(-)
create mode 100644 drivers/thermal/intel/int340x_thermal/processor_thermal_soc_slider.c
[PATCH v2 0/4] thermal: intel: int340x: New power slider interface
Posted by Srinivas Pandruvada 1 month, 1 week ago
Using the Linux platform-profile API, add support for system-wide energy
performance preferences. This feature is enabled for Panther Lake CPUs.

v2:
- Merge patch 5/5 to 1/5 (now 1/4)
- Some minor code changes

Srinivas Pandruvada (4):
  thermal: intel: int340x: Add support for power slider
  thermal: intel: int340x: Enable power slider interface for Panther
    Lake
  thermal: intel: int340x: Add module parameter for balanced Slider
  thermal: intel: int340x: Add module parameter to change slider offset

 drivers/thermal/intel/int340x_thermal/Kconfig |   1 +
 .../thermal/intel/int340x_thermal/Makefile    |   1 +
 .../processor_thermal_device.c                |  20 ++
 .../processor_thermal_device.h                |   6 +
 .../processor_thermal_device_pci.c            |   3 +-
 .../processor_thermal_soc_slider.c            | 283 ++++++++++++++++++
 6 files changed, 313 insertions(+), 1 deletion(-)
 create mode 100644 drivers/thermal/intel/int340x_thermal/processor_thermal_soc_slider.c

-- 
2.43.0
Re: [PATCH v2 0/4] thermal: intel: int340x: New power slider interface
Posted by Rafael J. Wysocki 1 month, 1 week ago
On Mon, Aug 25, 2025 at 3:23 PM Srinivas Pandruvada
<srinivas.pandruvada@linux.intel.com> wrote:
>
> Using the Linux platform-profile API, add support for system-wide energy
> performance preferences. This feature is enabled for Panther Lake CPUs.
>
> v2:
> - Merge patch 5/5 to 1/5 (now 1/4)
> - Some minor code changes
>
> Srinivas Pandruvada (4):
>   thermal: intel: int340x: Add support for power slider
>   thermal: intel: int340x: Enable power slider interface for Panther
>     Lake
>   thermal: intel: int340x: Add module parameter for balanced Slider
>   thermal: intel: int340x: Add module parameter to change slider offset
>
>  drivers/thermal/intel/int340x_thermal/Kconfig |   1 +
>  .../thermal/intel/int340x_thermal/Makefile    |   1 +
>  .../processor_thermal_device.c                |  20 ++
>  .../processor_thermal_device.h                |   6 +
>  .../processor_thermal_device_pci.c            |   3 +-
>  .../processor_thermal_soc_slider.c            | 283 ++++++++++++++++++
>  6 files changed, 313 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/thermal/intel/int340x_thermal/processor_thermal_soc_slider.c
>
> --

All patches applied as 6.18 material with a few minor adjustments, thanks!