summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)AuthorFilesLines
2022-07-05PCI: dwc: Organize local variable usageSerge Semin2-10/+8
2022-07-05PCI: dwc: Convert dw_pcie_link_up() to use dw_pcie_readl_dbi()Serge Semin1-1/+1
2022-07-05PCI: dwc: Simplify unrolled iATU detectionSerge Semin1-6/+5
2022-07-05PCI: dwc: Add newlines to log messagesSerge Semin2-2/+2
2022-07-05PCI: dwc: Add braces to multi-line if-else statementsSerge Semin2-3/+4
2022-07-05PCI: dwc: Always enable CDM check if "snps,enable-cdm-check" existsSerge Semin1-7/+7
2022-07-05PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errorsSerge Semin1-2/+16
2022-07-05PCI: dwc: Set INCREASE_REGION_SIZE flag based on limit addressSerge Semin1-6/+10
2022-07-05PCI: dwc: Disable outbound windows only for controllers using iATUSerge Semin1-6/+8
2022-07-05PCI: dwc: Add unroll iATU space support to dw_pcie_disable_atu()Serge Semin1-3/+13
2022-07-05PCI: dwc: Stop link on host_init errors and de-initializationSerge Semin1-2/+14
2022-05-27Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-90/+178
2022-05-24Merge branch 'pci/host/qcom'Bjorn Helgaas1-11/+12
2022-05-24Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas1-9/+14
2022-05-24PCI: qcom: Fix unbalanced PHY init on probe errorsJohan Hovold1-1/+3
2022-05-24PCI: qcom: Fix runtime PM imbalance on probe errorsJohan Hovold1-4/+1
2022-05-24PCI: qcom: Fix pipe clock imbalanceJohan Hovold1-6/+0
2022-05-24PCI: qcom: Add SM8150 SoC supportBhupesh Sharma1-0/+8
2022-05-11PCI: rockchip-dwc: Add legacy interrupt supportPeter Geis1-2/+94
2022-05-11PCI: rockchip-dwc: Reset core at driver probePeter Geis1-13/+10
2022-05-11PCI: imx6: Fix PERST# start-up sequenceFrancesco Dolcini1-9/+14
2022-05-11PCI: qcom-ep: Move enable/disable resources code to common functionsDmitry Baryshkov1-45/+46
2022-05-03PCI: qcom: Remove ddrss_sf_tbu clock from SC8180XBjorn Andersson1-1/+6
2022-04-11PCI: tegra194: Remove unnecessary MSI enable reg save and restoreJisheng Zhang1-9/+0
2022-04-08PCI: dwc: Fix setting error return on MSI DMA mapping failureJiantao Zhang1-1/+2
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-84/+263
2022-03-22Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas1-19/+123
2022-03-22Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas1-31/+62
2022-03-22Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas1-13/+6
2022-03-22Merge branch 'pci/host/fu740'Bjorn Helgaas1-3/+52
2022-03-22Merge branch 'pci/host/dwc'Bjorn Helgaas1-1/+6
2022-03-22Merge branch 'pci/misc'Bjorn Helgaas2-4/+1
2022-03-22PCI: fu740: Remove unused assignmentsBjorn Helgaas1-1/+1
2022-03-22PCI: kirin: Remove unused assignmentsBjorn Helgaas1-3/+0
2022-03-21PCI: fu740: Force 2.5GT/s for initial device probeBen Dooks1-1/+50
2022-03-17PCI: imx6: Assert i.MX8MM CLKREQ# even if no device presentRichard Zhu1-4/+0
2022-03-17PCI: imx6: Invoke the PHY exit function after PHY power offRichard Zhu1-0/+1
2022-03-10PCI: dwc: Restore MSI Receiver mask during resumeJisheng Zhang1-1/+6
2022-03-10PCI: fu740: Drop redundant '-gpios' from DT GPIO lookupBen Dooks1-2/+2
2022-03-07PCI: imx6: Enable i.MX6QP PCIe power management supportRichard Zhu1-1/+3
2022-02-23PCI: qcom: Add SM8450 PCIe supportDmitry Baryshkov1-13/+44
2022-02-23PCI: qcom: Add ddrss_sf_tbu flagDmitry Baryshkov1-1/+3
2022-02-23PCI: qcom: Remove redundancy between qcom_pcie and qcom_pcie_cfgDmitry Baryshkov1-18/+16
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár3-13/+13
2022-02-11PCI: uniphier-ep: Add NX1 supportKunihiko Hayashi1-0/+81
2022-02-11PCI: uniphier-ep: Add SoC data structureKunihiko Hayashi1-19/+42
2022-02-04PCI: kirin: Add dev struct for of_device_get_match_data()Bjorn Helgaas1-13/+18
2022-02-03PCI: imx6: Allow to probe when dw_pcie_wait_for_link() failsFabio Estevam1-8/+2
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+1
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-497/+449