mbox series

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

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

Pull-request

https://github.com/spandruvada/linux-kernel.git for-next

Message

Pandruvada, Srinivas Oct. 6, 2020, 2:02 p.m. UTC
The following changes since commit
720ef73d1a239e33c3ad8fac356b9b1348e68aaf:

  platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when
reuse (2020-10-05 12:20:42 +0300)

are available in the Git repository at:

  https://github.com/spandruvada/linux-kernel.git for-next

for you to fetch changes up to
1fe458617af45f7926ce338b7accec5c0fea1f5c:

  tools/power/x86/intel-speed-select: Update version for v5.10 (2020-
10-06 06:50:49 -0700)

----------------------------------------------------------------
Jonathan Doman (1):
      tools/power/x86/intel-speed-select: Fix missing base-freq core
IDs

Srinivas Pandruvada (1):
      tools/power/x86/intel-speed-select: Update version for v5.10

 tools/power/x86/intel-speed-select/isst-config.c | 23 +++++++++++++---
-------
 tools/power/x86/intel-speed-select/isst-core.c   |  8 ++++----
 tools/power/x86/intel-speed-select/isst.h        |  2 +-
 3 files changed, 18 insertions(+), 15 deletions(-)

Comments

Andy Shevchenko Oct. 6, 2020, 2:06 p.m. UTC | #1
On Tue, Oct 6, 2020 at 5:04 PM Pandruvada, Srinivas
<srinivas.pandruvada@intel.com> wrote:
>
> The following changes since commit
> 720ef73d1a239e33c3ad8fac356b9b1348e68aaf:
>
>   platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when
> reuse (2020-10-05 12:20:42 +0300)
>
> are available in the Git repository at:
>
>   https://github.com/spandruvada/linux-kernel.git for-next
>
> for you to fetch changes up to
> 1fe458617af45f7926ce338b7accec5c0fea1f5c:
>
>   tools/power/x86/intel-speed-select: Update version for v5.10 (2020-
> 10-06 06:50:49 -0700)

Hans, Mark, just to inform you that we agreed a few cycles ago that
Srinivas sends PRs against ISST tools.
Please, pull it into for-next!

> ----------------------------------------------------------------
> Jonathan Doman (1):
>       tools/power/x86/intel-speed-select: Fix missing base-freq core
> IDs
>
> Srinivas Pandruvada (1):
>       tools/power/x86/intel-speed-select: Update version for v5.10
>
>  tools/power/x86/intel-speed-select/isst-config.c | 23 +++++++++++++---
> -------
>  tools/power/x86/intel-speed-select/isst-core.c   |  8 ++++----
>  tools/power/x86/intel-speed-select/isst.h        |  2 +-
>  3 files changed, 18 insertions(+), 15 deletions(-)
Hans de Goede Oct. 7, 2020, 9:04 p.m. UTC | #2
Hi,

On 10/6/20 4:02 PM, Pandruvada, Srinivas wrote:
> The following changes since commit
> 720ef73d1a239e33c3ad8fac356b9b1348e68aaf:
> 
>    platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when
> reuse (2020-10-05 12:20:42 +0300)
> 
> are available in the Git repository at:
> 
>    https://github.com/spandruvada/linux-kernel.git for-next
> 
> for you to fetch changes up to
> 1fe458617af45f7926ce338b7accec5c0fea1f5c:
> 
>    tools/power/x86/intel-speed-select: Update version for v5.10 (2020-
> 10-06 06:50:49 -0700)
> 
> ----------------------------------------------------------------
> Jonathan Doman (1):
>        tools/power/x86/intel-speed-select: Fix missing base-freq core
> IDs
> 
> Srinivas Pandruvada (1):
>        tools/power/x86/intel-speed-select: Update version for v5.10

Thank you for your patch-series, I've applied the series to my
review-hans branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans

Note it will show up there once I've pushed my local branch there,
which might take a while.

Once I've run some tests on this branch the patches there will be added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans