summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds47-492/+797
2024-01-15Merge branch 'pci/irq-clean-up'Bjorn Helgaas21-178/+165
2024-01-15Merge branch 'pci/controller/remove-void-return'Bjorn Helgaas3-12/+6
2024-01-15Merge branch 'pci/controller/xilinx'Bjorn Helgaas1-9/+5
2024-01-15Merge branch 'pci/controller/vmd'Bjorn Helgaas1-3/+3
2024-01-15Merge branch 'pci/controller/rcar'Bjorn Helgaas2-2/+18
2024-01-15Merge branch 'pci/controller/mediatek'Bjorn Helgaas2-37/+58
2024-01-15Merge branch 'pci/controller/layerscape'Bjorn Helgaas2-31/+176
2024-01-15Merge branch 'pci/controller/kirin'Bjorn Helgaas1-8/+5
2024-01-15Merge branch 'pci/controller/keystone'Bjorn Helgaas1-0/+9
2024-01-15Merge branch 'pci/controller/dwc'Bjorn Helgaas31-193/+222
2024-01-15Merge branch 'pci/controller/cadence'Bjorn Helgaas2-5/+42
2024-01-15Merge branch 'pci/controller/broadcom'Bjorn Helgaas1-10/+86
2024-01-11PCI: brcmstb: Configure HW CLKREQ# mode appropriate for downstream deviceJim Quinlan1-10/+86
2024-01-10PCI: mediatek-gen3: Fix translation window size calculationJianjun Wang1-35/+50
2024-01-10PCI: mediatek: Clear interrupt status before dispatching handlerqizhong cheng1-2/+8
2024-01-09PCI: keystone: Fix race condition when initializing PHYsSiddharth Vadapalli1-0/+9
2024-01-09Merge tag 'x86-apic-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+0
2024-01-08PCI: xilinx-xdma: Fix error code in xilinx_pl_dma_pcie_init_irq_domain()Harshit Mogalapalli1-1/+1
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