summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2022-01-04PCI: mvebu: Propagate errors when updating PCI_IO_BASE and PCI_MEM_BASE regis...Pali Rohár
2022-01-04PCI: mvebu: Do not modify PCI IO type bits in conf_writePali Rohár
2022-01-04PCI: mvebu: Fix support for bus mastering and PCI_COMMAND on emulated bridgePali Rohár
2022-01-04PCI: mvebu: Disallow mapping interrupts on emulated bridgesPali Rohár
2022-01-04PCI: mvebu: Handle invalid size of read config requestPali Rohár
2022-01-04PCI: mvebu: Check that PCI bridge specified in DT has function number zeroPali Rohár
2022-01-04PCI: mvebu: Check for errors from pci_bridge_emul_init() callPali Rohár
2022-01-04PCI: mvebu: Check for valid portsPali Rohár
2022-01-03PCI: spear13xx: Avoid invalid address space conversionsBjorn Helgaas
2022-01-03PCI: hisi: Avoid invalid address space conversionsBjorn Helgaas
2022-01-03PCI: xilinx-cpm: Rename xilinx_cpm_pcie_port to xilinx_cpm_pcieBjorn Helgaas
2022-01-03PCI: xilinx: Rename xilinx_pcie_port to xilinx_pcieFan Fei
2022-01-03PCI: xgene: Rename xgene_pcie_port to xgene_pcieFan Fei
2022-01-03PCI: uniphier: Rename uniphier_pcie_priv to uniphier_pcieFan Fei
2022-01-03PCI: tegra194: Rename tegra_pcie_dw to tegra194_pcieFan Fei
2022-01-03PCI: rcar-gen2: Rename rcar_pci_priv to rcar_pciBjorn Helgaas
2022-01-03PCI: mt7621: Rename mt7621_pci_ to mt7621_pcie_Bjorn Helgaas
2022-01-03PCI: microchip: Rename mc_port to mc_pcieBjorn Helgaas
2022-01-03PCI: mediatek-gen3: Rename mtk_pcie_port to mtk_gen3_pcieFan Fei
2022-01-03PCI: ls-gen4: Rename ls_pcie_g4 to ls_g4_pcieBjorn Helgaas
2022-01-03PCI: iproc: Rename iproc_pcie_pltfm_ to iproc_pltfm_pcie_Bjorn Helgaas
2022-01-03PCI: iproc: Rename iproc_pcie_bcma_ to iproc_bcma_pcie_Bjorn Helgaas
2022-01-03PCI: intel-gw: Rename intel_pcie_port to intel_pcieFan Fei
2022-01-03PCI: j721e: Drop redundant struct device *Bjorn Helgaas
2022-01-03PCI: j721e: Drop pointless of_device_get_match_data() castBjorn Helgaas
2022-01-03PCI: kirin: Prefer of_device_get_match_data()Fan Fei
2022-01-03PCI: keystone: Prefer of_device_get_match_data()Fan Fei
2022-01-03PCI: dra7xx: Prefer of_device_get_match_data()Fan Fei
2022-01-03PCI: designware-plat: Prefer of_device_get_match_data()Fan Fei
2022-01-03PCI: cadence: Prefer of_device_get_match_data()Fan Fei
2022-01-03PCI: artpec6: Prefer of_device_get_match_data()Fan Fei
2022-01-03PCI: altera: Prefer of_device_get_match_data()Fan Fei
2021-12-29PCI/sysfs: Use default_groups in kobj_type for slot attrsGreg Kroah-Hartman
2021-12-26PCI: imx: Add the imx8mm pcie supportRichard Zhu
2021-12-19Merge tag 'irq_urgent_for_v5.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-12-18PCI/MSI: Unbreak pci_irq_get_affinity()Thomas Gleixner
2021-12-16PCI: hv: Rework MSI handlingThomas Gleixner
2021-12-16xen/pcifront: Rework MSI handlingThomas Gleixner
2021-12-16PCI/MSI: Use msi_on_each_desc()Thomas Gleixner
2021-12-16PCI/MSI: Let core code free MSI descriptorsThomas Gleixner
2021-12-16PCI/MSI: Use msi_add_msi_desc()Thomas Gleixner
2021-12-16PCI/MSI: Protect MSI operationsThomas Gleixner
2021-12-16PCI/MSI: Simplify pci_irq_get_affinity()Thomas Gleixner
2021-12-16PCI/MSI: Use msi_get_virq() in pci_get_vector()Thomas Gleixner
2021-12-16PCI/MSI: Provide MSI_FLAG_MSIX_CONTIGUOUSThomas Gleixner
2021-12-16PCI/MSI: Use msi_desc::msi_indexThomas Gleixner
2021-12-16PCI/MSI: Let the irq code handle sysfs groupsThomas Gleixner
2021-12-16PCI/MSI: Allocate MSI device data on first useThomas Gleixner
2021-12-16PCI/MSI: Decouple MSI[-X] disable from pcim_release()Thomas Gleixner
2021-12-16PCI/MSI: Set pci_dev::msi[x]_enabled earlyThomas Gleixner