Subject: [PATCH] efi/cper: Print correctable AER information
From: Avadhut Naik <avadhut.naik@amd.com>
To: <linux-efi@vger.kernel.org>, <linux-pci@vger.kernel.org>,
	<linux-acpi@vger.kernel.org>
Date: Thu, 22 Aug 2024 19:24:22 -0500

.
Subject: [GIT PULL] ACPI fix for v6.11-rc5
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ACPI Devel Maling List <linux-acpi@vger.kernel.org>, 
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Date: Fri, 23 Aug 2024 16:32:56 +0200

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-6.11-rc5

with top-most commit 5c7bb62cb8f53de71d8ab3d619be22740da0b837

 ACPI: video: Add backlight=native quirk for Dell OptiPlex 7760 AIO

on top of commit 47ac09b91befbb6a235ab620c32af719f8208399

 Linux 6.11-rc4

to receive ACPI fix for 6.11-rc5.

This fixes backlight control on a Dell All In One system where a
backlight controller board is attached to a UART port and the
dell-uart-backlight driver binds to it, but the backlight is actually
controlled by other means (Hans de Goede).

Thanks!


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

Hans de Goede (3):
      ACPI: video: Add Dell UART backlight controller detection
      platform/x86: dell-uart-backlight: Use acpi_video_get_backlight_type()
      ACPI: video: Add backlight=native quirk for Dell OptiPlex 7760 AIO

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

 drivers/acpi/video_detect.c                     | 22 ++++++++++++++++++++++
 drivers/platform/x86/dell/Kconfig               |  1 +
 drivers/platform/x86/dell/dell-uart-backlight.c |  8 ++++++++
 include/acpi/video.h                            |  1 +
 4 files changed, 32 insertions(+)

.
