[GIT PULL] More ACPI updates for v6.9-rc1
From: Rafael J. Wysocki
Date: Tue Mar 19 2024 - 08:57:13 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.9-rc1-2
with top-most commit a873add22a46beec0291c5a40194a90eb92ba3da
Merge branch 'acpi-docs'
on top of commit 943446795909929f261565cebafb3b56d66cc513
Merge tag 'acpi-6.9-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
to receive more ACPI updates for 6.9-rc1.
These update ACPI documentation and kerneldoc comments.
Specifics:
- Add markup to generate links from footnotes in the ACPI enumeration
document (Chris Packham).
- Update the handle_eject_request() kerneldoc comment to document the
arguments of the function and improve kerneldoc comments for ACPI
suspend and hibernation functions (Yang Li).
Thanks!
---------------
Chris Packham (1):
ACPI: docs: enumeration: Make footnotes links
Yang Li (2):
ACPI: Document handle_eject_request() arguments
ACPI: PM: Improve kerneldoc comments for suspend and hibernation functions
---------------
Documentation/firmware-guide/acpi/enumeration.rst | 12 ++++++------
drivers/acpi/dock.c | 2 ++
drivers/acpi/sleep.c | 24 +++++++++++++----------
3 files changed, 22 insertions(+), 16 deletions(-)