]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
commit6f450c82c35e40012b71116b84d3b3a14094c787
tree849b24b3c3e8419dd2f005beb7183cd521fe32a0
parent034ebd3c82f5396c678d9a322afc83f616b6edde
parent1549bd06e340eaac2c317a045c493c3e9cc454cf
Merge branch 'phase-out-hybrid-pci-devres-api'

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>