summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)AuthorFilesLines
2022-12-31PCI: imx6: Initialize PHY before deasserting core resetSascha Hauer1-6/+7
2022-12-31PCI: dwc: Fix n_fts[] array overrunVidya Sagar1-1/+1
2022-10-06Merge branch 'pci/qcom'Bjorn Helgaas2-112/+180
2022-10-06PCI: qcom-ep: Check platform_get_resource_byname() return valueYang Yingliang1-0/+5
2022-10-06PCI: qcom-ep: Add support for SM8450 SoCManivannan Sadhasivam1-0/+1
2022-10-06PCI: qcom-ep: Make PERST separation optionalManivannan Sadhasivam1-4/+6
2022-10-06PCI: qcom-ep: Disable Master AXI Clock when there is no PCIe trafficManivannan Sadhasivam1-1/+8
2022-10-05PCI: qcom-ep: Gate Master AXI clock to MHI bus during L1SSManivannan Sadhasivam1-0/+9
2022-10-05PCI: qcom-ep: Expose link transition counts via debugfsManivannan Sadhasivam1-0/+60
2022-10-05PCI: qcom-ep: Disable IRQs during driver removeManivannan Sadhasivam1-6/+9
2022-10-03PCI: qcom-ep: Make use of the cached dev pointerManivannan Sadhasivam1-2/+2
2022-10-03PCI: qcom-ep: Rely on the clocks supplied by devicetreeManivannan Sadhasivam1-20/+13
2022-10-03PCI: qcom-ep: Add kernel-doc for qcom_pcie_ep structureManivannan Sadhasivam1-0/+17
2022-10-03phy: freescale: imx8m-pcie: Fix the wrong order of phy_init() and phy_power_on()Richard Zhu1-3/+3
2022-10-03PCI: imx6: Add i.MX8MP PCIe supportRichard Zhu1-2/+25
2022-10-03PCI: dwc: Replace of_gpio_named_count() by gpiod_count()Andy Shevchenko1-2/+2
2022-09-29PCI: qcom: Rename host-init error labelJohan Hovold1-2/+2
2022-09-29PCI: qcom: Drop unused post_deinit callbackJohan Hovold1-3/+0
2022-08-30PCI: qcom-ep: Add MODULE_DEVICE_TABLEDmitry Baryshkov1-0/+1
2022-08-29PCI: dwc: Drop dependency on ZONE_DMA32Will McVicker2-22/+7
2022-08-23PCI: qcom: Sort device-id tableJohan Hovold1-7/+7
2022-08-23PCI: qcom: Clean up IP configurationsJohan Hovold1-60/+29
2022-08-23PCI: qcom: Make all optional clocks optionalJohan Hovold1-24/+4
2022-08-23PCI: qcom: Add support for SA8540PJohan Hovold1-0/+6
2022-08-23PCI: qcom: Add support for SC8280XPJohan Hovold1-2/+20
2022-08-14Merge tag 'ntb-5.20' of https://github.com/jonmason/ntbLinus Torvalds1-1/+9
2022-08-10PCI: designware-ep: Allow pci_epc_set_bar() update inbound map addressFrank Li1-1/+9
2022-08-04Merge branch 'pci/misc'Bjorn Helgaas3-3/+3
2022-08-04Merge branch 'pci/ctrl/pm-ops'Bjorn Helgaas3-13/+11
2022-08-04Merge branch 'pci/ctrl/tegra194'Bjorn Helgaas2-234/+455
2022-08-04Merge branch 'pci/ctrl/qcom'Bjorn Helgaas3-164/+276
2022-08-04Merge branch 'pci/ctrl/imx6'Bjorn Helgaas1-304/+360
2022-08-04Merge branch 'pci/ctrl/fu740'Bjorn Helgaas1-2/+0
2022-08-01PCI: imx6: Support more than Gen2 speed link modeRichard Zhu1-4/+4
2022-08-01PCI: imx6: Set PCIE_DBI_RO_WR_EN before writing DBI registersRichard Zhu1-0/+4
2022-08-01PCI: imx6: Reformat suspend callback to keep symmetric with resumeRichard Zhu1-25/+37
2022-08-01PCI: imx6: Move the imx6_pcie_ltssm_disable() earlierRichard Zhu1-19/+19
2022-08-01PCI: imx6: Disable clocks in reverse order of enableBjorn Helgaas1-2/+2
2022-08-01PCI: imx6: Do not hide PHY driver callbacks and refine the error handlingRichard Zhu1-13/+23
2022-08-01PCI: imx6: Reduce resume time by only starting link if it was up before suspendRichard Zhu1-1/+6
2022-08-01PCI: imx6: Mark the link down as non-fatal errorRichard Zhu1-7/+8
2022-08-01PCI: imx6: Move regulator enable out of imx6_pcie_deassert_core_reset()Richard Zhu1-20/+16
2022-08-01PCI: imx6: Turn off regulator when system is in suspend modeRichard Zhu1-12/+5
2022-08-01PCI: imx6: Call host init function directly in resumeRichard Zhu1-3/+3
2022-08-01PCI: imx6: Disable i.MX6QDL clock when disabling ref clocksRichard Zhu1-0/+8
2022-08-01PCI: imx6: Propagate .host_init() errors to callerRichard Zhu1-4/+12
2022-08-01PCI: imx6: Collect clock enables in imx6_pcie_clk_enable()Richard Zhu1-39/+56
2022-08-01PCI: imx6: Factor out ref clock disable to match enableBjorn Helgaas1-6/+10
2022-08-01PCI: imx6: Move imx6_pcie_clk_disable() earlierRichard Zhu1-24/+24
2022-08-01PCI: imx6: Move imx6_pcie_enable_ref_clk() earlierBjorn Helgaas1-48/+48