summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)Author
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds
2025-10-01PCI: stm32-ep: Add PCIe Endpoint support for STM32MP25Christian Bruel
2025-10-01PCI: stm32: Add PCIe host support for STM32MP25Christian Bruel
2025-09-29PCI: xilinx-nwl: Fix ECAM programmingJani Nurminen
2025-09-29PCI: j721e: Fix incorrect error message in probe()Alok Tiwari
2025-09-29PCI: keystone: Use devm_request_irq() to free "ks-pcie-error-irq" on exitSiddharth Vadapalli
2025-09-26PCI: dwc: Support 16-lane operationKonrad Dybcio
2025-09-25PCI: rcar-host: Convert struct rcar_msi mask_lock into raw spinlockMarek Vasut
2025-09-25PCI: tegra194: Rename 'root_bus' to 'root_port_bus' in tegra_pcie_downstream_...Manivannan Sadhasivam
2025-09-25PCI: tegra: Convert struct tegra_msi mask_lock into raw spinlockMarek Vasut
2025-09-25PCI: rcar-gen4: Fix inverted break condition in PHY initializationMarek Vasut
2025-09-25PCI: rcar-gen4: Assure reset occurs before DBI accessMarek Vasut
2025-09-25PCI: rcar-gen4: Add missing 1ms delay after PWR reset assertionMarek Vasut
2025-09-25PCI: rcar-host: Drop PMSR spinlockMarek Vasut
2025-09-25PCI: dwc: Support ECAM mechanism by enabling iATU 'CFG Shift Feature'Krishna Chaitanya Chundru
2025-09-25PCI: qcom: Prepare for the DWC ECAM enablementKrishna Chaitanya Chundru
2025-09-25PCI: dwc: Prepare the driver for enabling ECAM mechanism using iATU 'CFG Shif...Krishna Chaitanya Chundru
2025-09-25PCI: dwc: Add support for ELBI resource mappingKrishna Chaitanya Chundru
2025-09-24PCI: tegra194: Handle errors in BPMP responseVidya Sagar
2025-09-24PCI: tegra194: Reset BARs when running in PCIe endpoint modeNiklas Cassel
2025-09-24PCI: tegra194: Set pci_epc_features::msi_capable to trueNiklas Cassel
2025-09-24PCI: tegra194: Fix broken tegra_pcie_ep_raise_msi_irq()Niklas Cassel
2025-09-23PCI: qcom: Remove custom ASPM enablement codeManivannan Sadhasivam
2025-09-22PCI: tegra194: Fix duplicate PLL disable in pex_ep_event_pex_rst_assert()Nagarjuna Kristam
2025-09-19PCI: sg2042: Add Sophgo SG2042 PCIe driverChen Wang
2025-09-19PCI: cadence: Check for the existence of cdns_pcie::ops before using itChen Wang
2025-09-17PCI: qcom: Move host bridge 'phy' and 'reset' pointers to struct qcom_pcie_portManivannan Sadhasivam
2025-09-12PCI: qcom-ep: Remove redundant edma.nr_irqs initializationNiklas Cassel
2025-09-12PCI: dwc: Verify the single eDMA IRQ in dw_pcie_edma_irq_verify()Niklas Cassel
2025-09-12Merge tag 'pci-v6.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-08PCI: mvebu: Fix use of for_each_of_range() iteratorKlaus Kudielka
2025-09-08PCI: j721e: Fix programming sequence of "strap" settingsSiddharth Vadapalli
2025-09-08PCI: plda: Remove dev_err_probe() when the errno is -ENOMEMXichao Zhao
2025-09-08PCI: hv: Remove unused parameter of hv_msi_free()Nam Cao
2025-09-04PCI: imx6: Enable the Vaux supply if availableRichard Zhu
2025-09-04PCI: qcom: Fix macro typo for CURSORZiyue Zhang
2025-09-04PCI: qcom: Add equalization settings for 8.0 GT/s and 32.0 GT/sZiyue Zhang
2025-09-03PCI: tegra: Fix devm_kcalloc() argument order for port->phys allocationAlok Tiwari
2025-09-02PCI: dw-rockchip: Switch to FIELD_PREP_WM16 macroNicolas Frattaroli
2025-09-02PCI: rockchip: Switch to FIELD_PREP_WM16* macrosNicolas Frattaroli
2025-09-01PCI: j721e: Fix module autoloadingSiddharth Vadapalli
2025-08-27PCI: qcom: Restrict port parsing only to PCIe bridge child nodesKrishna Chaitanya Chundru
2025-08-27PCI: keystone: Use kcalloc() instead of kzalloc()Qianfeng Rong
2025-08-27PCI: rcar-host: Pass proper IRQ domain to generic_handle_domain_irq()Claudiu Beznea
2025-08-20PCI: cadence: Use cdns_pcie_find_*capability() to avoid hardcoding offsetsHans Zhang
2025-08-20PCI: cadence: Implement capability search using PCI core APIsHans Zhang
2025-08-20PCI: dwc: ep: Implement capability search using PCI core APIsHans Zhang
2025-08-19PCI: mediatek-gen3: Add support for MediaTek MT8196 SoCAngeloGioacchino Del Regno
2025-08-19PCI: mediatek-gen3: Implement sys clock ready time settingAngeloGioacchino Del Regno
2025-08-14PCI: dwc: Implement capability search using PCI core APIsHans Zhang