summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/controller/tegra194'Bjorn Helgaas2024-11-251-3/+4
|\
| * PCI: tegra194: Move controller cleanups to pex_ep_event_pex_rst_deassert()Manivannan Sadhasivam2024-11-031-3/+4
* | Merge branch 'pci/controller/qcom'Bjorn Helgaas2024-11-252-5/+20
|\ \
| * | PCI: qcom: Disable ASPM L0s for X1E80100Qiang Yu2024-11-041-1/+1
| * | PCI: qcom: Remove BDF2SID mapping config for SC8280X family SoCQiang Yu2024-11-041-1/+11
| * | PCI: qcom: Add support for IPQ9574devi priya2024-11-031-0/+1
| * | PCI: qcom-ep: Move controller cleanups to qcom_pcie_perst_deassert()Manivannan Sadhasivam2024-11-031-2/+4
| * | PCI: qcom: Enable MSI interrupts together with Link up if 'Global IRQ' is sup...Manivannan Sadhasivam2024-11-021-1/+3
| |/
* | Merge branch 'pci/controller/keystone'Bjorn Helgaas2024-11-251-0/+12
|\ \
| * | PCI: keystone: Add link up check to ks_pcie_other_map_bus()Kishon Vijay Abraham I2024-11-071-0/+11
| * | PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie" compatibleKishon Vijay Abraham I2024-11-071-0/+1
| |/
* | Merge branch 'pci/controller/imx6'Bjorn Helgaas2024-11-251-11/+46
|\ \
| * | PCI: imx6: Fix suspend/resume support on i.MX6QDLStefan Eichenberger2024-11-061-11/+46
| |/
* | Merge branch 'pci/controller/dwc'Bjorn Helgaas2024-11-252-3/+4
|\ \
| * | PCI: dwc: ep: Fix advertised resizable BAR size regressionNiklas Cassel2024-11-161-1/+1
| * | PCI: dwc: Use of_property_present() for non-boolean propertiesRob Herring (Arm)2024-11-161-2/+2
| * | PCI: dwc: endpoint: Clear outbound address on unmapDamien Le Moal2024-10-271-0/+1
| |/
* | Merge branch 'pci/endpoint'Bjorn Helgaas2024-11-251-10/+25
|\ \
| * | PCI: dwc: ep: Use align addr function for dw_pcie_ep_raise_{msi,msix}_irq()Niklas Cassel2024-11-161-10/+10
| * | PCI: dwc: endpoint: Implement the pci_epc_ops::align_addr() operationDamien Le Moal2024-11-041-0/+15
| |/
* / PCI: controller: Switch back to struct platform_driver::remove()Sergio Paracuellos2024-10-039-9/+9
|/
* Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-09-2317-556/+867
|\
| * Merge branch 'pci/controller/rcar-gen4'Bjorn Helgaas2024-09-191-1/+6
| |\
| | * PCI: rcar-gen4: Make read-only const array check_addr staticColin Ian King2024-09-011-1/+6
| * | Merge branch 'pci/controller/qcom'Bjorn Helgaas2024-09-1913-60/+310
| |\ \
| | * | PCI: qcom: Add RX lane margining settings for 16.0 GT/sShashank Babu Chinta Venkata2024-09-135-2/+56
| | * | PCI: qcom: Add equalization settings for 16.0 GT/sShashank Babu Chinta Venkata2024-09-138-12/+94
| | * | PCI: dwc: Always cache the maximum link speed value in dw_pcie::max_link_speedManivannan Sadhasivam2024-09-131-4/+14
| | * | PCI: dwc: Rename 'dw_pcie::link_gen' to 'dw_pcie::max_link_speed'Manivannan Sadhasivam2024-09-136-17/+17
| | * | PCI: qcom-ep: Enable controller resources like PHY only after refclk is avail...Manivannan Sadhasivam2024-09-131-10/+4
| | * | PCI: qcom: Disable mirroring of DBI and iATU register space in BAR regionPrudhvi Yarlagadda2024-09-013-15/+61
| | * | PCI: qcom: Enumerate endpoints based on Link up event in 'global_irq' interruptManivannan Sadhasivam2024-09-011-1/+54
| | * | PCI: qcom-ep: Modify 'global_irq' and 'perst_irq' IRQ device namesManivannan Sadhasivam2024-09-011-2/+14
| | * | PCI: qcom-ep: Reword the error message for receiving unknown global IRQ eventManivannan Sadhasivam2024-09-011-1/+2
| | * | PCI: qcom-ep: Drop the redundant masking of global IRQ eventsManivannan Sadhasivam2024-09-011-2/+0
| | |/
| * | Merge branch 'pci/controller/kirin'Bjorn Helgaas2024-09-191-2/+2
| |\ \
| | * | PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()Alexandra Diupina2024-09-061-2/+2
| | |/
| * | Merge branch 'pci/controller/keystone'Bjorn Helgaas2024-09-191-1/+1
| |\ \
| | * | PCI: keystone: Fix if-statement expression in ks_pcie_quirk()Dan Carpenter2024-08-131-1/+1
| | |/
| * | Merge branch 'pci/controller/imx6'Bjorn Helgaas2024-09-191-464/+526
| |\ \
| | * | PCI: imx6: Add i.MX8Q PCIe Root Complex (RC) supportRichard Zhu2024-09-111-0/+28
| | * | PCI: imx6: Call common PHY API to set mode, speed, and submodeFrank Li2024-09-091-0/+16
| | * | PCI: imx6: Consolidate redundant if-checksFrank Li2024-09-091-2/+0
| | * | PCI: imx6: Improve comment for workaround ERR010728Frank Li2024-09-091-3/+20
| | * | PCI: imx6: Simplify switch-case logic by involve core_reset callbackFrank Li2024-09-091-63/+71
| | * | PCI: imx6: Introduce SoC specific callbacks for controlling REFCLKFrank Li2024-09-091-60/+51
| | * | PCI: imx6: Rename imx6_* with imx_*Frank Li2024-09-091-375/+374
| | * | PCI: imx6: Fix missing call to phy_power_off() in error handlingFrank Li2024-09-091-3/+4
| | * | PCI: imx6: Fix i.MX8MP PCIe EP's occasional failure to trigger MSIRichard Zhu2024-09-091-0/+2
| | * | PCI: imx6: Fix establish link failure in EP mode for i.MX8MM and i.MX8MPRichard Zhu2024-09-091-2/+4
| | |/