Merge branch 'pci/devres'
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 4 Jun 2025 15:49:50 +0000 (10:49 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 4 Jun 2025 15:49:50 +0000 (10:49 -0500)
commitf56278a46d8611278c2b6764ad370fe2a4987430
tree5e9cefdad2d49480786eb041d7d1f617cf2c50de
parent1acf6a5e7948cb6f7d5a8cda349532f67f346b4d
parentdfc970ad61973111932fc282ebab8d825056d5ab
Merge branch 'pci/devres'

- Remove mtip32xx use of pcim_iounmap_regions(), which is deprecated and
  unnecessary (Philipp Stanner)

- Remove pcim_iounmap_regions() and pcim_request_region_exclusive() and
  related flags since all uses have been removed (Philipp Stanner)

- Rework devres 'request' functions so they are no longer 'hybrid', i.e.,
  their behavior no longer depends on whether pcim_enable_device or
  pci_enable_device() was used, and remove related code (Philipp Stanner)

* pci/devres:
  PCI: Remove function pcim_intx() prototype from pci.h
  PCI: Remove hybrid-devres usage warnings from kernel-doc
  PCI: Remove redundant set of request functions
  PCI: Remove exclusive requests flags from _pcim_request_region()
  PCI: Remove pcim_request_region_exclusive()
  Documentation/driver-api: Update pcim_enable_device()
  PCI: Remove hybrid devres nature from request functions
  PCI: Remove pcim_iounmap_regions()
  mtip32xx: Remove unnecessary pcim_iounmap_regions() calls
drivers/pci/pci.c
drivers/pci/pci.h
include/linux/pci.h