public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ACPI support fixes for v7.1-rc2
@ 2026-04-30 19:29 Rafael J. Wysocki
  2026-05-01  0:45 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Rafael J. Wysocki @ 2026-04-30 19:29 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: ACPI Devel Maling List, Linux Kernel Mailing List, Linux PM

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-7.1-rc2

with top-most commit 36a96eda15bf66a18ca472aef9242e57551016ab

 Merge branches 'acpi-apei', 'acpi-bus', 'acpi-cppc' and 'acpi-video'

on top of commit 254f49634ee16a731174d2ae34bc50bd5f45e731

 Linux 7.1-rc1

to receive ACPI support fixes for 7.1-rc2.

These fix leftover issues in the ACPI Time and Alarm Device (TAD)
driver on top of the recently merged updates of it and address
assorted issues in the ACPI support code:

 - Fix removal code ordering in the ACPI TAD driver, refine timer value
   computations and checks in its RTC class device interface, make it
   use the __ATTRIBUTE_GROUPS() macro, and fix a comment in it (Rafael
   Wysocki)

 - Fix EINJV2 memory error injection in APEI (Tony Luck)

 - Add missing notifier_block structure forward declaration to
   acpi_bus.h (Bartosz Golaszewski)

 - Fix related_cpus inconsistency during CPU hotplug in the ACPI CPPC
   library (Jinjie Ruan)

 - Add a quirk to force native backlight on HP OMEN 16 (8A44) in the
   ACPI video bus driver (Shivam Kalra)

Thanks!


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

Bartosz Golaszewski (1):
      ACPI: bus: add missing forward declaration to acpi_bus.h

Jinjie Ruan (1):
      ACPI: CPPC: Fix related_cpus inconsistency during CPU hotplug

Rafael J. Wysocki (4):
      ACPI: TAD: Use __ATTRIBUTE_GROUPS() macro
      ACPI: TAD: Use devres for all driver cleanup
      ACPI: TAD: RTC: Refine timer value computations and checks
      ACPI: TAD: Fix up a comment in acpi_tad_probe()

Shivam Kalra (1):
      ACPI: video: force native backlight on HP OMEN 16 (8A44)

Tony Luck (2):
      ACPICA: Provide #defines for EINJV2 error types
      ACPI: APEI: EINJ: Fix EINJV2 memory error injection

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

 drivers/acpi/acpi_tad.c       | 35 ++++++++++++++++++---------------
 drivers/acpi/apei/einj-core.c | 45 ++++++++++++++++++++++++-------------------
 drivers/acpi/cppc_acpi.c      |  6 +++---
 drivers/acpi/video_detect.c   |  8 ++++++++
 include/acpi/acpi_bus.h       |  2 ++
 include/acpi/actbl1.h         |  6 ++++++
 6 files changed, 63 insertions(+), 39 deletions(-)

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

end of thread, other threads:[~2026-05-01  0:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-30 19:29 [GIT PULL] ACPI support fixes for v7.1-rc2 Rafael J. Wysocki
2026-05-01  0:45 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox