summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'pci/controller/rcar-gen4'Bjorn Helgaas2024-07-192-34/+276
|\ \ \
| * | | PCI: rcar-gen4: Add support for R-Car V4HYoshihiro Shimoda2024-07-021-1/+197
| * | | PCI: rcar-gen4: Add .ltssm_control() for other SoC supportYoshihiro Shimoda2024-06-291-24/+50
| * | | PCI: rcar-gen4: Add struct rcar_gen4_pcie_drvdataYoshihiro Shimoda2024-06-291-9/+23
| * | | PCI: dwc: Add PCIE_PORT_{FORCE,LANE_SKEW} macrosYoshihiro Shimoda2024-06-291-0/+6
| | |/ | |/|
* | | Merge branch 'pci/controller/qcom'Bjorn Helgaas2024-07-195-168/+290
|\ \ \
| * | | PCI: qcom: Prevent use of uninitialized data in qcom_pcie_suspend_noirq()Dan Carpenter2024-07-101-1/+1
| * | | PCI: qcom: Prevent potential error pointer dereferenceDan Carpenter2024-07-101-1/+1
| * | | PCI: qcom: Fix missing error code in qcom_pcie_probe()Dan Carpenter2024-07-101-1/+2
| * | | PCI: qcom: Add OPP support to scale performanceKrishna chaitanya chundru2024-07-091-19/+80
| * | | PCI: qcom: Add ICC bandwidth vote for CPU to PCIe pathKrishna chaitanya chundru2024-07-091-4/+41
| * | | PCI: qcom-ep: Disable resources unconditionally during PERST# assertManivannan Sadhasivam2024-07-091-6/+0
| * | | PCI: qcom-ep: Override NO_SNOOP attribute for SA8775P EPMrinmay Sarkar2024-07-091-3/+16
| * | | PCI: qcom: Override NO_SNOOP attribute for SA8775P RCMrinmay Sarkar2024-07-091-1/+24
| * | | PCI: qcom-ep: Add HDMA support for SA8775P SoCMrinmay Sarkar2024-05-281-1/+22
| * | | PCI: dwc: Pass the eDMA mapping format flag directly from glue driversManivannan Sadhasivam2024-05-283-11/+12
| * | | PCI: dwc: Skip finding eDMA channels count for HDMA platformsManivannan Sadhasivam2024-05-281-3/+11
| * | | PCI: dwc: Refactor dw_pcie_edma_find_chip() APIManivannan Sadhasivam2024-05-281-7/+30
| * | | PCI: qcom-ep: Add support for SA8775P SOCMrinmay Sarkar2024-05-281-0/+1
| * | | PCI: qcom: Use devm_clk_bulk_get_all() APIManivannan Sadhasivam2024-05-281-119/+58
| |/ /
* | | Merge branch 'pci/controller/keystone'Bjorn Helgaas2024-07-191-82/+118
|\ \ \
| * | | PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)Kishon Vijay Abraham I2024-06-281-1/+43
| * | | PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_se...Aleksandr Mishin2024-05-281-5/+15
| * | | PCI: keystone: Don't enable BAR 0 for AM654xSiddharth Vadapalli2024-05-281-34/+18
| * | | PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode()Siddharth Vadapalli2024-05-281-42/+42
| |/ /
* | | Merge branch 'pci/controller/exynos'Bjorn Helgaas2024-07-191-50/+4
|\ \ \
| * | | PCI: exynos: Adapt to use bulk clock APIsShradha Todi2024-05-281-50/+4
| |/ /
* | | Merge branch 'pci/controller/dra7xx'Bjorn Helgaas2024-07-191-2/+2
|\ \ \
| * | | PCI: dra7xx: Fix dra7xx_pcie_cpu_addr_fixup() parameter nameNiklas Cassel2024-05-281-2/+2
| |/ /
* | | Merge branch 'pci/controller/artpec6'Bjorn Helgaas2024-07-191-4/+4
|\ \ \
| * | | PCI: artpec6: Fix artpec6_pcie_cpu_addr_fixup() parameter nameNiklas Cassel2024-05-281-4/+4
| |/ /
* | | Merge branch 'pci/controller/al'Bjorn Helgaas2024-07-191-3/+13
|\ \ \
| * | | PCI: al: Check IORESOURCE_BUS existence during probeAleksandr Mishin2024-05-281-3/+13
| |/ /
* | | Merge branch 'pci/controller/dwc'Bjorn Helgaas2024-07-1915-135/+283
|\ \ \ | | |/ | |/|
| * | PCI: dwc: ep: Enforce DWC specific 64-bit BAR limitationNiklas Cassel2024-07-101-0/+7
| * | PCI: layerscape-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link ...Manivannan Sadhasivam2024-07-101-1/+1
| * | PCI: qcom-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link Down e...Manivannan Sadhasivam2024-07-101-1/+1
| * | PCI: dwc: ep: Remove dw_pcie_ep_init_notify() wrapperManivannan Sadhasivam2024-07-1013-28/+11
| * | PCI: dwc: ep: Add a generic dw_pcie_ep_linkdown() API to handle Link Down eventManivannan Sadhasivam2024-07-102-35/+73
| * | PCI: dwc: Add generic MSG TLP support for sending PME_Turn_Off when system su...Frank Li2024-07-102-5/+93
| * | PCI: dwc: Add outbound MSG TLPs supportYoshihiro Shimoda2024-07-102-2/+11
| * | PCI: dwc: Consolidate args of dw_pcie_prog_outbound_atu() into a structureYoshihiro Shimoda2024-07-104-60/+77
| * | PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slotFrank Li2024-07-101-3/+10
| * | PCI: dwc: Use msleep() in dw_pcie_wait_for_link()Konrad Dybcio2024-07-102-3/+2
* | | Merge branch 'pci/controller/gpio'Bjorn Helgaas2024-07-196-116/+52
|\ \ \ | |/ / |/| |
| * | PCI: kirin: Convert to use agnostic GPIO APIAndy Shevchenko2024-07-101-70/+35
| * | PCI: kirin: Convert kirin_pcie_parse_port() to scoped iteratorJavier Carrasco2024-07-101-15/+6
| * | PCI: imx6: Convert to use agnostic GPIO APIAndy Shevchenko2024-05-281-26/+10
| * | PCI: dwc: Remove unused of_gpio.h inclusionAndy Shevchenko2024-05-284-5/+0
| * | PCI: dra7xx: Add missing chained IRQ header inclusionAndy Shevchenko2024-05-281-0/+1
| |/