summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-0231-198/+1624
|\
| * Merge branch 'pci/field-get'Bjorn Helgaas2023-10-284-15/+20
| |\
| | * PCI: dwc: Use FIELD_GET/PREP()Ilpo Järvinen2023-10-242-6/+11
| | * PCI: cadence: Use FIELD_GET()Ilpo Järvinen2023-10-181-4/+5
| | * PCI: mvebu: Use FIELD_PREP() with Link WidthIlpo Järvinen2023-10-101-1/+1
| | * PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fieldsIlpo Järvinen2023-10-101-5/+4
| * | Merge branch 'pci/config-errs'Bjorn Helgaas2023-10-281-3/+4
| |\ \
| | * | PCI: xgene: Do PCI error check on own line & keep return valueIlpo Järvinen2023-10-101-3/+4
| | |/
| * | Merge branch 'pci/controller/xilinx-xdma'Bjorn Helgaas2023-10-285-31/+864
| |\ \
| | * | PCI: xilinx-xdma: Add Xilinx XDMA Root Port driverThippeswamy Havalige2023-10-264-0/+827
| | * | PCI: xilinx-cpm: Move IRQ definitions to a common headerThippeswamy Havalige2023-10-262-31/+37
| | |/
| * | Merge branch 'pci/controller/xilinx-ecam'Bjorn Helgaas2023-10-281-15/+3
| |\ \
| | * | PCI: xilinx-nwl: Modify ECAM size to enable support for 256 busesThippeswamy Havalige2023-10-261-1/+1
| | * | PCI: xilinx-nwl: Rename the NWL_ECAM_VALUE_DEFAULT macroThippeswamy Havalige2023-10-261-4/+2
| | * | PCI: xilinx-nwl: Remove redundant code that sets Type 1 header fieldsThippeswamy Havalige2023-10-261-11/+1
| | |/
| * | Merge branch 'pci/controller/vmd'Bjorn Helgaas2023-10-281-4/+1
| |\ \
| | * | PCI: vmd: Fix inconsistent indentation in vmd_resume()Xinghui Li2023-09-181-4/+1
| | |/
| * | 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
| | * | PCI: dwc: endpoint: Add multiple PFs support for dbi2Yoshihiro Shimoda2023-10-202-8/+25
| | * | PCI: tegra194: Drop PCI_EXP_LNKSTA_NLW settingYoshihiro Shimoda2023-10-201-6/+0
| | * | PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handlingYoshihiro Shimoda2023-10-201-1/+8
| | * | PCI: dwc: Add dw_pcie_link_set_max_link_width()Yoshihiro Shimoda2023-10-201-45/+41
| | |/
| * | Merge branch 'pci/controller/qcom-ep'Bjorn Helgaas2023-10-281-0/+17
| |\ \
| | * | PCI: qcom-ep: Add dedicated callback for writing to DBI2 registersManivannan Sadhasivam2023-10-271-0/+17
| | |/
| * | Merge branch 'pci/controller/layerscape'Bjorn Helgaas2023-10-281-0/+2
| |\ \
| | * | PCI: layerscape-ep: Set 64-bit DMA maskGuanhua Gao2023-10-101-0/+2
| | |/
| * | Merge branch 'pci/controller/hyperv'Bjorn Helgaas2023-10-281-1/+1
| |\ \
| | * | PCI: hv: Annotate struct hv_dr_state with __counted_byKees Cook2023-10-141-1/+1
| | |/
| * | Merge branch 'pci/controller/cadence'Bjorn Helgaas2023-10-281-5/+0
| |\ \
| | * | PCI: cadence: Drop unused member from struct cdns_plat_pcieLi Chen2023-10-051-5/+0
| | |/
| * | Merge branch 'pci/controller/aspm'Bjorn Helgaas2023-10-283-0/+32
| |\ \
| | * | PCI: qcom: Enable ASPM for platforms supporting 1.9.0 opsManivannan Sadhasivam2023-10-141-0/+28
| | * | PCI: dwc: Add host_post_init() callbackManivannan Sadhasivam2023-10-142-0/+4
| | |/
| * | PCI: keystone: Don't discard .probe() callbackUwe Kleine-König2023-10-101-2/+2
| * | PCI: keystone: Don't discard .remove() callbackUwe Kleine-König2023-10-101-2/+2
| * | PCI: kirin: Don't discard .remove() callbackUwe Kleine-König2023-10-101-2/+2
| * | PCI: exynos: Don't discard .remove() callbackUwe Kleine-König2023-10-101-2/+2
| * | PCI: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen2023-10-036-6/+6
| * | PCI: vmd: Correct PCI Header Type Register's multi-function checkIlpo Järvinen2023-10-031-2/+1
| |/
* / PCI: qcom: Fix IPQ8074 enumerationSricharan Ramabadhran2023-09-291-3/+1
|/