summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorLines
2025-10-21PCI: mediatek: Add support for Airoha AN7583 SoCChristian Marangi-14/+61
2025-10-21PCI: mediatek: Use generic MACRO for TPVPERL delayChristian Marangi-6/+1
2025-10-21PCI: mediatek: Convert bool to single quirks entry and bitmapChristian Marangi-13/+20
2025-10-20Revert "PCI: qcom: Prepare for the DWC ECAM enablement"Krishna Chaitanya Chundru-68/+0
2025-10-20PCI: dwc: Use custom pci_ops for root bus DBI vs ECAM config accessKrishna Chaitanya Chundru-4/+24
2025-10-20PCI: sg2042: Fix a reference count issue in sg2042_pcie_remove()Christophe JAILLET-3/+0
2025-10-19PCI: ixp4xx: Guard ARM32-specific hook_fault_code()Bjorn Helgaas-1/+7
2025-10-19PCI: dw-rockchip: Simplify regulator setup with devm_regulator_get_enable_opt...Anand Moon-17/+6
2025-10-17PCI: vmd: Override irq_startup()/irq_shutdown() in vmd_init_dev_msi_info()Inochi Amaoto-0/+13
2025-10-13PCI: cadence: Search for MSI Capability with correct IDHans Zhang-1/+1
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-412/+1591
2025-10-03Merge branch 'pci/controller/xilinx-nwl'Bjorn Helgaas-3/+4
2025-10-03Merge branch 'pci/controller/xgene'Bjorn Helgaas-1/+1
2025-10-03Merge branch 'pci/controller/tegra'Bjorn Helgaas-23/+22
2025-10-03Merge branch 'pci/controller/stm32'Bjorn Helgaas-0/+764
2025-10-03Merge branch 'pci/controller/sophgo'Bjorn Helgaas-6/+151
2025-10-03Merge branch 'pci/controller/rcar-host'Bjorn Helgaas-26/+16
2025-10-03Merge branch 'pci/controller/rcar-gen4'Bjorn Helgaas-3/+25
2025-10-03Merge branch 'pci/controller/qcom'Bjorn Helgaas-152/+343
2025-10-03Merge branch 'pci/controller/plda'Bjorn Helgaas-2/+1
2025-10-03Merge branch 'pci/controller/mediatek-gen3'Bjorn Helgaas-0/+23
2025-10-03Merge branch 'pci/controller/keystone'Bjorn Helgaas-4/+4
2025-10-03Merge branch 'pci/controller/j721e'Bjorn Helgaas-1/+27
2025-10-03Merge branch 'pci/controller/imx6'Bjorn Helgaas-0/+4
2025-10-03Merge branch 'pci/controller/hv'Bjorn Helgaas-6/+2
2025-10-03Merge branch 'pci/controller/dwc-edma'Bjorn Helgaas-4/+1
2025-10-03Merge branch 'pci/controller/dwc'Bjorn Helgaas-0/+4
2025-10-03Merge branch 'pci/controller/amd-mdb'Bjorn Helgaas-1/+51
2025-10-03Merge branch 'pci/endpoint'Bjorn Helgaas-26/+29
2025-10-03Merge branch 'pci/capability-search'Bjorn Helgaas-122/+119
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds-33/+44
2025-10-01PCI: stm32-ep: Add PCIe Endpoint support for STM32MP25Christian Bruel-0/+378
2025-10-01PCI: stm32: Add PCIe host support for STM32MP25Christian Bruel-0/+386
2025-09-29PCI: xilinx-nwl: Fix ECAM programmingJani Nurminen-3/+4
2025-09-29PCI: j721e: Fix incorrect error message in probe()Alok Tiwari-1/+1
2025-09-29PCI: keystone: Use devm_request_irq() to free "ks-pcie-error-irq" on exitSiddharth Vadapalli-2/+2
2025-09-26PCI: dwc: Support 16-lane operationKonrad Dybcio-0/+4
2025-09-25PCI: rcar-host: Convert struct rcar_msi mask_lock into raw spinlockMarek Vasut-14/+13
2025-09-25PCI: tegra194: Rename 'root_bus' to 'root_port_bus' in tegra_pcie_downstream_...Manivannan Sadhasivam-6/+6
2025-09-25PCI: tegra: Convert struct tegra_msi mask_lock into raw spinlockMarek Vasut-14/+13
2025-09-25PCI: rcar-gen4: Fix inverted break condition in PHY initializationMarek Vasut-1/+1
2025-09-25PCI: rcar-gen4: Assure reset occurs before DBI accessMarek Vasut-0/+13
2025-09-25PCI: rcar-gen4: Add missing 1ms delay after PWR reset assertionMarek Vasut-1/+10
2025-09-25PCI: rcar-host: Drop PMSR spinlockMarek Vasut-11/+2
2025-09-25PCI: dwc: Support ECAM mechanism by enabling iATU 'CFG Shift Feature'Krishna Chaitanya Chundru-0/+34
2025-09-25PCI: qcom: Prepare for the DWC ECAM enablementKrishna Chaitanya Chundru-0/+68
2025-09-25PCI: dwc: Prepare the driver for enabling ECAM mechanism using iATU 'CFG Shif...Krishna Chaitanya Chundru-15/+109
2025-09-25PCI: dwc: Add support for ELBI resource mappingKrishna Chaitanya Chundru-52/+50
2025-09-24PCI: tegra194: Handle errors in BPMP responseVidya Sagar-2/+16
2025-09-24PCI: tegra194: Reset BARs when running in PCIe endpoint modeNiklas Cassel-0/+10