mbox series

[GIT,PULL] : tools/power/x86/intel-speed-select pull request for 6.11-rc1

Message ID 0aff117b7688cc4c844773600813600b7e58af6b.camel@intel.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] : tools/power/x86/intel-speed-select pull request for 6.11-rc1 | expand

Pull-request

https://github.com/spandruvada/linux-kernel.git intel-sst

Message

Pandruvada, Srinivas July 7, 2024, 7:24 a.m. UTC
Hi Hans/Ilpo,

One issue was found in last 2 days, which requires update to intel-
speed-select tool.
 
Pull request for Intel Speed Select version v1.20
Summary of change:
- Fix setting of TRL MSR after SST-TF is disabled in auto mode. Use
correct units.

The base branch for these changes
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git
branch: for-next

The following changes since commit
cf25477c52123fd18373ea43336e44185f4744c0:

  Merge branch 'pdx86/platform-drivers-x86-lenovo-c630' into review-
ilpo (2024-07-06 11:40:29 +0300)

are available in the Git repository at:

  https://github.com/spandruvada/linux-kernel.git intel-sst

for you to fetch changes up to
5631717d3ccb569783ccf7e35e478f59f423f90f:

  tools/power/x86/intel-speed-select: v1.20 release (2024-07-07
00:10:36 -0700)

----------------------------------------------------------------
Srinivas Pandruvada (2):
      tools/power/x86/intel-speed-select: Set TRL MSR in 100MHz units
      tools/power/x86/intel-speed-select: v1.20 release

 tools/power/x86/intel-speed-select/isst-config.c | 2 +-
 tools/power/x86/intel-speed-select/isst-core.c   | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

Thanks,
Srinivas

Comments

Ilpo Järvinen July 8, 2024, 8:03 a.m. UTC | #1
On Sun, 7 Jul 2024, Pandruvada, Srinivas wrote:

> Hi Hans/Ilpo,
> 
> One issue was found in last 2 days, which requires update to intel-
> speed-select tool.
>  
> Pull request for Intel Speed Select version v1.20
> Summary of change:
> - Fix setting of TRL MSR after SST-TF is disabled in auto mode. Use
> correct units.
> 
> The base branch for these changes
> https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git
> branch: for-next
> 
> The following changes since commit
> cf25477c52123fd18373ea43336e44185f4744c0:
> 
>   Merge branch 'pdx86/platform-drivers-x86-lenovo-c630' into review-
> ilpo (2024-07-06 11:40:29 +0300)
> 
> are available in the Git repository at:
> 
>   https://github.com/spandruvada/linux-kernel.git intel-sst
> 
> for you to fetch changes up to
> 5631717d3ccb569783ccf7e35e478f59f423f90f:
> 
>   tools/power/x86/intel-speed-select: v1.20 release (2024-07-07
> 00:10:36 -0700)
> 
> ----------------------------------------------------------------
> Srinivas Pandruvada (2):
>       tools/power/x86/intel-speed-select: Set TRL MSR in 100MHz units
>       tools/power/x86/intel-speed-select: v1.20 release
> 
>  tools/power/x86/intel-speed-select/isst-config.c | 2 +-
>  tools/power/x86/intel-speed-select/isst-core.c   | 6 ++++++
>  2 files changed, 7 insertions(+), 1 deletion(-)

Pulled to review-ilpo branch. Thanks.