]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'phase-out-hybrid-pci-devres-api'
authorJakub Kicinski <kuba@kernel.org>
Mon, 28 Apr 2025 23:19:19 +0000 (16:19 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 28 Apr 2025 23:19:19 +0000 (16:19 -0700)
Philipp Stanner says:

====================
Phase out hybrid PCI devres API

Fixes a number of minor issues with the usage of the PCI API in net.
Notbaly, it replaces calls to the sometimes-managed
pci_request_regions() to the always-managed pcim_request_all_regions(),
enabling us to remove that hybrid functionality from PCI.
====================

Link: https://patch.msgid.link/20250425085740.65304-2-phasta@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge