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