[GIT PULL] ACPI fixes for v6.18-rc5
From: Rafael J. Wysocki
Date: Thu Nov 06 2025 - 16:28:06 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.18-rc5
with top-most commit 771e8f483583728cd2ef164f7c2256c4bf2adf4c
Merge branches 'acpi-cppc' and 'acpi-docs'
on top of commit 6146a0f1dfae5d37442a9ddcba012add260bceb0
Linux 6.18-rc4
to receive ACPI support fixes for 6.18-rc5.
These fix a coding mistake in the ACPI Smart Battery Subsystem (SBS)
driver and two documentation issues:
- Fix computation of the battery->present value in acpi_battery_read()
to work when battery->id is not zero (Dan Carpenter)
- Fix comment typo in the ACPI CPPC library (Chu Guangqing)
- Fix I2C device references in two ASL examples in the firmware guide
that were broken by a previous update (Jonas Gorski)
Thanks!
---------------
Chu Guangqing (1):
ACPI: CPPC: Fix typo in a comment
Dan Carpenter (1):
ACPI: SBS: Fix present test in acpi_battery_read()
Jonas Gorski (1):
Documentation: ACPI: i2c-muxes: fix I2C device references
---------------
Documentation/firmware-guide/acpi/i2c-muxes.rst | 8 ++++----
drivers/acpi/cppc_acpi.c | 2 +-
drivers/acpi/sbs.c | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)