summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
Commit message (Expand)AuthorAgeFilesLines
...
| | * | PCI: hv: Drop duplicate PCI_MSI dependencyLukas Bulwahn2023-02-161-1/+1
| | |/
| * | Merge branch 'pci/controller/vmd'Bjorn Helgaas2023-02-221-26/+71
| |\ \
| | * | PCI: vmd: Add quirk to configure PCIe ASPM and LTRDavid E. Box2023-02-021-1/+54
| | * | PCI: vmd: Create feature grouping for client productsDavid E. Box2023-02-021-18/+10
| | * | PCI: vmd: Use PCI_VDEVICE in device listDavid E. Box2023-02-021-8/+8
| | |/
| * | Merge branch 'pci/controller/qcom'Bjorn Helgaas2023-02-221-1/+14
| |\ \
| | * | PCI: qcom: Add IPQ8074 Gen3 port supportRobert Marko2023-02-141-0/+1
| | * | PCI: qcom: Fix host-init error handlingJohan Hovold2023-02-141-1/+12
| | * | PCI: qcom: Add SM8350 supportDmitry Baryshkov2023-02-141-0/+1
| | |/
| * | Merge branch 'pci/controller/mvebu'Bjorn Helgaas2023-02-221-0/+1
| |\ \
| | * | PCI: mvebu: Mark driver as BROKENPali Rohár2023-02-091-0/+1
| | |/
| * | Merge branch 'pci/controller/mt7621'Bjorn Helgaas2023-02-221-0/+2
| |\ \
| | * | PCI: mt7621: Delay phy ports initializationSergio Paracuellos2023-02-031-0/+2
| | |/
| * | Merge branch 'pci/controller/imx6'Bjorn Helgaas2023-02-222-19/+204
| |\ \
| | * | PCI: imx6: Add i.MX8MP PCIe EP supportRichard Zhu2023-01-161-1/+18
| | * | PCI: imx6: Add i.MX8MM PCIe EP supportRichard Zhu2023-01-161-0/+17
| | * | PCI: imx6: Add i.MX8MQ PCIe EP supportRichard Zhu2023-01-161-5/+33
| | * | PCI: imx6: Add i.MX PCIe EP mode supportRichard Zhu2023-01-162-14/+137
| | |/
| * | Merge branch 'pci/controller/dwc'Bjorn Helgaas2023-02-225-4/+253
| |\ \
| | * | PCI: dwc: Add Root Port and Endpoint controller eDMA engine supportSerge Semin2023-02-224-3/+238
| | * | PCI: bt1: Set 64-bit DMA maskSerge Semin2023-02-221-0/+4
| | * | PCI: dwc: Restrict only coherent DMA mask for MSI address allocationSerge Semin2023-02-221-1/+11
| | |/
| * | Merge branch 'pci/endpoint'Bjorn Helgaas2023-02-222-3/+8
| |\ \
| | * | PCI: tegra194: Move dw_pcie_ep_linkup() to threaded IRQ handlerManivannan Sadhasivam2023-02-141-2/+7
| | * | PCI: dra7xx: Use threaded IRQ handler for "dra7xx-pcie-main" IRQManivannan Sadhasivam2023-02-141-1/+1
| | |/
| * | Merge branch 'pci/kbuild'Bjorn Helgaas2023-02-226-6/+0
| |\ \
| | * | PCI: Remove MODULE_LICENSE so boolean drivers don't look like modulesNick Alcock2023-02-176-6/+0
| | |/
| * | PCI: loongson: Add more devices that need MRRS quirkHuacai Chen2023-02-131-9/+24
| * | PCI: loongson: Prevent LS7A MRRS increasesHuacai Chen2023-02-011-29/+15
| |/
* | Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-02-211-6/+2
|\ \
| * | Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li2023-01-171-6/+2
| |/
* | Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-211-1/+1
|\ \
| * | drivers/pci/controller: Remove "select SRCU"Paul E. McKenney2023-02-021-1/+1
| |/
* / PCI: dwc: Adjust to recent removal of PCI_MSI_IRQ_DOMAINLukas Bulwahn2023-01-041-1/+1
|/
* Merge tag 'phy-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2022-12-192-0/+10
|\
| * PCI: qcom-ep: Setup PHY to work in EP modeDmitry Baryshkov2022-10-171-0/+5
| * PCI: qcom: Setup PHY to work in RC modeDmitry Baryshkov2022-10-171-0/+5
* | Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-1431-232/+1201
|\ \
| * \ Merge branch 'pci/kbuild'Bjorn Helgaas2022-12-1016-16/+6
| |\ \
| | * | PCI: Drop of_match_ptr() to avoid unused variablesBjorn Helgaas2022-11-172-2/+2
| | * | PCI: Remove unnecessary <linux/of_irq.h> includesBjorn Helgaas2022-11-1014-14/+0
| | * | PCI: xgene-msi: Include <linux/irqdomain.h> explicitlyBjorn Helgaas2022-11-101-0/+1
| | * | PCI: mvebu: Include <linux/irqdomain.h> explicitlyBjorn Helgaas2022-11-101-0/+1
| | * | PCI: microchip: Include <linux/irqdomain.h> explicitlyBjorn Helgaas2022-11-101-0/+1
| | * | PCI: altera-msi: Include <linux/irqdomain.h> explicitlyBjorn Helgaas2022-11-101-0/+1
| | |/
| * | Merge branch 'pci/ctrl/xilinx'Bjorn Helgaas2022-12-101-4/+3
| |\ \
| | * | PCI: xilinx-nwl: Fix coding style violationsMichal Simek2022-12-081-4/+3
| | |/
| * | Merge branch 'pci/ctrl/mvebu'Bjorn Helgaas2022-12-101-34/+17
| |\ \
| | * | PCI: mvebu: Switch to using gpiod APIDmitry Torokhov2022-12-071-34/+17
| | |/
| * | Merge branch 'pci/ctrl/aardvark'Bjorn Helgaas2022-12-101-12/+10
| |\ \