summaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-11-0363-406/+2076
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2023-10-285-13/+14
| |\
| | * PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word()Ilpo Järvinen2023-10-262-7/+7
| | * PCI: endpoint: Fix double free in __pci_epc_create()Dan Carpenter2023-10-261-1/+0
| | * PCI: Replace unnecessary UTF-8 in KconfigLiu Song2023-10-061-1/+1
| | * PCI: Make pci_assign_unassigned_resources() non-initRandy Dunlap2023-10-051-1/+1
| | * PCI: Prevent xHCI driver from claiming AMD VanGogh USB3 DRD deviceVicki Pfau2023-10-051-3/+5
| * | Merge branch 'pci/field-get'Bjorn Helgaas2023-10-2818-91/+112
| |\ \
| | * | PCI/portdrv: Use FIELD_GET()Bjorn Helgaas2023-10-241-3/+4
| | * | PCI/VC: Use FIELD_GET()Bjorn Helgaas2023-10-241-4/+5
| | * | PCI/PTM: Use FIELD_GET()Bjorn Helgaas2023-10-241-2/+3
| | * | PCI/PME: Use FIELD_GET()Bjorn Helgaas2023-10-241-1/+3
| | * | PCI/ATS: Use FIELD_GET()Bjorn Helgaas2023-10-241-5/+2
| | * | PCI: Use FIELD_GET() in Sapphire RX 5600 XT Pulse quirkBjorn Helgaas2023-10-241-4/+4
| | * | PCI: Use FIELD_GET()Bjorn Helgaas2023-10-242-27/+26
| | * | PCI/MSI: Use FIELD_GET/PREP()Ilpo Järvinen2023-10-241-4/+6
| | * | PCI/DPC: Use defines with DPC reason fieldsIlpo Järvinen2023-10-241-10/+17
| | * | PCI/DPC: Use defined fields with DPC_CTL registerIlpo Järvinen2023-10-241-3/+7
| | * | PCI/DPC: Use FIELD_GET()Bjorn Helgaas2023-10-242-3/+4
| | * | PCI: hotplug: Use FIELD_GET/PREP()Ilpo Järvinen2023-10-243-4/+7
| | * | 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: Use FIELD_GET() to extract Link WidthIlpo Järvinen2023-10-182-6/+4
| | * | 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-284-12/+16
| |\ \
| | * | PCI: xgene: Do PCI error check on own line & keep return valueIlpo Järvinen2023-10-101-3/+4
| | * | PCI: Do error check on own line to split long "if" conditionsIlpo Järvinen2023-10-103-9/+12
| | |/
| * | 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-288-63/+654
| |\ \
| | * | 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