[GIT TAG] Runtime PM updates related to autosuspend for 6.17

From: Rafael J. Wysocki
Date: Tue Jul 01 2025 - 06:04:42 EST


Everyone,

To receive runtime PM updates related to autosuspend for 6.17, please
pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-runtime-6.17-rc1

with top-most commit cd4da713f99651e99fbce8ed6b6ec8f686c029a8

Documentation: PM: *_autosuspend() functions update last busy time

on top of commit e04c78d86a9699d136910cfc0bdcf01087e3267e

Linux 6.16-rc2

These make several autosuspend functions mark last busy stamp and update
the documentation accordingly (Sakari Ailus).

Thanks!


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

Sakari Ailus (6):
PM: runtime: Document return values of suspend-related API functions
PM: runtime: Mark last busy stamp in pm_runtime_put_autosuspend()
PM: runtime: Mark last busy stamp in pm_runtime_put_sync_autosuspend()
PM: runtime: Mark last busy stamp in pm_runtime_autosuspend()
PM: runtime: Mark last busy stamp in pm_request_autosuspend()
Documentation: PM: *_autosuspend() functions update last busy time

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

Documentation/power/runtime_pm.rst | 50 +++++-----
include/linux/pm_runtime.h | 187 ++++++++++++++++++++++++++++++++-----
2 files changed, 186 insertions(+), 51 deletions(-)