linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add new capabilities to PMF Smart PC
@ 2024-12-12 15:19 Shyam Sundar S K
  2024-12-12 15:19 ` [PATCH 1/2] HID: amd_sfh: Add support to export device operating states Shyam Sundar S K
  2024-12-12 15:19 ` [PATCH 2/2] platform/x86/amd/pmf: Get SRA sensor data from AMD SFH driver Shyam Sundar S K
  0 siblings, 2 replies; 11+ messages in thread
From: Shyam Sundar S K @ 2024-12-12 15:19 UTC (permalink / raw)
  To: Hans de Goede, ilpo.jarvinen, Mario Limonciello,
	Basavaraj Natikar, Jiri Kosina, Benjamin Tissoires,
	Akshata MukundShetty, Patil Rajesh Reddy
  Cc: platform-driver-x86, linux-input, Shyam Sundar S K

This series introduces the following enhancements:

- Support for device operating states in the AMD SFH driver through the
SRA sensor.
- Functionality in the PMF driver to export SRA data from the SFH driver
to the PMF, allowing it to be used as input for the PMF-TA in evaluating
policy conditions that involve SRA sensor data.

Basavaraj Natikar (1):
  HID: amd_sfh: Add support to export device operating states

Shyam Sundar S K (1):
  platform/x86/amd/pmf: Get SRA sensor data from AMD SFH driver

 drivers/hid/amd-sfh-hid/amd_sfh_common.h      |  1 +
 drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c | 22 ++++++++
 .../amd-sfh-hid/sfh1_1/amd_sfh_interface.c    | 35 +++++++++++++
 .../amd-sfh-hid/sfh1_1/amd_sfh_interface.h    | 20 ++++++++
 drivers/platform/x86/amd/pmf/pmf.h            | 18 ++++++-
 drivers/platform/x86/amd/pmf/spc.c            | 51 +++++++++++++++++++
 include/linux/amd-pmf-io.h                    | 15 ++++++
 7 files changed, 161 insertions(+), 1 deletion(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-12-17 15:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 15:19 [PATCH 0/2] Add new capabilities to PMF Smart PC Shyam Sundar S K
2024-12-12 15:19 ` [PATCH 1/2] HID: amd_sfh: Add support to export device operating states Shyam Sundar S K
2024-12-12 15:46   ` Mario Limonciello
2024-12-12 15:55     ` Shyam Sundar S K
2024-12-12 16:47       ` Ilpo Järvinen
2024-12-17 15:19         ` Shyam Sundar S K
2024-12-12 16:22   ` Mario Limonciello
2024-12-12 15:19 ` [PATCH 2/2] platform/x86/amd/pmf: Get SRA sensor data from AMD SFH driver Shyam Sundar S K
2024-12-12 16:26   ` Mario Limonciello
2024-12-16 17:57     ` Shyam Sundar S K
2024-12-16 18:01       ` Mario Limonciello

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).