X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH 0/3] Add hwmon and sysfs reporting in HSMP
@ 2025-02-18 12:39 Suma Hegde
  2025-02-18 12:39 ` [PATCH 1/3] platform/x86/amd/hsmp: Use one DRIVER_VERSION Suma Hegde
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Suma Hegde @ 2025-02-18 12:39 UTC (permalink / raw)
  To: platform-driver-x86; +Cc: ilpo.jarvinen, hdegoede, Suma Hegde

This patch series adds 
1. power sensors for hwmon interface
2. sysfs interface for telemetry (only in acpi module)

Patch 1: Use one HSMP driver version for common, acpi and plat files.
Patch 2: Add sysfs files to acpi driver.
Patch 3: Add hwmon power sensor support to both acpi and plat driver.

Suma Hegde (3):
  platform/x86/amd/hsmp: Use one DRIVER_VERSION
  platform/x86/amd/hsmp: Report power using hwmon sensors
  platform/x86/amd/hsmp: acpi: Add sysfs files to show HSMP telemetry

 Documentation/arch/x86/amd_hsmp.rst    |  29 +++
 drivers/platform/x86/amd/hsmp/Makefile |   2 +-
 drivers/platform/x86/amd/hsmp/acpi.c   | 273 ++++++++++++++++++++++++-
 drivers/platform/x86/amd/hsmp/hsmp.c   |  23 ++-
 drivers/platform/x86/amd/hsmp/hsmp.h   |  13 ++
 drivers/platform/x86/amd/hsmp/hwmon.c  | 191 +++++++++++++++++
 drivers/platform/x86/amd/hsmp/plat.c   |   4 +-
 7 files changed, 530 insertions(+), 5 deletions(-)
 create mode 100644 drivers/platform/x86/amd/hsmp/hwmon.c

-- 
2.25.1


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-18 12:39 [PATCH 0/3] Add hwmon and sysfs reporting in HSMP Suma Hegde
2025-02-18 12:39 ` [PATCH 1/3] platform/x86/amd/hsmp: Use one DRIVER_VERSION Suma Hegde
2025-02-18 12:39 ` [PATCH 2/3] platform/x86/amd/hsmp: Report power using hwmon sensors Suma Hegde
2025-03-03 13:20   ` Ilpo Järvinen
2025-02-18 12:39 ` [PATCH 3/3] platform/x86/amd/hsmp: acpi: Add sysfs files to show HSMP telemetry Suma Hegde
2025-03-03 13:31   ` Ilpo Järvinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox