summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)Author
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-10-28Merge branch 'pci/field-get'Bjorn Helgaas
2023-10-28Merge branch 'pci/config-errs'Bjorn Helgaas
2023-10-28Merge branch 'pci/controller/xilinx-xdma'Bjorn Helgaas
2023-10-28Merge branch 'pci/controller/xilinx-ecam'Bjorn Helgaas
2023-10-28Merge branch 'pci/controller/vmd'Bjorn Helgaas
2023-10-28Merge branch 'pci/controller/speed'Bjorn Helgaas
2023-10-28Merge branch 'pci/controller/rcar'Bjorn Helgaas
2023-10-28Merge branch 'pci/controller/qcom-ep'Bjorn Helgaas
2023-10-28Merge branch 'pci/controller/layerscape'Bjorn Helgaas
2023-10-28Merge branch 'pci/controller/hyperv'Bjorn Helgaas
2023-10-28Merge branch 'pci/controller/cadence'Bjorn Helgaas
2023-10-28Merge branch 'pci/controller/aspm'Bjorn Helgaas
2023-10-27PCI: qcom-ep: Add dedicated callback for writing to DBI2 registersManivannan Sadhasivam
2023-10-26PCI: xilinx-xdma: Add Xilinx XDMA Root Port driverThippeswamy Havalige
2023-10-26PCI: xilinx-cpm: Move IRQ definitions to a common headerThippeswamy Havalige
2023-10-26PCI: xilinx-nwl: Modify ECAM size to enable support for 256 busesThippeswamy Havalige
2023-10-26PCI: xilinx-nwl: Rename the NWL_ECAM_VALUE_DEFAULT macroThippeswamy Havalige
2023-10-26PCI: xilinx-nwl: Remove redundant code that sets Type 1 header fieldsThippeswamy Havalige
2023-10-24PCI: dwc: Use FIELD_GET/PREP()Ilpo Järvinen
2023-10-23PCI: rcar-gen4: Add endpoint mode supportYoshihiro Shimoda
2023-10-23PCI: rcar-gen4: Add R-Car Gen4 PCIe controller support for host modeYoshihiro Shimoda
2023-10-23PCI: dwc: endpoint: Introduce .pre_init() and .deinit()Yoshihiro Shimoda
2023-10-23PCI: dwc: Expose dw_pcie_write_dbi2() to moduleYoshihiro Shimoda
2023-10-20PCI: dwc: Expose dw_pcie_ep_exit() to moduleYoshihiro Shimoda
2023-10-20PCI: dwc: Add EDMA_UNROLL capability flagYoshihiro Shimoda
2023-10-20PCI: dwc: endpoint: Add multiple PFs support for dbi2Yoshihiro Shimoda
2023-10-20PCI: tegra194: Drop PCI_EXP_LNKSTA_NLW settingYoshihiro Shimoda
2023-10-20PCI: dwc: Add missing PCI_EXP_LNKCAP_MLW handlingYoshihiro Shimoda
2023-10-20PCI: dwc: Add dw_pcie_link_set_max_link_width()Yoshihiro Shimoda
2023-10-18PCI: cadence: Use FIELD_GET()Ilpo Järvinen
2023-10-14PCI: hv: Annotate struct hv_dr_state with __counted_byKees Cook
2023-10-14PCI: qcom: Enable ASPM for platforms supporting 1.9.0 opsManivannan Sadhasivam
2023-10-14PCI: dwc: Add host_post_init() callbackManivannan Sadhasivam
2023-10-14PCI: tegra194: Use Mbps_to_icc() macro for setting icc speedManivannan Sadhasivam
2023-10-14PCI: qcom-ep: Use PCIE_SPEED2MBS_ENC() macro for encoding link speedManivannan Sadhasivam
2023-10-14PCI: qcom: Use PCIE_SPEED2MBS_ENC() macro for encoding link speedManivannan Sadhasivam
2023-10-10PCI: xgene: Do PCI error check on own line & keep return valueIlpo Järvinen
2023-10-10PCI: mvebu: Use FIELD_PREP() with Link WidthIlpo Järvinen
2023-10-10PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fieldsIlpo Järvinen
2023-10-10PCI: keystone: Don't discard .probe() callbackUwe Kleine-König
2023-10-10PCI: keystone: Don't discard .remove() callbackUwe Kleine-König
2023-10-10PCI: kirin: Don't discard .remove() callbackUwe Kleine-König
2023-10-10PCI: exynos: Don't discard .remove() callbackUwe Kleine-König
2023-10-10PCI: layerscape-ep: Set 64-bit DMA maskGuanhua Gao
2023-10-05PCI: cadence: Drop unused member from struct cdns_plat_pcieLi Chen
2023-10-03PCI: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen
2023-10-03PCI: vmd: Correct PCI Header Type Register's multi-function checkIlpo Järvinen
2023-09-29PCI: qcom: Fix IPQ8074 enumerationSricharan Ramabadhran
2023-09-18PCI: vmd: Fix inconsistent indentation in vmd_resume()Xinghui Li