summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc
Commit message (Expand)AuthorAgeFilesLines
* PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold2024-01-311-1/+1
* Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-1730-362/+526
|\
| * Merge branch 'pci/irq-clean-up'Bjorn Helgaas2024-01-1515-118/+108
| |\
| | * PCI: uniphier: Use INTX instead of legacyDamien Le Moal2023-12-192-8/+8
| | * PCI: tegra194: Use INTX instead of legacyDamien Le Moal2023-12-191-5/+5
| | * PCI: dw-rockchip: Rename rockchip_pcie_legacy_int_handler()Damien Le Moal2023-12-191-2/+2
| | * PCI: keystone: Use INTX instead of legacyDamien Le Moal2023-12-191-40/+37
| | * PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()Damien Le Moal2023-12-197-10/+10
| | * PCI: dra7xx: Rename dra7xx_pcie_raise_legacy_irq()Damien Le Moal2023-12-191-2/+2
| | * PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal2023-12-1813-51/+44
| * | Merge branch 'pci/controller/remove-void-return'Bjorn Helgaas2024-01-153-12/+6
| |\ \
| | * | PCI: kirin: Convert to platform remove callback returning voidUwe Kleine-König2023-12-161-4/+2
| | * | PCI: keystone: Convert to platform remove callback returning voidUwe Kleine-König2023-12-161-4/+2
| | * | PCI: exynos: Convert to platform remove callback returning voidUwe Kleine-König2023-12-161-4/+2
| | |/
| * | Merge branch 'pci/controller/rcar'Bjorn Helgaas2024-01-151-1/+1
| |\ \
| | * | PCI: rcar-gen4: Replace of_device.h with explicit of.h includeRob Herring2023-12-141-1/+1
| | |/
| * | Merge branch 'pci/controller/layerscape'Bjorn Helgaas2024-01-152-31/+176
| |\ \
| | * | PCI: layerscape: Add suspend/resume for ls1043aFrank Li2023-12-121-1/+62
| | * | PCI: layerscape(ep): Rename pf_* as pf_lut_*Frank Li2023-12-122-25/+25
| | * | PCI: layerscape: Add suspend/resume for ls1021aFrank Li2023-12-121-3/+80
| | * | PCI: layerscape: Add function pointer for exit_from_l2()Frank Li2023-12-121-2/+9
| | |/
| * | Merge branch 'pci/controller/kirin'Bjorn Helgaas2024-01-151-8/+5
| |\ \
| | * | PCI: kirin: Use devm_kasprintf() to dynamically allocate clock namesChristophe JAILLET2023-12-171-8/+5
| | |/
| * | Merge branch 'pci/controller/keystone'Bjorn Helgaas2024-01-151-0/+9
| |\ \
| | * | PCI: keystone: Fix race condition when initializing PHYsSiddharth Vadapalli2024-01-091-0/+9
| | |/
| * | Merge branch 'pci/controller/dwc'Bjorn Helgaas2024-01-1530-192/+221
| |\ \ | | |/ | |/|
| | * PCI: rcar-gen4: Fix -Wvoid-pointer-to-enum-cast errorYoshihiro Shimoda2024-01-061-1/+1
| | * PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpersYoshihiro Shimoda2024-01-062-124/+153
| | * PCI: dwc: Rename .func_conf_select to .get_dbi_offset in struct dw_pcie_ep_opsYoshihiro Shimoda2024-01-064-60/+59
| | * PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_opsYoshihiro Shimoda2024-01-0612-13/+13
| | * PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda2024-01-0623-47/+47
| | * PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment supportNiklas Cassel2023-12-181-0/+1
| | * PCI: dwc: Convert SOC_SIFIVE to ARCH_SIFIVEConor Dooley2023-12-161-1/+1
| |/
* | PCI: qcom: Clean up ASPM commentJohan Hovold2023-12-111-1/+4
* | PCI: qcom: Fix potential deadlock when enabling ASPMJohan Hovold2023-12-111-1/+1
|/
* Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-0215-127/+739
|\
| * Merge branch 'pci/field-get'Bjorn Helgaas2023-10-282-10/+14
| |\
| | * PCI: dwc: Use FIELD_GET/PREP()Ilpo Järvinen2023-10-242-6/+11
| | * PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fieldsIlpo Järvinen2023-10-101-5/+4
| * | Merge branch 'pci/controller/speed'Bjorn Helgaas2023-10-283-45/+14
| |\ \
| | * | PCI: tegra194: Use Mbps_to_icc() macro for setting icc speedManivannan Sadhasivam2023-10-141-2/+2
| | * | PCI: qcom-ep: Use PCIE_SPEED2MBS_ENC() macro for encoding link speedManivannan Sadhasivam2023-10-141-25/+6
| | * | PCI: qcom: Use PCIE_SPEED2MBS_ENC() macro for encoding link speedManivannan Sadhasivam2023-10-141-18/+6
| | |/
| * | Merge branch 'pci/controller/rcar'Bjorn Helgaas2023-10-287-63/+651
| |\ \
| | * | PCI: rcar-gen4: Add endpoint mode supportYoshihiro Shimoda2023-10-232-4/+164
| | * | PCI: rcar-gen4: Add R-Car Gen4 PCIe controller support for host modeYoshihiro Shimoda2023-10-233-0/+393
| | * | PCI: dwc: endpoint: Introduce .pre_init() and .deinit()Yoshihiro Shimoda2023-10-232-1/+13
| | * | PCI: dwc: Expose dw_pcie_write_dbi2() to moduleYoshihiro Shimoda2023-10-231-0/+1
| | * | PCI: dwc: Expose dw_pcie_ep_exit() to moduleYoshihiro Shimoda2023-10-201-0/+1
| | * | PCI: dwc: Add EDMA_UNROLL capability flagYoshihiro Shimoda2023-10-202-3/+10