From: Bjorn Helgaas Date: Wed, 4 Jun 2025 15:50:01 +0000 (-0500) Subject: Merge branch 'pci/pm' X-Git-Tag: v6.16-rc1~50^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f377d9cb2579843219f9f1c4a74ed1c3d1967859;p=thirdparty%2Flinux.git Merge branch 'pci/pm' - Add pm_runtime_put() cleanup helper for use with __free() to automatically drop the device usage count when a pointer goes out of scope (Alex Williamson) - Increment PM usage counter when probing reset methods so we don't try to read config space of a powered-off device (Alex Williamson) - Set all devices to D0 during enumeration to ensure ACPI opregion is connected via _REG (Mario Limonciello) * pci/pm: PCI: Explicitly put devices into D0 when initializing PCI: Increment PM usage counter when probing reset methods PM: runtime: Define pm_runtime_put cleanup helper --- f377d9cb2579843219f9f1c4a74ed1c3d1967859