summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds31-198/+1624
2023-10-28Merge branch 'pci/field-get'Bjorn Helgaas4-15/+20
2023-10-28Merge branch 'pci/config-errs'Bjorn Helgaas1-3/+4
2023-10-28Merge branch 'pci/controller/xilinx-xdma'Bjorn Helgaas5-31/+864
2023-10-28Merge branch 'pci/controller/xilinx-ecam'Bjorn Helgaas1-15/+3
2023-10-28Merge branch 'pci/controller/vmd'Bjorn Helgaas1-4/+1
2023-10-28Merge branch 'pci/controller/speed'Bjorn Helgaas3-45/+14
2023-10-28Merge branch 'pci/controller/rcar'Bjorn Helgaas7-63/+651
2023-10-28Merge branch 'pci/controller/qcom-ep'Bjorn Helgaas1-0/+17
2023-10-28Merge branch 'pci/controller/layerscape'Bjorn Helgaas1-0/+2
2023-10-28Merge branch 'pci/controller/hyperv'Bjorn Helgaas1-1/+1
2023-10-28Merge branch 'pci/controller/cadence'Bjorn Helgaas1-5/+0
2023-10-28Merge branch 'pci/controller/aspm'Bjorn Helgaas3-0/+32
2023-10-27PCI: qcom-ep: Add dedicated callback for writing to DBI2 registersManivannan Sadhasivam1-0/+17
2023-10-26PCI: xilinx-xdma: Add Xilinx XDMA Root Port driverThippeswamy Havalige4-0/+827
2023-10-26PCI: xilinx-cpm: Move IRQ definitions to a common headerThippeswamy Havalige2-31/+37
2023-10-26PCI: xilinx-nwl: Modify ECAM size to enable support for 256 busesThippeswamy Havalige1-1/+1
2023-10-26PCI: xilinx-nwl: Rename the NWL_ECAM_VALUE_DEFAULT macroThippeswamy Havalige1-4/+2
2023-10-26PCI: xilinx-nwl: Remove redundant code that sets Type 1 header fieldsThippeswamy Havalige1-11/+1
2023-10-24PCI: dwc: Use FIELD_GET/PREP()Ilpo Järvinen2-6/+11
2023-10-23PCI: rcar-gen4: Add endpoint mode supportYoshihiro Shimoda2-4/+164
2023-10-23PCI: rcar-gen4: Add R-Car Gen4 PCIe controller support for host modeYoshihiro Shimoda3-0/+393
2023-10-23PCI: dwc: endpoint: Introduce .pre_init() and .deinit()Yoshihiro Shimoda2-1/+13
2023-10-23PCI: dwc: Expose dw_pcie_write_dbi2() to moduleYoshihiro Shimoda1-0/+1
2023-10-20PCI: dwc: Expose dw_pcie_ep_exit() to moduleYoshihiro Shimoda1-0/+1
2023-10-20PCI: dwc: Add EDMA_UNROLL capability flagYoshihiro Shimoda2-3/+10
2023-10-20PCI: dwc: endpoint: Add multiple PFs support for dbi2Yoshihiro Shimoda2-8/+25
2023-10-20PCI: tegra194: Drop PCI_EXP_LNKSTA_NLW settingYoshihiro Shimoda1-6/+0
2023-10-20PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handlingYoshihiro Shimoda1-1/+8
2023-10-20PCI: dwc: Add dw_pcie_link_set_max_link_width()Yoshihiro Shimoda1-45/+41
2023-10-18PCI: cadence: Use FIELD_GET()Ilpo Järvinen1-4/+5
2023-10-14PCI: hv: Annotate struct hv_dr_state with __counted_byKees Cook1-1/+1
2023-10-14PCI: qcom: Enable ASPM for platforms supporting 1.9.0 opsManivannan Sadhasivam1-0/+28
2023-10-14PCI: dwc: Add host_post_init() callbackManivannan Sadhasivam2-0/+4
2023-10-14PCI: tegra194: Use Mbps_to_icc() macro for setting icc speedManivannan Sadhasivam1-2/+2
2023-10-14PCI: qcom-ep: Use PCIE_SPEED2MBS_ENC() macro for encoding link speedManivannan Sadhasivam1-25/+6
2023-10-14PCI: qcom: Use PCIE_SPEED2MBS_ENC() macro for encoding link speedManivannan Sadhasivam1-18/+6
2023-10-11PCI: xgene: Do PCI error check on own line & keep return valueIlpo Järvinen1-3/+4
2023-10-10PCI: mvebu: Use FIELD_PREP() with Link WidthIlpo Järvinen1-1/+1
2023-10-10PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fieldsIlpo Järvinen1-5/+4
2023-10-10PCI: keystone: Don't discard .probe() callbackUwe Kleine-König1-2/+2
2023-10-10PCI: keystone: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2023-10-10PCI: kirin: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2023-10-10PCI: exynos: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2023-10-10PCI: layerscape-ep: Set 64-bit DMA maskGuanhua Gao1-0/+2
2023-10-05PCI: cadence: Drop unused member from struct cdns_plat_pcieLi Chen1-5/+0
2023-10-03PCI: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen6-6/+6
2023-10-03PCI: vmd: Correct PCI Header Type Register's multi-function checkIlpo Järvinen1-2/+1
2023-09-29PCI: qcom: Fix IPQ8074 enumerationSricharan Ramabadhran1-3/+1
2023-09-18PCI: vmd: Fix inconsistent indentation in vmd_resume()Xinghui Li1-4/+1