summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2025-12-03Merge branch 'pci/controller/dw-rockchip'Bjorn Helgaas1-17/+6
2025-12-03Merge branch 'pci/controller/dwc'Bjorn Helgaas6-41/+79
2025-12-03Merge branch 'pci/controller/brcmstb'Bjorn Helgaas1-13/+196
2025-12-03Merge branch 'pci/controller/host-common'Bjorn Helgaas3-43/+14
2025-12-02PCI: sky1: Add PCIe host support for CIX Sky1Hans Zhang3-0/+254
2025-12-02PCI: cadence: Add support for High Perf Architecture (HPA) controllerManikandan K Pillai7-21/+913
2025-12-02PCI: s32g: Add NXP S32G PCIe controller driver (RC)Vincent Guittot3-0/+417
2025-12-02PCI: dwc: Add register and bitfield definitionsVincent Guittot1-0/+8
2025-12-02Merge tag 'irq-msi-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-17/+5
2025-11-25PCI: Add Renesas RZ/G3S host controller driverClaudiu Beznea3-0/+1771
2025-11-25PCI: host-generic: Move bridge allocation outside of pci_host_common_init()Marc Zyngier3-43/+14
2025-11-25PCI: dw-rockchip: Configure L1SS supportShawn Lin1-0/+40
2025-11-25PCI: tegra194: Remove unnecessary L1SS disable codeBjorn Helgaas1-40/+5
2025-11-25PCI: dwc: Advertise L1 PM Substates only if driver requests itBjorn Helgaas5-0/+33
2025-11-25PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definitionShawn Lin1-1/+1
2025-11-22PCI: iproc: Implement MSI controller node detection with of_msi_xlate()Lorenzo Pieralisi1-17/+5
2025-11-18PCI: qcom: Implement .assert_perst()Krishna Chaitanya Chundru1-0/+13
2025-11-18PCI: dwc: Implement .assert_perst() for dwc glue driversKrishna Chaitanya Chundru2-0/+18
2025-11-17PCI: stm32: Don't use 'proxy' headersAndy Shevchenko3-2/+17
2025-11-17PCI: stm32: Fix EP page_size alignmentChristian Bruel1-0/+2
2025-11-17PCI: stm32: Fix LTSSM EP race with start linkChristian Bruel1-31/+8
2025-11-17PCI: spacemit: Add SpacemiT PCIe host driverAlex Elder3-0/+371
2025-11-14PCI: cadence: Move PCIe RP common functions to a separate fileManikandan K Pillai4-273/+349
2025-11-14PCI: cadence: Split PCIe controller header fileManikandan K Pillai2-220/+232
2025-11-14PCI: cadence: Add module support for platform controller driverManikandan K Pillai3-4/+8
2025-11-13PCI: j721e: Use 'pcie->reset_gpio' directly and drop the local variableAnand Moon1-7/+6
2025-11-13PCI: j721e: Use devm_clk_get_optional_enabled() to get and enable the clockAnand Moon1-15/+5
2025-11-13PCI: keystone: Add support to build as a loadable moduleSiddharth Vadapalli3-37/+59
2025-11-13PCI: dwc: Export dw_pcie_allocate_domains() and dw_pcie_ep_raise_msix_irq()Siddharth Vadapalli2-0/+2
2025-11-13PCI: keystone: Exit ks_pcie_probe() for invalid modeSiddharth Vadapalli1-0/+2
2025-11-13PCI: brcmstb: Add panic/die handler to driverJim Quinlan1-2/+159
2025-11-13PCI: brcmstb: Add a way to indicate if PCIe bridge is activeJim Quinlan1-5/+35
2025-11-10PCI: meson: Fix parsing the DBI register regionManivannan Sadhasivam2-8/+22
2025-11-01Merge tag 'pci-v6.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+32
2025-11-01PCI: qcom: Use frequency and level based OPP lookupKrishna Chaitanya Chundru1-2/+15
2025-10-31Revert "PCI: qcom: Remove custom ASPM enablement code"Bjorn Helgaas1-0/+32
2025-10-28PCI: brcmstb: Fix disabling L0s capabilityJim Quinlan1-7/+3
2025-10-28PCI: vmd: Switch to pci_bus_find_emul_domain_nr()Dan Williams1-23/+17
2025-10-28PCI: Enable host bridge emulation for PCI_DOMAINS_GENERIC platformsDan Williams1-53/+9
2025-10-25Merge tag 'pci-v6.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-72/+24
2025-10-21PCI: rcar-gen2: Drop ARM dependency from PCI_RCAR_GEN2Geert Uytterhoeven1-4/+3
2025-10-21PCI: mediatek: Add support for Airoha AN7583 SoCChristian Marangi1-14/+61
2025-10-21PCI: mediatek: Use generic MACRO for TPVPERL delayChristian Marangi1-6/+1
2025-10-21PCI: mediatek: Convert bool to single quirks entry and bitmapChristian Marangi1-13/+20
2025-10-20Revert "PCI: qcom: Prepare for the DWC ECAM enablement"Krishna Chaitanya Chundru1-68/+0
2025-10-20PCI: dwc: Use custom pci_ops for root bus DBI vs ECAM config accessKrishna Chaitanya Chundru1-4/+24
2025-10-20PCI: sg2042: Fix a reference count issue in sg2042_pcie_remove()Christophe JAILLET1-3/+0
2025-10-19PCI: ixp4xx: Guard ARM32-specific hook_fault_code()Bjorn Helgaas2-1/+7
2025-10-19PCI: dw-rockchip: Simplify regulator setup with devm_regulator_get_enable_opt...Anand Moon1-17/+6
2025-10-17PCI: vmd: Override irq_startup()/irq_shutdown() in vmd_init_dev_msi_info()Inochi Amaoto1-0/+13