summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorLines
2023-01-04PCI: dwc: Adjust to recent removal of PCI_MSI_IRQ_DOMAINLukas Bulwahn-1/+1
2022-12-19Merge tag 'phy-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds-0/+10
2022-12-14Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-232/+1201
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-57/+42
2022-12-10Merge branch 'pci/kbuild'Bjorn Helgaas-16/+6
2022-12-10Merge branch 'pci/ctrl/xilinx'Bjorn Helgaas-4/+3
2022-12-10Merge branch 'pci/ctrl/mvebu'Bjorn Helgaas-34/+17
2022-12-10Merge branch 'pci/ctrl/aardvark'Bjorn Helgaas-12/+10
2022-12-10Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas-2/+25
2022-12-10Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas-4/+5
2022-12-10Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas-0/+76
2022-12-10Merge branch 'remotes/lorenzo/pci/mt7621'Bjorn Helgaas-1/+2
2022-12-10Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas-122/+1009
2022-12-08PCI: xilinx-nwl: Fix coding style violationsMichal Simek-4/+3
2022-12-07PCI: mvebu: Switch to using gpiod APIDmitry Torokhov-34/+17
2022-12-07PCI: aardvark: Switch to using devm_gpiod_get_optional()Dmitry Torokhov-12/+10
2022-12-06PCI: mt7621: Add sentinel to quirks tableJohn Thomson-1/+2
2022-12-06PCI: vmd: Fix secondary bus reset for Intel bridgesFrancisco Munoz-2/+20
2022-11-28PCI: hv: update comment in x86 specific hv_arch_irq_unmaskOlaf Hering-3/+3
2022-11-23PCI: dwc: Add Baikal-T1 PCIe controller supportSerge Semin-0/+653
2022-11-23PCI: dwc: Introduce generic platform clocks and resetsSerge Semin-0/+133
2022-11-23PCI: dwc: Combine iATU detection proceduresSerge Semin-29/+10
2022-11-23PCI: dwc: Introduce generic resources getterSerge Semin-53/+65
2022-11-23PCI: dwc: Introduce generic controller capabilities interfaceSerge Semin-6/+17
2022-11-23PCI: dwc: Introduce dma-ranges property support for RC-hostSerge Semin-9/+89
2022-11-17PCI: Drop of_match_ptr() to avoid unused variablesBjorn Helgaas-2/+2
2022-11-17x86/apic: Remove X86_IRQ_ALLOC_CONTIGUOUS_VECTORSThomas Gleixner-14/+1
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner-43/+41
2022-11-14PCI: histb: Switch to using gpiod APIDmitry Torokhov-20/+19
2022-11-12PCI: hv: Only reuse existing IRTE allocation for Multi-MSIDexuan Cui-15/+75
2022-11-11PCI: imx6: Initialize PHY before deasserting core resetSascha Hauer-6/+7
2022-11-11PCI: qcom: Add basic interconnect supportJohan Hovold-0/+76
2022-11-11PCI: vmd: Disable MSI remapping after suspendNirmal Patel-0/+5
2022-11-11PCI: brcmstb: Set RCB_{MPS,64B}_MODE bitsJim Quinlan-1/+8
2022-11-11PCI: brcmstb: Drop needless 'inline' annotationsJim Quinlan-6/+6
2022-11-11PCI: brcmstb: Replace status loops with read_poll_timeout_atomic()Jim Quinlan-17/+10
2022-11-11PCI: brcmstb: Wait for 100ms following PERST# deassertJim Quinlan-2/+9
2022-11-11PCI: brcmstb: Enable Multi-MSIJim Quinlan-11/+15
2022-11-10PCI: Remove unnecessary <linux/of_irq.h> includesBjorn Helgaas-14/+0
2022-11-10PCI: xgene-msi: Include <linux/irqdomain.h> explicitlyBjorn Helgaas-0/+1
2022-11-10PCI: mvebu: Include <linux/irqdomain.h> explicitlyBjorn Helgaas-0/+1
2022-11-10PCI: microchip: Include <linux/irqdomain.h> explicitlyBjorn Helgaas-0/+1
2022-11-10PCI: altera-msi: Include <linux/irqdomain.h> explicitlyBjorn Helgaas-0/+1
2022-11-10PCI: dwc: Use dev_info for PCIe link down event loggingVidya Sagar-1/+1
2022-11-10PCI: qcom: Fix error message for reset_control_assert()Manivannan Sadhasivam-1/+1
2022-11-03PCI: hv: Fix the definition of vector in hv_compose_msi_msg()Dexuan Cui-6/+16
2022-10-27PCI: tegra: Switch to using devm_fwnode_gpiod_getDmitry Torokhov-4/+5
2022-10-27PCI: designware-ep: Disable PTM capabilities for EP modeVidya Sagar-1/+18
2022-10-27PCI: dwc: Fix n_fts[] array overrunVidya Sagar-1/+1
2022-10-17Revert "PCI: tegra: Use PCI_CONF1_EXT_ADDRESS() macro"Jon Hunter-3/+8