summaryrefslogtreecommitdiff
path: root/drivers/pci/devres.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-12PCI: Fix potential deadlock in pcim_intx()Philipp Stanner1-0/+2
2024-07-12PCI: Add managed pcim_iomap_range()Philipp Stanner1-0/+44
2024-07-12PCI: Remove legacy pcim_release()Philipp Stanner1-28/+25
2024-07-12PCI: Add managed pcim_intx()Philipp Stanner1-14/+70
2024-07-10PCI: Give pcim_set_mwi() its own devres cleanup callbackPhilipp Stanner1-11/+18
2024-07-10PCI: Move struct pci_devres.pinned bit to struct pci_devPhilipp Stanner1-10/+4
2024-07-10PCI: Remove struct pci_devres.enabled status bitPhilipp Stanner1-7/+4
2024-07-10PCI: Add managed pcim_request_region()Philipp Stanner1-27/+27
2024-07-10PCI: Deprecate pcim_iomap_table(), pcim_iomap_regions_request_all()Philipp Stanner1-1/+11
2024-07-10PCI: Add managed partial-BAR request and map infrastructurePhilipp Stanner1-65/+542
2024-07-10PCI: Add devres helpers for iomap tablePhilipp Stanner1-19/+58
2024-07-10PCI: Add and use devres helper for bit masksPhilipp Stanner1-4/+8
2024-02-12PCI: Move devres code from pci.c to devres.cPhilipp Stanner1-0/+241
2024-02-12PCI: Move PCI-specific devres code to drivers/pci/Philipp Stanner1-0/+207