* [GIT PULL]: tools/power/x86/intel-speed-select pull request for 6.16-rc1
@ 2025-05-09 21:08 Pandruvada, Srinivas
2025-05-14 13:02 ` Ilpo Järvinen
0 siblings, 1 reply; 3+ messages in thread
From: Pandruvada, Srinivas @ 2025-05-09 21:08 UTC (permalink / raw)
To: hdegoede@redhat.com, ilpo.jarvinen@linux.intel.com
Cc: srinivas.pandruvada@linux.intel.com,
platform-driver-x86@vger.kernel.org
Hi Hans and Ilpo,
This pull request is based on
https://kernel.googlesource.com/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
review-ilpo-next
This has changes for SST-PP revision 2 support and uncore frequency
update for new generations of CPUs.
The following changes since commit
83579675331059689e2869bf752ca9e17fadbd82:
platform/x86: portwell-ec: Add GPIO and WDT driver for Portwell EC
(2025-05-08 17:37:58 +0300)
are available in the Git repository at:
https://github.com/spandruvada/linux-kernel.git intel-sst
for you to fetch changes up to
6dfe26cb1c290fa4b62e6fb8c05209fe5f7adb76:
tools/power/x86/intel-speed-select: v1.23 release (2025-05-09
11:12:31 -0700)
----------------------------------------------------------------
Srinivas Pandruvada (3):
tools/power/x86/intel-speed-select: Support SST PP revision 2
fields
tools/power/x86/intel-speed-select: Skip uncore frequency update
tools/power/x86/intel-speed-select: v1.23 release
tools/power/x86/intel-speed-select/isst-config.c | 15
+++++++++++++--
tools/power/x86/intel-speed-select/isst-core-tpmi.c | 12 ++++++++++++
tools/power/x86/intel-speed-select/isst-display.c | 20
++++++++++++++++++++
tools/power/x86/intel-speed-select/isst.h | 3 +++
4 files changed, 48 insertions(+), 2 deletions(-)
Thanks,
Srinivas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL]: tools/power/x86/intel-speed-select pull request for 6.16-rc1
2025-05-09 21:08 [GIT PULL]: tools/power/x86/intel-speed-select pull request for 6.16-rc1 Pandruvada, Srinivas
@ 2025-05-14 13:02 ` Ilpo Järvinen
2025-05-14 13:38 ` Pandruvada, Srinivas
0 siblings, 1 reply; 3+ messages in thread
From: Ilpo Järvinen @ 2025-05-14 13:02 UTC (permalink / raw)
To: Pandruvada, Srinivas
Cc: hdegoede@redhat.com, srinivas.pandruvada@linux.intel.com,
platform-driver-x86@vger.kernel.org
On Fri, 9 May 2025, Pandruvada, Srinivas wrote:
> Hi Hans and Ilpo,
>
> This pull request is based on
> https://kernel.googlesource.com/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
> review-ilpo-next
>
> This has changes for SST-PP revision 2 support and uncore frequency
> update for new generations of CPUs.
>
> The following changes since commit
> 83579675331059689e2869bf752ca9e17fadbd82:
>
> platform/x86: portwell-ec: Add GPIO and WDT driver for Portwell EC
> (2025-05-08 17:37:58 +0300)
Thanks Srinivas,
I've applied these now.
In the future, preferrably please try to base PRs on the for-next branch
as review-ilpo-next is quite volatile an I do rewrite commits there on
relatively low bar. When you base something on review-ilpo-next, you
effectively end up tying my hands to keep those commits in
review-ilpo-next (or the PR needs to be rebased/respun).
--
i.
>
> are available in the Git repository at:
>
> https://github.com/spandruvada/linux-kernel.git intel-sst
>
> for you to fetch changes up to
> 6dfe26cb1c290fa4b62e6fb8c05209fe5f7adb76:
>
> tools/power/x86/intel-speed-select: v1.23 release (2025-05-09
> 11:12:31 -0700)
>
> ----------------------------------------------------------------
> Srinivas Pandruvada (3):
> tools/power/x86/intel-speed-select: Support SST PP revision 2
> fields
> tools/power/x86/intel-speed-select: Skip uncore frequency update
> tools/power/x86/intel-speed-select: v1.23 release
>
> tools/power/x86/intel-speed-select/isst-config.c | 15
> +++++++++++++--
> tools/power/x86/intel-speed-select/isst-core-tpmi.c | 12 ++++++++++++
> tools/power/x86/intel-speed-select/isst-display.c | 20
> ++++++++++++++++++++
> tools/power/x86/intel-speed-select/isst.h | 3 +++
> 4 files changed, 48 insertions(+), 2 deletions(-)
>
> Thanks,
> Srinivas
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL]: tools/power/x86/intel-speed-select pull request for 6.16-rc1
2025-05-14 13:02 ` Ilpo Järvinen
@ 2025-05-14 13:38 ` Pandruvada, Srinivas
0 siblings, 0 replies; 3+ messages in thread
From: Pandruvada, Srinivas @ 2025-05-14 13:38 UTC (permalink / raw)
To: ilpo.jarvinen@linux.intel.com
Cc: hdegoede@redhat.com, platform-driver-x86@vger.kernel.org
On Wed, 2025-05-14 at 16:02 +0300, Ilpo Järvinen wrote:
> On Fri, 9 May 2025, Pandruvada, Srinivas wrote:
>
> > Hi Hans and Ilpo,
> >
> > This pull request is based on
> > https://kernel.googlesource.com/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
> > review-ilpo-next
> >
> > This has changes for SST-PP revision 2 support and uncore frequency
> > update for new generations of CPUs.
> >
> > The following changes since commit
> > 83579675331059689e2869bf752ca9e17fadbd82:
> >
> > platform/x86: portwell-ec: Add GPIO and WDT driver for Portwell
> > EC
> > (2025-05-08 17:37:58 +0300)
>
> Thanks Srinivas,
>
> I've applied these now.
>
> In the future, preferrably please try to base PRs on the for-next
> branch
Sure. I will do next time.
Thanks,
Srinivas
> as review-ilpo-next is quite volatile an I do rewrite commits there
> on
> relatively low bar. When you base something on review-ilpo-next, you
> effectively end up tying my hands to keep those commits in
> review-ilpo-next (or the PR needs to be rebased/respun).
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-05-14 13:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-09 21:08 [GIT PULL]: tools/power/x86/intel-speed-select pull request for 6.16-rc1 Pandruvada, Srinivas
2025-05-14 13:02 ` Ilpo Järvinen
2025-05-14 13:38 ` Pandruvada, Srinivas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox