mbox series

[GIT,PULL] turbostat 2022.10.04

Message ID CAJvTdKn8jCWF3f3_EnBCaOAgQf9UgPCCG4oAysva5U2JF=C_4Q@mail.gmail.com
State New
Headers show
Series [GIT,PULL] turbostat 2022.10.04 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat

Message

Len Brown Oct. 4, 2022, 9:07 p.m. UTC
Hi Rafael,

Please pull these turbostat patches to update Linux to turbostat 2022.10.04.

Add support for two new platforms, and two bug fixes on existing platforms.

thanks!
Len Brown, Intel Open Source Technology Center

The following changes since commit 4fe89d07dcc2804c8b562f6c7896a45643d34b2f:

  Linux 6.0 (2022-10-02 14:09:07 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat

for you to fetch changes up to 9992dd777123b052e106eb5633de47148fef502e:

  tools/power turbostat: version 2022.10.04 (2022-10-04 23:02:03 +0200)

----------------------------------------------------------------
Artem Bityutskiy (1):
      tools/power turbostat: Do not dump TRL if turbo is not supported

Len Brown (1):
      tools/power turbostat: version 2022.10.04

Zhang Rui (3):
      tools/power turbostat: Add support for RPL-S
      tools/power turbostat: Add support for MeteorLake platforms
      tools/power turbostat: Use standard Energy Unit for SPR Dram RAPL domain

 tools/power/x86/turbostat/turbostat.c | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

Comments

Rafael J. Wysocki Oct. 5, 2022, 3:22 p.m. UTC | #1
On Tue, Oct 4, 2022 at 11:08 PM Len Brown <lenb@kernel.org> wrote:
>
> Hi Rafael,
>
> Please pull these turbostat patches to update Linux to turbostat 2022.10.04.
>
> Add support for two new platforms, and two bug fixes on existing platforms.
>
> thanks!
> Len Brown, Intel Open Source Technology Center
>
> The following changes since commit 4fe89d07dcc2804c8b562f6c7896a45643d34b2f:
>
>   Linux 6.0 (2022-10-02 14:09:07 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git turbostat
>
> for you to fetch changes up to 9992dd777123b052e106eb5633de47148fef502e:
>
>   tools/power turbostat: version 2022.10.04 (2022-10-04 23:02:03 +0200)
>
> ----------------------------------------------------------------
> Artem Bityutskiy (1):
>       tools/power turbostat: Do not dump TRL if turbo is not supported
>
> Len Brown (1):
>       tools/power turbostat: version 2022.10.04
>
> Zhang Rui (3):
>       tools/power turbostat: Add support for RPL-S
>       tools/power turbostat: Add support for MeteorLake platforms
>       tools/power turbostat: Use standard Energy Unit for SPR Dram RAPL domain
>
>  tools/power/x86/turbostat/turbostat.c | 22 +++++++++++++++-------
>  1 file changed, 15 insertions(+), 7 deletions(-)

Pulled and added to my linux-next branch, thanks!