mbox series

[GIT,PULL] amd-pstate content for 6.16 (5/8/25)

Message ID 5524b46b-88c4-46f6-ab12-96c6a10d84dc@kernel.org
State New
Headers show
Series [GIT,PULL] amd-pstate content for 6.16 (5/8/25) | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git tags/amd-pstate-v6.16-2025-05-08

Message

Mario Limonciello May 8, 2025, 9:23 p.m. UTC
The following changes since commit 9c32cda43eb78f78c73aee4aa344b777714e259b:

   Linux 6.15-rc3 (2025-04-20 13:43:47 -0700)

are available in the Git repository at:

  
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git 
tags/amd-pstate-v6.16-2025-05-08

for you to fetch changes up to d26d16438bc5fd5524121244cc133f9872a63210:

   amd-pstate-ut: Reset amd-pstate driver mode after running selftests 
(2025-05-05 12:07:42 -0500)

----------------------------------------------------------------
amd-pstate content for 6.16 (5/8/25)

Add support for a new feature on some BIOS that allows setting
"lowest CPU minimum frequency".

Fix the amd-pstate-ut unit tests to restore system settings when done.

----------------------------------------------------------------
Dhananjay Ugwekar (3):
       cpufreq/amd-pstate: Move max_perf limiting in amd_pstate_update
       cpufreq/amd-pstate: Add offline, online and suspend callbacks for 
amd_pstate_driver
       cpufreq/amd-pstate: Add support for the "Requested CPU Min 
frequency" BIOS option

Swapnil Sapkal (1):
       amd-pstate-ut: Reset amd-pstate driver mode after running selftests

  drivers/cpufreq/amd-pstate-ut.c |  19 ++++++++++++-------
  drivers/cpufreq/amd-pstate.c    | 113 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------
  drivers/cpufreq/amd-pstate.h    |   3 +++
  3 files changed, 103 insertions(+), 32 deletions(-)

Comments

Rafael J. Wysocki May 9, 2025, 1:25 p.m. UTC | #1
On Thu, May 8, 2025 at 11:23 PM Mario Limonciello <superm1@kernel.org> wrote:
>
> The following changes since commit 9c32cda43eb78f78c73aee4aa344b777714e259b:
>
>    Linux 6.15-rc3 (2025-04-20 13:43:47 -0700)
>
> are available in the Git repository at:
>
>
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git
> tags/amd-pstate-v6.16-2025-05-08
>
> for you to fetch changes up to d26d16438bc5fd5524121244cc133f9872a63210:
>
>    amd-pstate-ut: Reset amd-pstate driver mode after running selftests
> (2025-05-05 12:07:42 -0500)
>
> ----------------------------------------------------------------
> amd-pstate content for 6.16 (5/8/25)
>
> Add support for a new feature on some BIOS that allows setting
> "lowest CPU minimum frequency".
>
> Fix the amd-pstate-ut unit tests to restore system settings when done.
>
> ----------------------------------------------------------------
> Dhananjay Ugwekar (3):
>        cpufreq/amd-pstate: Move max_perf limiting in amd_pstate_update
>        cpufreq/amd-pstate: Add offline, online and suspend callbacks for
> amd_pstate_driver
>        cpufreq/amd-pstate: Add support for the "Requested CPU Min
> frequency" BIOS option
>
> Swapnil Sapkal (1):
>        amd-pstate-ut: Reset amd-pstate driver mode after running selftests
>
>   drivers/cpufreq/amd-pstate-ut.c |  19 ++++++++++++-------
>   drivers/cpufreq/amd-pstate.c    | 113
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------
>   drivers/cpufreq/amd-pstate.h    |   3 +++
>   3 files changed, 103 insertions(+), 32 deletions(-)

Pulled and added to linux-pm.git/linux-next, thanks!