summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-276-90/+178
|\
| * Merge branch 'pci/host/qcom'Bjorn Helgaas2022-05-241-11/+12
| |\
| | * PCI: qcom: Fix unbalanced PHY init on probe errorsJohan Hovold2022-05-241-1/+3
| | * PCI: qcom: Fix runtime PM imbalance on probe errorsJohan Hovold2022-05-241-4/+1
| | * PCI: qcom: Fix pipe clock imbalanceJohan Hovold2022-05-241-6/+0
| | * PCI: qcom: Add SM8150 SoC supportBhupesh Sharma2022-05-241-0/+8
| * | Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas2022-05-241-9/+14
| |\ \
| | * | PCI: imx6: Fix PERST# start-up sequenceFrancesco Dolcini2022-05-111-9/+14
| | |/
| * | PCI: rockchip-dwc: Add legacy interrupt supportPeter Geis2022-05-111-2/+94
| * | PCI: rockchip-dwc: Reset core at driver probePeter Geis2022-05-111-13/+10
| * | PCI: qcom-ep: Move enable/disable resources code to common functionsDmitry Baryshkov2022-05-111-45/+46
| * | PCI: tegra194: Remove unnecessary MSI enable reg save and restoreJisheng Zhang2022-04-111-9/+0
| * | PCI: dwc: Fix setting error return on MSI DMA mapping failureJiantao Zhang2022-04-081-1/+2
| |/
* / PCI: qcom: Remove ddrss_sf_tbu clock from SC8180XBjorn Andersson2022-05-031-1/+6
|/
* Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-03-258-84/+263
|\
| * Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas2022-03-221-19/+123
| |\
| | * PCI: uniphier-ep: Add NX1 supportKunihiko Hayashi2022-02-111-0/+81
| | * PCI: uniphier-ep: Add SoC data structureKunihiko Hayashi2022-02-111-19/+42
| * | Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas2022-03-221-31/+62
| |\ \
| | * | PCI: qcom: Add SM8450 PCIe supportDmitry Baryshkov2022-02-231-13/+44
| | * | PCI: qcom: Add ddrss_sf_tbu flagDmitry Baryshkov2022-02-231-1/+3
| | * | PCI: qcom: Remove redundancy between qcom_pcie and qcom_pcie_cfgDmitry Baryshkov2022-02-231-18/+16
| | |/
| * | Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas2022-03-221-13/+6
| |\ \
| | * | PCI: imx6: Assert i.MX8MM CLKREQ# even if no device presentRichard Zhu2022-03-171-4/+0
| | * | PCI: imx6: Invoke the PHY exit function after PHY power offRichard Zhu2022-03-171-0/+1
| | * | PCI: imx6: Enable i.MX6QP PCIe power management supportRichard Zhu2022-03-071-1/+3
| | * | PCI: imx6: Allow to probe when dw_pcie_wait_for_link() failsFabio Estevam2022-02-031-8/+2
| | |/
| * | Merge branch 'pci/host/fu740'Bjorn Helgaas2022-03-221-3/+52
| |\ \
| | * | PCI: fu740: Force 2.5GT/s for initial device probeBen Dooks2022-03-211-1/+50
| | * | PCI: fu740: Drop redundant '-gpios' from DT GPIO lookupBen Dooks2022-03-101-2/+2
| | |/
| * | Merge branch 'pci/host/dwc'Bjorn Helgaas2022-03-221-1/+6
| |\ \
| | * | PCI: dwc: Restore MSI Receiver mask during resumeJisheng Zhang2022-03-101-1/+6
| | |/
| * | Merge branch 'pci/misc'Bjorn Helgaas2022-03-222-4/+1
| |\ \
| | * | PCI: fu740: Remove unused assignmentsBjorn Helgaas2022-03-221-1/+1
| | * | PCI: kirin: Remove unused assignmentsBjorn Helgaas2022-03-221-3/+0
| | |/
| * / PCI: Add defines for normal and subtractive PCI bridgesPali Rohár2022-02-173-13/+13
| |/
* / PCI: kirin: Add dev struct for of_device_get_match_data()Bjorn Helgaas2022-02-041-13/+18
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+1
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-1/+1
* | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-1617-497/+449
|\ \ | |/ |/|
| * Merge branch 'pci/driver-cleanup'Bjorn Helgaas2022-01-1310-319/+322
| |\
| | * PCI: spear13xx: Avoid invalid address space conversionsBjorn Helgaas2022-01-031-4/+4
| | * PCI: hisi: Avoid invalid address space conversionsBjorn Helgaas2022-01-031-10/+22
| | * PCI: uniphier: Rename uniphier_pcie_priv to uniphier_pcieFan Fei2022-01-031-73/+74
| | * PCI: tegra194: Rename tegra_pcie_dw to tegra194_pcieFan Fei2022-01-031-111/+111
| | * PCI: intel-gw: Rename intel_pcie_port to intel_pcieFan Fei2022-01-031-102/+102
| | * PCI: kirin: Prefer of_device_get_match_data()Fan Fei2022-01-031-4/+2
| | * PCI: keystone: Prefer of_device_get_match_data()Fan Fei2022-01-031-3/+1
| | * PCI: dra7xx: Prefer of_device_get_match_data()Fan Fei2022-01-031-4/+2
| | * PCI: designware-plat: Prefer of_device_get_match_data()Fan Fei2022-01-031-4/+2