aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2021-08-17PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede3-39/+38
2021-08-17PCI: Cache PCIe Device Capabilities registerAmey Narkhede2-6/+5
2021-08-16PCI: rcar: Add L1 link state fix into data abort hookMarek Vasut2-0/+93
2021-08-13PCI: hv: Support for create interrupt v3Sunil Muthuswamy1-5/+62
2021-08-13PCI: xilinx-nwl: Enable the clock through CCFHyun Kwon1-0/+12
2021-08-12ARM: ixp4xx: fix building both pci driversArnd Bergmann1-4/+4
2021-08-12PCI: Fix pci_dev_str_match_path() alloc while atomic bugDan Carpenter1-1/+1
2021-08-12PCI/VPD: Treat invalid VPD like missing VPD capabilityHeiner Kallweit1-6/+3
2021-08-12PCI/VPD: Determine VPD size in pci_vpd_init()Heiner Kallweit1-23/+19
2021-08-12PCI/VPD: Embed struct pci_vpd in struct pci_devHeiner Kallweit2-50/+14
2021-08-12PCI/VPD: Remove struct pci_vpd.valid memberHeiner Kallweit1-17/+12
2021-08-12PCI/VPD: Remove struct pci_vpd_opsHeiner Kallweit1-54/+32
2021-08-12PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd()Heiner Kallweit1-30/+30
2021-08-10PCI/MSI: Use new mask/unmask functionsThomas Gleixner1-81/+21
2021-08-10PCI/MSI: Provide a new set of mask and unmask functionsThomas Gleixner1-0/+72
2021-08-10PCI/MSI: Cleanup msi_mask()Thomas Gleixner1-14/+11
2021-08-10PCI/MSI: Deobfuscate virtual MSI-XThomas Gleixner1-17/+8
2021-08-10PCI/MSI: Consolidate error handling in msi_capability_init()Thomas Gleixner1-15/+11
2021-08-10PCI/MSI: Rename msi_desc::maskedThomas Gleixner1-15/+15
2021-08-10PCI/MSI: Simplify msi_verify_entries()Thomas Gleixner1-1/+4
2021-08-10s390/pci: Do not mask MSI[-X] entries on teardownThomas Gleixner1-2/+2
2021-08-10PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner1-9/+10
2021-08-10PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()Thomas Gleixner1-1/+1
2021-08-10PCI/MSI: Correct misleading commentsThomas Gleixner1-4/+1
2021-08-10PCI/MSI: Do not set invalid bits in MSI maskThomas Gleixner1-4/+4
2021-08-10PCI/MSI: Enforce MSI[X] entry updates to be visibleThomas Gleixner1-0/+5
2021-08-10PCI/MSI: Enforce that MSI-X table entry is masked for updateThomas Gleixner1-0/+15
2021-08-10PCI/MSI: Mask all unused MSI-X entriesThomas Gleixner1-18/+27
2021-08-10PCI/MSI: Enable and mask MSI-X earlyThomas Gleixner1-13/+15
2021-08-09PCI/VPD: Remove struct pci_vpd.flagHeiner Kallweit1-7/+5
2021-08-09PCI/VPD: Make pci_vpd_wait() uninterruptibleHeiner Kallweit1-24/+9
2021-08-09PCI/VPD: Remove pci_vpd_size() old_size argumentHeiner Kallweit1-5/+5
2021-08-09PCI/VPD: Allow access to valid parts of VPD if some is invalidBjorn Helgaas1-3/+3
2021-08-09PCI/VPD: Don't check Large Resource Item Names for validityBjorn Helgaas1-19/+8
2021-08-09PCI/VPD: Reject resource tags with invalid sizeBjorn Helgaas1-9/+15
2021-08-06Merge tag 'sysfs_defferred_iomem_get_mapping-5.15' of git://git.kernel.org/pu...Greg Kroah-Hartman1-3/+3
2021-08-05PCI: rcar: Fix runtime PM imbalance in rcar_pcie_ep_probe()Dinghao Liu1-2/+2
2021-08-05sysfs: Rename struct bin_attribute member to f_mappingKrzysztof Wilczyński1-3/+3
2021-08-05sysfs: Invoke iomem_get_mapping() from the sysfs open callbackKrzysztof Wilczyński1-3/+3
2021-08-05PCI: xgene-msi: Remove redundant dev_err() call in xgene_msi_probe()ErKun Yang1-1/+0
2021-08-05PCI: tegra: make const array err_msg staticChristophe JAILLET1-1/+1
2021-08-05PCI: tegra: Use 'seq_puts' instead of 'seq_printf'Christophe JAILLET1-5/+5
2021-08-05PCI: tegra: Fix OF node reference leakChristophe JAILLET1-5/+8
2021-08-05PCI: aardvark: Fix reporting CRS valuePali Rohár1-4/+63
2021-08-05PCI: pci-bridge-emul: Add PCIe Root Capabilities RegisterPali Rohár1-1/+1
2021-08-05PCI: aardvark: Increase polling delay to 1.5s while waiting for PIO responsePali Rohár1-1/+1
2021-08-05PCI: aardvark: Fix checking for PIO statusEvan Wang1-8/+54
2021-08-04PCI: PM: Enable PME if it can be signaled from D3coldRafael J. Wysocki1-1/+8
2021-08-04PCI: PM: Avoid forcing PCI_D0 for wakeup reasons inconsistentlyRafael J. Wysocki1-6/+10
2021-08-04PCI: tegra194: Cleanup unused codeOm Prakash Singh1-7/+0