summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2024-01-06PCI: xilinx-xdma: Fix uninitialized symbols in xilinx_pl_dma_pcie_setup_irq()Krzysztof Wilczyński1-2/+2
2024-01-06PCI: rcar-gen4: Fix -Wvoid-pointer-to-enum-cast errorYoshihiro Shimoda1-1/+1
2024-01-06PCI: iproc: Fix -Wvoid-pointer-to-enum-cast warningJustin Stitt1-1/+1
2024-01-06PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpersYoshihiro Shimoda2-124/+153
2024-01-06PCI: dwc: Rename .func_conf_select to .get_dbi_offset in struct dw_pcie_ep_opsYoshihiro Shimoda4-60/+59
2024-01-06PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_opsYoshihiro Shimoda12-13/+13
2024-01-06PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda23-47/+47
2024-01-06PCI: j721e: Make TI J721E depend on ARCH_K3Peter Robinson1-0/+2
2024-01-06PCI: j721e: Add TI J784S4 PCIe configurationMatt Ranostay1-0/+22
2023-12-19PCI: xilinx-nwl: Use INTX instead of legacyDamien Le Moal1-26/+26
2023-12-19PCI: rockchip-host: Rename rockchip_pcie_legacy_int_handler()Damien Le Moal1-2/+2
2023-12-19PCI: rockchip-ep: Use INTX instead of legacyDamien Le Moal1-8/+8
2023-12-19PCI: uniphier: Use INTX instead of legacyDamien Le Moal2-8/+8
2023-12-19PCI: tegra194: Use INTX instead of legacyDamien Le Moal1-5/+5
2023-12-19PCI: dw-rockchip: Rename rockchip_pcie_legacy_int_handler()Damien Le Moal1-2/+2
2023-12-19PCI: keystone: Use INTX instead of legacyDamien Le Moal1-40/+37
2023-12-19PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()Damien Le Moal7-10/+10
2023-12-19PCI: cadence: Use INTX instead of legacyDamien Le Moal2-11/+11
2023-12-19PCI: dra7xx: Rename dra7xx_pcie_raise_legacy_irq()Damien Le Moal1-2/+2
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal16-64/+54
2023-12-18PCI: xilinx-xdma: Remove redundant dev_err()Yang Li1-6/+2
2023-12-18PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment supportNiklas Cassel1-0/+1
2023-12-17PCI: kirin: Use devm_kasprintf() to dynamically allocate clock namesChristophe JAILLET1-8/+5
2023-12-16PCI: kirin: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-16PCI: keystone: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-16PCI: exynos: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-16PCI: dwc: Convert SOC_SIFIVE to ARCH_SIFIVEConor Dooley1-1/+1
2023-12-14PCI: rcar-host: Add support for optional regulatorsWolfram Sang1-1/+17
2023-12-14PCI: rcar-gen4: Replace of_device.h with explicit of.h includeRob Herring1-1/+1
2023-12-13PCI: vmd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-3/+3
2023-12-13PCI: j721e: Add PCIe 4x lane selection supportMatt Ranostay1-2/+8
2023-12-13PCI: j721e: Add per platform maximum lane settingsMatt Ranostay1-3/+10
2023-12-12PCI: layerscape: Add suspend/resume for ls1043aFrank Li1-1/+62
2023-12-12PCI: layerscape(ep): Rename pf_* as pf_lut_*Frank Li2-25/+25
2023-12-12PCI: layerscape: Add suspend/resume for ls1021aFrank Li1-3/+80
2023-12-12PCI: layerscape: Add function pointer for exit_from_l2()Frank Li1-2/+9
2023-12-11PCI: qcom: Clean up ASPM commentJohan Hovold1-1/+4
2023-12-11PCI: qcom: Fix potential deadlock when enabling ASPMJohan Hovold1-1/+1
2023-12-11PCI: vmd: Fix potential deadlock when enabling ASPMJohan Hovold1-1/+1
2023-12-08PCI: loongson: Limit MRRS to 256Jiaxun Yang1-5/+41
2023-11-21x86/apic: Drop apic::delivery_modeAndrew Cooper1-7/+0
2023-11-21PCI: host-generic: Convert to platform remove callback returning voidUwe Kleine-König2-4/+2
2023-11-03Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds31-198/+1624
2023-10-28Merge branch 'pci/field-get'Bjorn Helgaas4-15/+20
2023-10-28Merge branch 'pci/config-errs'Bjorn Helgaas1-3/+4
2023-10-28Merge branch 'pci/controller/xilinx-xdma'Bjorn Helgaas5-31/+864
2023-10-28Merge branch 'pci/controller/xilinx-ecam'Bjorn Helgaas1-15/+3
2023-10-28Merge branch 'pci/controller/vmd'Bjorn Helgaas1-4/+1
2023-10-28Merge branch 'pci/controller/speed'Bjorn Helgaas3-45/+14
2023-10-28Merge branch 'pci/controller/rcar'Bjorn Helgaas7-63/+651