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

Srinivas Pandruvada posted 5 patches 1 month, 3 weeks ago
There is a newer version of this series
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            | 268 ++++++++++++++++++
6 files changed, 298 insertions(+), 1 deletion(-)
create mode 100644 drivers/thermal/intel/int340x_thermal/processor_thermal_soc_slider.c
[PATCH 0/5] thermal: intel: int340x: New power slider interface
Posted by Srinivas Pandruvada 1 month, 3 weeks ago
Using the Linux platform-profile API, add support for system-wide energy
performance preferences. This feature is enabled for Panther Lake CPUs.

Srinivas Pandruvada (5):
  thermal: intel: int340x: Add support for power slider
  thermal: intel: int340x: Enable power slider interface
  thermal: intel: int340x: Add module parameter for balanced Slider
  thermal: intel: int340x: Add module parameter to change slider offset
  thermal: intel: int340x: Add suspend and resume callbacks

 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            | 268 ++++++++++++++++++
 6 files changed, 298 insertions(+), 1 deletion(-)
 create mode 100644 drivers/thermal/intel/int340x_thermal/processor_thermal_soc_slider.c

-- 
2.43.0