linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	Platform Driver <platform-driver-x86@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Additional ACPI updates for v5.12-rc1
Date: Thu, 25 Feb 2021 19:39:20 +0100	[thread overview]
Message-ID: <CAJZ5v0gQ-T0_75Wx37=W4g7AKNR5C_wOKEu9VB2u-x2uTKxJGA@mail.gmail.com> (raw)

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-5.12-rc1-3

with top-most commit b11ffaeacd1984b1fca41374c769fb0ff0aa0a42

 Merge branch 'acpi-tables'

on top of commit 628af43984feeecfe086ae885ab407bd0e7c329e

 Merge tag 'acpi-5.12-rc1-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive additional ACPI updates for 5.12-rc1.

These make additional changes to the platform profile interface
merged recently and add support for the FPDT ACPI table.

Specifics:

 - Rearrange Kconfig handling of ACPI_PLATFORM_PROFILE, add
   "balanced-performance" to the list of supported platform profiles
   and fix up some file references in a comment (Maximilian Luz).

 - Add support for parsing the ACPI Firmware Performance Data Table
   (FPDT) and exposing the data from there via sysfs (Zhang Rui).

Thanks!


---------------

Maximilian Luz (3):
      ACPI: platform: Hide ACPI_PLATFORM_PROFILE option
      ACPI: platform: Fix file references in comment
      ACPI: platform: Add balanced-performance platform profile

Zhang Rui (1):
      ACPI: tables: introduce support for FPDT table

---------------

 Documentation/ABI/testing/sysfs-firmware-acpi    |  43 ++++
 Documentation/ABI/testing/sysfs-platform_profile |  18 +-
 drivers/acpi/Kconfig                             |  24 +--
 drivers/acpi/Makefile                            |   1 +
 drivers/acpi/acpi_fpdt.c                         | 264 +++++++++++++++++++++++
 drivers/acpi/platform_profile.c                  |   1 +
 drivers/platform/x86/Kconfig                     |   4 +-
 include/linux/platform_profile.h                 |   6 +-
 8 files changed, 334 insertions(+), 27 deletions(-)

             reply	other threads:[~2021-02-25 18:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-25 18:39 Rafael J. Wysocki [this message]
2021-02-25 20:14 ` [GIT PULL] Additional ACPI updates for v5.12-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJZ5v0gQ-T0_75Wx37=W4g7AKNR5C_wOKEu9VB2u-x2uTKxJGA@mail.gmail.com' \
    --to=rafael@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).