aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-16PCI: hv: Drop duplicate PCI_MSI dependencyLukas Bulwahn1-1/+1
2023-02-14PCI: qcom: Add IPQ8074 Gen3 port supportRobert Marko1-0/+1
2023-02-14PCI: qcom: Fix host-init error handlingJohan Hovold1-1/+12
2023-02-14PCI: qcom: Add SM8350 supportDmitry Baryshkov1-0/+1
2023-02-14PCI: tegra194: Move dw_pcie_ep_linkup() to threaded IRQ handlerManivannan Sadhasivam1-2/+7
2023-02-14PCI: dra7xx: Use threaded IRQ handler for "dra7xx-pcie-main" IRQManivannan Sadhasivam1-1/+1
2023-02-13PCI: loongson: Add more devices that need MRRS quirkHuacai Chen1-9/+24
2023-02-09PCI: mvebu: Mark driver as BROKENPali Rohár1-0/+1
2023-02-03PCI: mt7621: Delay phy ports initializationSergio Paracuellos1-0/+2
2023-02-03PCI: tegra: Convert to devm_of_phy_optional_get()Geert Uytterhoeven1-4/+1
2023-02-02drivers/pci/controller: Remove "select SRCU"Paul E. McKenney1-1/+1
2023-02-02PCI: vmd: Add quirk to configure PCIe ASPM and LTRDavid E. Box1-1/+54
2023-02-02PCI: vmd: Create feature grouping for client productsDavid E. Box1-18/+10
2023-02-02PCI: vmd: Use PCI_VDEVICE in device listDavid E. Box1-8/+8
2023-02-01PCI: loongson: Prevent LS7A MRRS increasesHuacai Chen1-29/+15
2023-01-17Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li1-6/+2
2023-01-16PCI: imx6: Add i.MX8MP PCIe EP supportRichard Zhu1-1/+18
2023-01-16PCI: imx6: Add i.MX8MM PCIe EP supportRichard Zhu1-0/+17
2023-01-16PCI: imx6: Add i.MX8MQ PCIe EP supportRichard Zhu1-5/+33
2023-01-16PCI: imx6: Add i.MX PCIe EP mode supportRichard Zhu2-14/+137
2023-01-04PCI: dwc: Adjust to recent removal of PCI_MSI_IRQ_DOMAINLukas Bulwahn1-1/+1
2022-12-19Merge tag 'phy-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2-0/+10
2022-12-14Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds31-232/+1201
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-57/+42
2022-12-10Merge branch 'pci/kbuild'Bjorn Helgaas16-16/+6
2022-12-10Merge branch 'pci/ctrl/xilinx'Bjorn Helgaas1-4/+3
2022-12-10Merge branch 'pci/ctrl/mvebu'Bjorn Helgaas1-34/+17
2022-12-10Merge branch 'pci/ctrl/aardvark'Bjorn Helgaas1-12/+10
2022-12-10Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas1-2/+25
2022-12-10Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas1-4/+5
2022-12-10Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas1-0/+76
2022-12-10Merge branch 'remotes/lorenzo/pci/mt7621'Bjorn Helgaas1-1/+2
2022-12-10Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas10-122/+1009
2022-12-08PCI: xilinx-nwl: Fix coding style violationsMichal Simek1-4/+3
2022-12-07PCI: mvebu: Switch to using gpiod APIDmitry Torokhov1-34/+17
2022-12-07PCI: aardvark: Switch to using devm_gpiod_get_optional()Dmitry Torokhov1-12/+10
2022-12-06PCI: mt7621: Add sentinel to quirks tableJohn Thomson1-1/+2
2022-12-06PCI: vmd: Fix secondary bus reset for Intel bridgesFrancisco Munoz1-2/+20
2022-11-28PCI: hv: update comment in x86 specific hv_arch_irq_unmaskOlaf Hering1-3/+3
2022-11-23PCI: dwc: Add Baikal-T1 PCIe controller supportSerge Semin3-0/+653
2022-11-23PCI: dwc: Introduce generic platform clocks and resetsSerge Semin2-0/+133
2022-11-23PCI: dwc: Combine iATU detection proceduresSerge Semin1-29/+10
2022-11-23PCI: dwc: Introduce generic resources getterSerge Semin4-53/+65
2022-11-23PCI: dwc: Introduce generic controller capabilities interfaceSerge Semin2-6/+17
2022-11-23PCI: dwc: Introduce dma-ranges property support for RC-hostSerge Semin4-9/+89
2022-11-17PCI: Drop of_match_ptr() to avoid unused variablesBjorn Helgaas2-2/+2
2022-11-17x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORSThomas Gleixner1-14/+1
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner3-43/+41
2022-11-14PCI: histb: Switch to using gpiod APIDmitry Torokhov1-20/+19
2022-11-12PCI: hv: Only reuse existing IRTE allocation for Multi-MSIDexuan Cui1-15/+75