mbox series

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

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

Pull-request

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

Message

Pandruvada, Srinivas Jan. 3, 2025, 2:39 p.m. UTC
Hi Hans/Ilpo,

Pull request for Intel Speed Select version v1.21
Summary of change:
- Fix restoring TRL after SST-TF disable to current config level
instead for level 0

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
c416a3fed78b9b1d93755d2c5d8104769559c4cb:

  Merge branch 'platform-drivers-x86-platform-profile' into for-next
(2024-12-30 20:21:09 +0200)

are available in the Git repository at:

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

for you to fetch changes up to
600c8f24319cebe671a70722df99b8006daebe21:

  tools/power/x86/intel-speed-select: v1.21 release (2025-01-03
06:29:03 -0800)

----------------------------------------------------------------
Srinivas Pandruvada (2):
      tools/power/x86/intel-speed-select: Fix TRL restore after SST-TF
disable
      tools/power/x86/intel-speed-select: v1.21 release

 tools/power/x86/intel-speed-select/isst-config.c    | 2 +-
 tools/power/x86/intel-speed-select/isst-core-tpmi.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Thanks,
Srinivas

Comments

Ilpo Järvinen Jan. 7, 2025, 6:37 p.m. UTC | #1
On Fri, 3 Jan 2025, Pandruvada, Srinivas wrote:

> Hi Hans/Ilpo,
> 
> Pull request for Intel Speed Select version v1.21
> Summary of change:
> - Fix restoring TRL after SST-TF disable to current config level
> instead for level 0
> 
> 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
> c416a3fed78b9b1d93755d2c5d8104769559c4cb:
> 
>   Merge branch 'platform-drivers-x86-platform-profile' into for-next
> (2024-12-30 20:21:09 +0200)
> 
> are available in the Git repository at:
> 
>   https://github.com/spandruvada/linux-kernel.git intel-sst
> 
> for you to fetch changes up to
> 600c8f24319cebe671a70722df99b8006daebe21:
> 
>   tools/power/x86/intel-speed-select: v1.21 release (2025-01-03
> 06:29:03 -0800)
> 
> ----------------------------------------------------------------
> Srinivas Pandruvada (2):
>       tools/power/x86/intel-speed-select: Fix TRL restore after SST-TF
> disable
>       tools/power/x86/intel-speed-select: v1.21 release
> 
>  tools/power/x86/intel-speed-select/isst-config.c    | 2 +-
>  tools/power/x86/intel-speed-select/isst-core-tpmi.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Hi Srinivas,

Pulled into review-ilpo-next where it propagate into the for-next branch.
Pandruvada, Srinivas Jan. 7, 2025, 7 p.m. UTC | #2
On Tue, 2025-01-07 at 20:37 +0200, Ilpo Järvinen wrote:
> On Fri, 3 Jan 2025, Pandruvada, Srinivas wrote:
> 
> > Hi Hans/Ilpo,
> > 
> > Pull request for Intel Speed Select version v1.21
> > Summary of change:
> > - Fix restoring TRL after SST-TF disable to current config level
> > instead for level 0
> > 
> > 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
> > c416a3fed78b9b1d93755d2c5d8104769559c4cb:
> > 
> >   Merge branch 'platform-drivers-x86-platform-profile' into for-
> > next
> > (2024-12-30 20:21:09 +0200)
> > 
> > are available in the Git repository at:
> > 
> >   https://github.com/spandruvada/linux-kernel.git intel-sst
> > 
> > for you to fetch changes up to
> > 600c8f24319cebe671a70722df99b8006daebe21:
> > 
> >   tools/power/x86/intel-speed-select: v1.21 release (2025-01-03
> > 06:29:03 -0800)
> > 
> > ----------------------------------------------------------------
> > Srinivas Pandruvada (2):
> >       tools/power/x86/intel-speed-select: Fix TRL restore after
> > SST-TF
> > disable
> >       tools/power/x86/intel-speed-select: v1.21 release
> > 
> >  tools/power/x86/intel-speed-select/isst-config.c    | 2 +-
> >  tools/power/x86/intel-speed-select/isst-core-tpmi.c | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> Hi Srinivas,
> 
> Pulled into review-ilpo-next where it propagate into the for-next
> branch.
> 
Hi Ilpo,

Thanks!