summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede
2021-08-18PCI: Add support for ACPI _RST reset methodShanker Donthineni
2021-08-18PCI: Setup ACPI fwnode early and at the same time with OFShanker Donthineni
2021-08-18PCI: Use acpi_pci_power_manageable()Shanker Donthineni
2021-08-18PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANIONShanker Donthineni
2021-08-18PCI: Allow userspace to query and set device reset mechanismAmey Narkhede
2021-08-17PCI: Remove reset_fn field from pci_devAmey Narkhede
2021-08-17PCI: Add array to track reset method orderingAmey Narkhede
2021-08-17PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede
2021-08-17PCI: Cache PCIe Device Capabilities registerAmey Narkhede
2021-08-16PCI: rcar: Add L1 link state fix into data abort hookMarek Vasut
2021-08-13PCI: hv: Support for create interrupt v3Sunil Muthuswamy
2021-08-13PCI: xilinx-nwl: Enable the clock through CCFHyun Kwon
2021-08-12ARM: ixp4xx: fix building both pci driversArnd Bergmann
2021-08-12PCI: Fix pci_dev_str_match_path() alloc while atomic bugDan Carpenter
2021-08-12PCI/VPD: Treat invalid VPD like missing VPD capabilityHeiner Kallweit
2021-08-12PCI/VPD: Determine VPD size in pci_vpd_init()Heiner Kallweit
2021-08-12PCI/VPD: Embed struct pci_vpd in struct pci_devHeiner Kallweit
2021-08-12PCI/VPD: Remove struct pci_vpd.valid memberHeiner Kallweit
2021-08-12PCI/VPD: Remove struct pci_vpd_opsHeiner Kallweit
2021-08-12PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd()Heiner Kallweit
2021-08-10PCI/MSI: Use new mask/unmask functionsThomas Gleixner
2021-08-10PCI/MSI: Provide a new set of mask and unmask functionsThomas Gleixner
2021-08-10PCI/MSI: Cleanup msi_mask()Thomas Gleixner
2021-08-10PCI/MSI: Deobfuscate virtual MSI-XThomas Gleixner
2021-08-10PCI/MSI: Consolidate error handling in msi_capability_init()Thomas Gleixner
2021-08-10PCI/MSI: Rename msi_desc::maskedThomas Gleixner
2021-08-10PCI/MSI: Simplify msi_verify_entries()Thomas Gleixner
2021-08-10s390/pci: Do not mask MSI[-X] entries on teardownThomas Gleixner
2021-08-10PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner
2021-08-10PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()Thomas Gleixner
2021-08-10PCI/MSI: Correct misleading commentsThomas Gleixner
2021-08-10PCI/MSI: Do not set invalid bits in MSI maskThomas Gleixner
2021-08-10PCI/MSI: Enforce MSI[X] entry updates to be visibleThomas Gleixner
2021-08-10PCI/MSI: Enforce that MSI-X table entry is masked for updateThomas Gleixner
2021-08-10PCI/MSI: Mask all unused MSI-X entriesThomas Gleixner
2021-08-10PCI/MSI: Enable and mask MSI-X earlyThomas Gleixner
2021-08-09PCI/VPD: Remove struct pci_vpd.flagHeiner Kallweit
2021-08-09PCI/VPD: Make pci_vpd_wait() uninterruptibleHeiner Kallweit
2021-08-09PCI/VPD: Remove pci_vpd_size() old_size argumentHeiner Kallweit
2021-08-09PCI/VPD: Allow access to valid parts of VPD if some is invalidBjorn Helgaas
2021-08-09PCI/VPD: Don't check Large Resource Item Names for validityBjorn Helgaas
2021-08-09PCI/VPD: Reject resource tags with invalid sizeBjorn Helgaas
2021-08-06Merge tag 'sysfs_defferred_iomem_get_mapping-5.15' of git://git.kernel.org/pu...Greg Kroah-Hartman
2021-08-05PCI: rcar: Fix runtime PM imbalance in rcar_pcie_ep_probe()Dinghao Liu
2021-08-05sysfs: Rename struct bin_attribute member to f_mappingKrzysztof Wilczyński
2021-08-05sysfs: Invoke iomem_get_mapping() from the sysfs open callbackKrzysztof Wilczyński
2021-08-05PCI: xgene-msi: Remove redundant dev_err() call in xgene_msi_probe()ErKun Yang
2021-08-05PCI: tegra: make const array err_msg staticChristophe JAILLET
2021-08-05PCI: tegra: Use 'seq_puts' instead of 'seq_printf'Christophe JAILLET