linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ACPI: Add support for PCC Operation Region
@ 2021-11-02 18:25 Sudeep Holla
  2021-11-02 18:25 ` [PATCH 1/3] ACPICA: Fix wrong interpretation of PCC address Sudeep Holla
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Sudeep Holla @ 2021-11-02 18:25 UTC (permalink / raw)
  To: Robert Moore
  Cc: Sudeep Holla, Rafael J . Wysocki, linux-kernel, linux-acpi, devel

Hi,

This series adds support for ACPI PCC OpRegion added in ACPI 6.3
I understand that the ACPICA changes need to go via different route,
but I am posting it together to give complete narative/picture for
the review/discussion.

Regards,
Sudeep

Sudeep Holla (3):
  ACPICA: Fix wrong interpretation of PCC address
  ACPICA: Add support for PCC Opregion special context data
  ACPI: PCC: Implement OperationRegion handler for the PCC Type 3 subtype

 drivers/acpi/Kconfig           |   5 ++
 drivers/acpi/Makefile          |   1 +
 drivers/acpi/acpica/evregion.c |  11 ++++
 drivers/acpi/acpica/exfield.c  |   7 +--
 drivers/acpi/bus.c             |   1 +
 drivers/acpi/pcc_opregion.c    | 111 +++++++++++++++++++++++++++++++++
 include/acpi/actypes.h         |   8 +++
 include/linux/acpi.h           |   6 ++
 8 files changed, 144 insertions(+), 6 deletions(-)
 create mode 100644 drivers/acpi/pcc_opregion.c

--
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-11-22 17:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02 18:25 [PATCH 0/3] ACPI: Add support for PCC Operation Region Sudeep Holla
2021-11-02 18:25 ` [PATCH 1/3] ACPICA: Fix wrong interpretation of PCC address Sudeep Holla
2021-11-02 18:25 ` [PATCH 2/3] ACPICA: Add support for PCC Opregion special context data Sudeep Holla
2021-11-02 18:25 ` [PATCH 3/3] ACPI: PCC: Implement OperationRegion handler for the PCC Type 3 subtype Sudeep Holla
2021-11-05 14:58 ` [PATCH 0/3] ACPI: Add support for PCC Operation Region Rafael J. Wysocki
2021-11-22 17:59   ` Sudeep Holla

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).