aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/devres.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-14PCI: Check BAR index for validityPhilipp Stanner1-2/+14
2025-03-14PCI: Fix wrong length of devres arrayPhilipp Stanner1-1/+1
2025-01-27PCI: Restore original INTX_DISABLE bit by pcim_intx()Takashi Iwai1-15/+19
2025-01-18PCI: Remove devres from pci_intx()Philipp Stanner1-2/+2
2025-01-18PCI: Export pci_intx_unmanaged() and pcim_intx()Philipp Stanner1-21/+3
2024-12-05PCI: Encourage resource request API users to supply driver namePhilipp Stanner1-8/+8
2024-11-07PCI: Deprecate pcim_iounmap_regions()Philipp Stanner1-1/+4
2024-10-30PCI: Make pcim_iounmap_region() a public functionPhilipp Stanner1-1/+2
2024-10-30PCI: Remove pcim_iomap_regions_request_all()Philipp Stanner1-56/+0
2024-10-30PCI: Make pcim_request_all_regions() a public functionPhilipp Stanner1-1/+2
2024-09-23Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-2/+7
2024-09-12PCI: Fix potential deadlock in pcim_intx()Philipp Stanner1-0/+2
2024-08-09PCI: Deprecate pcim_iomap_regions() in favor of pcim_iomap_region()Philipp Stanner1-2/+6
2024-08-09PCI: Make pcim_request_region() a public functionPhilipp Stanner1-0/+1
2024-07-11PCI: Add managed pcim_iomap_range()Philipp Stanner1-0/+44
2024-07-11PCI: Remove legacy pcim_release()Philipp Stanner1-28/+25
2024-07-11PCI: 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