PM: runtime: Auto-cleanup macros for runtime PM
From: | "Rafael J. Wysocki" <rafael-AT-kernel.org> | |
To: | Linux PM <linux-pm-AT-vger.kernel.org>, Takashi Iwai <tiwai-AT-suse.de> | |
Subject: | [PATCH v3 0/3] PM: runtime: Auto-cleanup macros for runtime PM | |
Date: | Mon, 22 Sep 2025 17:26:54 +0200 | |
Message-ID: | <12763087.O9o76ZdvQC@rafael.j.wysocki> | |
Cc: | LKML <linux-kernel-AT-vger.kernel.org>, Linux PCI <linux-pci-AT-vger.kernel.org>, Alex Williamson <alex.williamson-AT-redhat.com>, Bjorn Helgaas <helgaas-AT-kernel.org>, Zhang Qilong <zhangqilong3-AT-huawei.com>, Ulf Hansson <ulf.hansson-AT-linaro.org> | |
Archive-link: | Article |
Hi All, This is an update of https://lore.kernel.org/linux-pm/6204724.lOV4Wx5bFT@rafae... that superseded both https://lore.kernel.org/linux-pm/5049058.31r3eYUQgx@rafae... and https://lore.kernel.org/linux-pm/20250919163147.4743-1-ti... The only patch in this series modified since the v2 is patch [1/3]: Two additional class definition macros have been added to cover the case in which resume failures can be neglected, new comments have been updated to clarify usage conditions for the new macros, and the changelog has been updated accordingly. Thanks!