summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds2022-08-131-1/+9
|\
| * PCI: designware-ep: Allow pci_epc_set_bar() update inbound map addressFrank Li2022-08-091-1/+9
* | Merge branch 'pci/misc'Bjorn Helgaas2022-08-043-3/+3
|\ \
| * | PCI: Drop of_match_ptr() to avoid unused variablesBjorn Helgaas2022-07-063-3/+3
| |/
* | Merge branch 'pci/ctrl/pm-ops'Bjorn Helgaas2022-08-043-13/+11
|\ \
| * | PCI: Convert to new *_PM_OPS macrosBjorn Helgaas2022-07-273-13/+11
| |/
* | Merge branch 'pci/ctrl/tegra194'Bjorn Helgaas2022-08-042-234/+455
|\ \
| * | PCI: tegra194: Add Tegra234 PCIe supportVidya Sagar2022-07-231-59/+225
| * | PCI: tegra194: Extend Endpoint mode supportVidya Sagar2022-07-231-0/+9
| * | PCI: tegra194: Fix link up retry sequenceVidya Sagar2022-07-231-1/+1
| * | PCI: tegra194: Clean up the exit path for Endpoint modeVidya Sagar2022-07-231-14/+31
| * | PCI: tegra194: Enable support for 256 Byte payloadVidya Sagar2022-07-231-0/+13
| * | PCI: tegra194: Clear bandwidth management statusVidya Sagar2022-07-231-0/+6
| * | PCI: tegra194: Fix Root Port interrupt handlingVidya Sagar2022-07-231-24/+22
| * | PCI: tegra194: Find RAS DES PCIe capability offsetVidya Sagar2022-07-232-37/+35
| * | Revert "PCI: tegra194: Rename tegra_pcie_dw to tegra194_pcie"Vidya Sagar2022-07-231-111/+111
| * | PCI: tegra194: Fix PM error handling in tegra_pcie_config_ep()Miaoqian Lin2022-06-081-0/+1
| |/
* | Merge branch 'pci/ctrl/qcom'Bjorn Helgaas2022-08-043-164/+276
|\ \
| * | PCI: qcom: Allow ASPM L1 and substates for 2.7.0Krishna chaitanya chundru2022-07-291-0/+8
| * | PCI: qcom: Add IPQ60xx supportSelvam Sathappan Periakaruppan2022-07-152-0/+131
| * | PCI: qcom: Define slot capabilities using PCI_EXP_SLTCAP_*Baruch Siach2022-07-151-2/+15
| * | PCI: dwc: Move GEN3_RELATED DBI definitions to common headerBaruch Siach2022-07-152-6/+6
| * | PCI: qcom: Drop manual pipe_clk_src handlingDmitry Baryshkov2022-07-151-38/+1
| * | PCI: qcom: Remove unnecessary pipe_clk handlingDmitry Baryshkov2022-07-141-34/+3
| * | PCI: qcom: Power on PHY before DBI register accessesRobert Marko2022-07-131-73/+95
| * | PCI: qcom: Power on PHY before IPQ8074 DBI register accessesRobert Marko2022-07-131-20/+28
| * | PCI: qcom: Set up rev 2.1.0 PARF_PHY before enabling clocksChristian Marangi2022-07-131-6/+4
| |/
* | Merge branch 'pci/ctrl/imx6'Bjorn Helgaas2022-08-041-304/+360
|\ \
| * | PCI: imx6: Support more than Gen2 speed link modeRichard Zhu2022-08-011-4/+4
| * | PCI: imx6: Set PCIE_DBI_RO_WR_EN before writing DBI registersRichard Zhu2022-08-011-0/+4
| * | PCI: imx6: Reformat suspend callback to keep symmetric with resumeRichard Zhu2022-08-011-25/+37
| * | PCI: imx6: Move the imx6_pcie_ltssm_disable() earlierRichard Zhu2022-08-011-19/+19
| * | PCI: imx6: Disable clocks in reverse order of enableBjorn Helgaas2022-08-011-2/+2
| * | PCI: imx6: Do not hide PHY driver callbacks and refine the error handlingRichard Zhu2022-08-011-13/+23
| * | PCI: imx6: Reduce resume time by only starting link if it was up before suspendRichard Zhu2022-08-011-1/+6
| * | PCI: imx6: Mark the link down as non-fatal errorRichard Zhu2022-08-011-7/+8
| * | PCI: imx6: Move regulator enable out of imx6_pcie_deassert_core_reset()Richard Zhu2022-08-011-20/+16
| * | PCI: imx6: Turn off regulator when system is in suspend modeRichard Zhu2022-08-011-12/+5
| * | PCI: imx6: Call host init function directly in resumeRichard Zhu2022-08-011-3/+3
| * | PCI: imx6: Disable i.MX6QDL clock when disabling ref clocksRichard Zhu2022-08-011-0/+8
| * | PCI: imx6: Propagate .host_init() errors to callerRichard Zhu2022-08-011-4/+12
| * | PCI: imx6: Collect clock enables in imx6_pcie_clk_enable()Richard Zhu2022-08-011-39/+56
| * | PCI: imx6: Factor out ref clock disable to match enableBjorn Helgaas2022-08-011-6/+10
| * | PCI: imx6: Move imx6_pcie_clk_disable() earlierRichard Zhu2022-08-011-24/+24
| * | PCI: imx6: Move imx6_pcie_enable_ref_clk() earlierBjorn Helgaas2022-08-011-48/+48
| * | PCI: imx6: Move PHY management functions togetherBjorn Helgaas2022-08-011-128/+128
| * | PCI: imx6: Move imx6_pcie_grp_offset(), imx6_pcie_configure_type() earlierBjorn Helgaas2022-08-011-25/+25
| * | PCI: imx6: Convert to NOIRQ_SYSTEM_SLEEP_PM_OPS()Bjorn Helgaas2022-08-011-4/+2
* | | Merge branch 'pci/ctrl/fu740'Bjorn Helgaas2022-08-041-2/+0
|\ \ \
| * | | PCI: fu740: Remove unnecessary include filesBjorn Helgaas2022-07-191-2/+0
| | |/ | |/|