All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Platform Temperature Control interface
@ 2025-03-08 18:38 Srinivas Pandruvada
  2025-03-08 18:38 ` [PATCH 1/3] thermal: intel: int340x: Add platform temperature control interface Srinivas Pandruvada
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Srinivas Pandruvada @ 2025-03-08 18:38 UTC (permalink / raw)
  To: rui.zhang, daniel.lezcano, rafael, lukasz.luba
  Cc: linux-kernel, linux-pm, Srinivas Pandruvada

Platform Temperature Control is a dynamic control loop implemented in
hardware to manage the skin or any board temperature of a device. The
reported skin or board temperature is controlled by comparing to a
configured target temperature and adjusting the SoC (System on Chip)
performance accordingly.

This series supports optional controls from the user space.

Srinivas Pandruvada (3):
  thermal: intel: int340x: Add platform temperature control interface
  thermal: intel: int340x: Enable platform temperature control
  thermal: int340x: processor_thermal: Platform temperature control
    documentation

 .../driver-api/thermal/intel_dptf.rst         |  15 ++
 .../thermal/intel/int340x_thermal/Makefile    |   1 +
 .../platform_temperature_control.c            | 181 ++++++++++++++++++
 .../processor_thermal_device.c                |  15 +-
 .../processor_thermal_device.h                |   3 +
 .../processor_thermal_device_pci.c            |   6 +-
 6 files changed, 218 insertions(+), 3 deletions(-)
 create mode 100644 drivers/thermal/intel/int340x_thermal/platform_temperature_control.c

-- 
2.48.1


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/3] Platform Temperature Control interface
@ 2025-03-08 18:36 Srinivas Pandruvada
  2025-03-08 18:36 ` [PATCH 1/3] thermal: intel: int340x: Add platform temperature control interface Srinivas Pandruvada
  0 siblings, 1 reply; 8+ messages in thread
From: Srinivas Pandruvada @ 2025-03-08 18:36 UTC (permalink / raw)
  To: rui.zhang, daniel.lezcano, rafael, lukasz.luba
  Cc: linux-kernel, Srinivas Pandruvada

Platform Temperature Control is a dynamic control loop implemented in
hardware to manage the skin or any board temperature of a device. The
reported skin or board temperature is controlled by comparing to a
configured target temperature and adjusting the SoC (System on Chip)
performance accordingly.

This series supports optional controls from the user space.

Srinivas Pandruvada (3):
  thermal: intel: int340x: Add platform temperature control interface
  thermal: intel: int340x: Enable platform temperature control
  thermal: int340x: processor_thermal: Platform temperature control
    documentation

 .../driver-api/thermal/intel_dptf.rst         |  15 ++
 .../thermal/intel/int340x_thermal/Makefile    |   1 +
 .../platform_temperature_control.c            | 181 ++++++++++++++++++
 .../processor_thermal_device.c                |  15 +-
 .../processor_thermal_device.h                |   3 +
 .../processor_thermal_device_pci.c            |   6 +-
 6 files changed, 218 insertions(+), 3 deletions(-)
 create mode 100644 drivers/thermal/intel/int340x_thermal/platform_temperature_control.c

-- 
2.48.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-03-14 14:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08 18:38 [PATCH 0/3] Platform Temperature Control interface Srinivas Pandruvada
2025-03-08 18:38 ` [PATCH 1/3] thermal: intel: int340x: Add platform temperature control interface Srinivas Pandruvada
2025-03-11  5:56   ` Zhang, Rui
2025-03-14 14:30     ` srinivas pandruvada
2025-03-08 18:38 ` [PATCH 2/3] thermal: intel: int340x: Enable platform temperature control Srinivas Pandruvada
2025-03-08 18:38 ` [PATCH 3/3] thermal: int340x: processor_thermal: Platform temperature control documentation Srinivas Pandruvada
2025-03-08 18:40 ` [PATCH 0/3] Platform Temperature Control interface srinivas pandruvada
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 18:36 Srinivas Pandruvada
2025-03-08 18:36 ` [PATCH 1/3] thermal: intel: int340x: Add platform temperature control interface Srinivas Pandruvada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.