From: Mario Limonciello <mario.limonciello@amd.com>
To: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>,
Hans de Goede <hdegoede@redhat.com>,
ilpo.jarvinen@linux.intel.com,
Basavaraj Natikar <basavaraj.natikar@amd.com>,
Jiri Kosina <jikos@kernel.org>,
Benjamin Tissoires <bentiss@kernel.org>,
Akshata MukundShetty <akshata.mukundshetty@amd.com>,
Patil Rajesh Reddy <patreddy@amd.com>
Cc: platform-driver-x86@vger.kernel.org, linux-input@vger.kernel.org
Subject: Re: [PATCH v2 0/2] Add new capabilities to PMF Smart PC
Date: Tue, 17 Dec 2024 10:20:02 -0600 [thread overview]
Message-ID: <d7c9b038-4e3f-467e-ad6d-7db1cf728caa@amd.com> (raw)
In-Reply-To: <20241217151627.757477-1-Shyam-sundar.S-k@amd.com>
On 12/17/2024 09:16, Shyam Sundar S K wrote:
> 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.
>
> v2:
> -----
> - Address cosmetic remarks from Mario
> - Remove explicit assignment to enums in SFH.
>
> Additional notes:
>
> 1) This series is based on Mainline(v6.13-rc3)
> 2) This series builds upon the recent commit to PMF found in
> platform-drivers-x86/review-ilpo-next
>
> 6000bc1f5a81 ("platform/x86/amd/pmf: Enable Custom BIOS Inputs for PMF-TA")
>
> Aside from these two points, there should be no issues when merging them.
>
> 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 | 38 ++++++++++++++
> .../amd-sfh-hid/sfh1_1/amd_sfh_interface.h | 24 ++++++++-
> 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, 166 insertions(+), 3 deletions(-)
>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
next prev parent reply other threads:[~2024-12-17 16:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-17 15:16 [PATCH v2 0/2] Add new capabilities to PMF Smart PC Shyam Sundar S K
2024-12-17 15:16 ` [PATCH v2 1/2] HID: amd_sfh: Add support to export device operating states Shyam Sundar S K
2024-12-17 15:16 ` [PATCH v2 2/2] platform/x86/amd/pmf: Get SRA sensor data from AMD SFH driver Shyam Sundar S K
2025-01-09 9:03 ` Jiri Kosina
2025-01-09 9:31 ` Ilpo Järvinen
2025-01-09 9:35 ` Jiri Kosina
2024-12-17 16:20 ` Mario Limonciello [this message]
2025-01-07 18:36 ` [PATCH v2 0/2] Add new capabilities to PMF Smart PC Ilpo Järvinen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d7c9b038-4e3f-467e-ad6d-7db1cf728caa@amd.com \
--to=mario.limonciello@amd.com \
--cc=Shyam-sundar.S-k@amd.com \
--cc=akshata.mukundshetty@amd.com \
--cc=basavaraj.natikar@amd.com \
--cc=bentiss@kernel.org \
--cc=hdegoede@redhat.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=jikos@kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=patreddy@amd.com \
--cc=platform-driver-x86@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.