linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] thermal: processor_thermal: Power floor status
@ 2023-09-26 22:58 Srinivas Pandruvada
  2023-09-26 22:58 ` [PATCH 1/5] thermal: int340x: processor_thermal: Set feature mask before proc_thermal_add Srinivas Pandruvada
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Srinivas Pandruvada @ 2023-09-26 22:58 UTC (permalink / raw)
  To: daniel.lezcano, rafael, rui.zhang
  Cc: linux-pm, linux-kernel, Srinivas Pandruvada

Support power floor notifications for Meteor Lake processors.

The first change is to prepare for power floor status and others
add support for power floor.

Srinivas Pandruvada (5):
  thermal: int340x: processor_thermal: Set feature mask before
    proc_thermal_add
  thermal: int340x: processor_thermal: Support power floor notifications
  thermal: int340x: processor_thermal: Handle power floor interrupts
  thermal: int340x: processor_thermal: Enable power floor support
  selftests/thermel/intel: Add test to read power floor status

 .../driver-api/thermal/intel_dptf.rst         |   8 ++
 .../thermal/intel/int340x_thermal/Makefile    |   1 +
 .../processor_thermal_device.c                |  68 ++++++++++-
 .../processor_thermal_device.h                |   8 ++
 .../processor_thermal_device_pci.c            |  29 +++--
 .../processor_thermal_power_floor.c           | 114 ++++++++++++++++++
 tools/testing/selftests/Makefile              |   1 +
 .../thermal/intel/power_floor/Makefile        |  12 ++
 .../intel/power_floor/power_floor_test.c      | 108 +++++++++++++++++
 9 files changed, 336 insertions(+), 13 deletions(-)
 create mode 100644 drivers/thermal/intel/int340x_thermal/processor_thermal_power_floor.c
 create mode 100644 tools/testing/selftests/thermal/intel/power_floor/Makefile
 create mode 100644 tools/testing/selftests/thermal/intel/power_floor/power_floor_test.c

-- 
2.41.0


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

end of thread, other threads:[~2023-10-02 18:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-26 22:58 [PATCH 0/5] thermal: processor_thermal: Power floor status Srinivas Pandruvada
2023-09-26 22:58 ` [PATCH 1/5] thermal: int340x: processor_thermal: Set feature mask before proc_thermal_add Srinivas Pandruvada
2023-09-26 22:58 ` [PATCH 2/5] thermal: int340x: processor_thermal: Support power floor notifications Srinivas Pandruvada
2023-10-02 18:41   ` Rafael J. Wysocki
2023-09-26 22:58 ` [PATCH 3/5] thermal: int340x: processor_thermal: Handle power floor interrupts Srinivas Pandruvada
2023-09-26 22:58 ` [PATCH 4/5] thermal: int340x: processor_thermal: Enable power floor support Srinivas Pandruvada
2023-09-26 22:58 ` [PATCH 5/5] selftests/thermel/intel: Add test to read power floor status Srinivas Pandruvada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).