[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0gJ-06Zt_p9SS+wCZW60Z9TmvUF8zgL3g=iw3y_VGM71Q@mail.gmail.com>
Date: Mon, 30 May 2022 18:49:43 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
Linux PM <linux-pm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] More ACPI updates for v5.19-rc1
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-5.19-rc1-2
with top-most commit 4a577fca503a63442928ff4cec06c1136ea9b53e
Merge branches 'acpi-battery', 'acpi-video' and 'acpi-misc'
on top of commit f4fb8596657c998ca4cdb833bc0f509533a38ddd
Merge tag 'thermal-5.19-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
to receive more ACPI updates for 5.19-rc1.
These add some new device IDs, update a few drivers (processor,
battery, backlight) and clean up code in a few places.
Specifics:
- Add Meteor Lake ACPI IDs for DPTF devices (Sumeet Pawnikar).
- Rearrange find_child_checks() to simplify code (Rafael Wysocki).
- Use memremap() to map the UCSI mailbox that is always in main memory
and drop acpi_release_memory() that has no more users (Heikki
Krogerus, Dan Carpenter).
- Make max_cstate/nocst/bm_check_disable processor module parameters
visible in sysfs (Yajun Deng).
- Fix typo in the CPPC driver (Julia Lawall).
- Make the ACPI battery driver show the "not-charging" status by
default unless "charging" or "full" is directly indicated (Werner
Sembach).
- Improve the PM notifier in the ACPI backlight driver (Zhang Rui).
- Clean up some white space in the ACPI code (Ian Cowan).
Thanks!
---------------
Dan Carpenter (1):
usb: typec: ucsi: acpi: fix a NULL vs IS_ERR() check in probe
Heikki Krogerus (2):
usb: typec: ucsi: acpi: Map the mailbox with memremap()
ACPI: OSL: Remove the helper for deactivating memory region
Ian Cowan (1):
ACPI: clean up white space in a few places for consistency
Julia Lawall (1):
ACPI: CPPC: fix typo in comment
Rafael J. Wysocki (1):
ACPI: glue: Rearrange find_child_checks()
Sumeet Pawnikar (1):
ACPI: DPTF: Support Meteor Lake
Werner Sembach (1):
ACPI: battery: Make "not-charging" the default on no charging or full info
Yajun Deng (1):
ACPI: processor: idle: Expose max_cstate/nocst/bm_check_disable
read-only in sysfs
Zhang Rui (1):
ACPI: video: improve PM notifer callback
---------------
drivers/acpi/ac.c | 4 +-
drivers/acpi/acpi_video.c | 31 ++++----
drivers/acpi/battery.c | 24 +-----
drivers/acpi/cppc_acpi.c | 2 +-
drivers/acpi/dptf/dptf_pch_fivr.c | 1 +
drivers/acpi/dptf/dptf_power.c | 2 +
drivers/acpi/dptf/int340x_thermal.c | 6 ++
drivers/acpi/fan.h | 1 +
drivers/acpi/glue.c | 16 ++--
drivers/acpi/osl.c | 86 ----------------------
drivers/acpi/processor_idle.c | 10 +--
.../intel/int340x_thermal/int3400_thermal.c | 1 +
.../intel/int340x_thermal/int3403_thermal.c | 1 +
drivers/usb/typec/ucsi/ucsi_acpi.c | 23 ++----
include/linux/acpi.h | 3 -
15 files changed, 51 insertions(+), 160 deletions(-)
Powered by blists - more mailing lists