summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Merge branch 'pci/ctrl/dwc-edma'Bjorn Helgaas8-178/+264
2022-08-04Merge branch 'pci/ctrl/dwc'Bjorn Helgaas27-642/+708
2022-08-04Merge branch 'pci/ctrl/brcmstb'Bjorn Helgaas1-138/+305
2022-08-04Merge branch 'pci/ctrl/aardvark'Bjorn Helgaas1-9/+103
2022-08-04Merge branch 'pci/virtualization'Bjorn Helgaas1-0/+3
2022-08-04Merge branch 'pci/resource'Bjorn Helgaas2-45/+6
2022-08-04Merge branch 'pci/err'Bjorn Helgaas4-16/+23
2022-08-04Merge branch 'pci/enumeration'Bjorn Helgaas1-46/+41
2022-08-04Merge branch 'pci/endpoint'Bjorn Helgaas1-1/+0
2022-08-01PCI: dwc: Handle MSIs routed to multiple GIC interruptsDmitry Baryshkov1-3/+58
2022-08-01PCI: dwc: Convert struct pcie_port.msi_irq to an arrayDmitry Baryshkov7-17/+24
2022-08-01PCI: dwc: Split MSI IRQ parsing/allocation to a separate functionDmitry Baryshkov1-42/+54
2022-08-01PCI: dwc: Correct msi_irq condition in dw_pcie_free_msi()Dmitry Baryshkov1-1/+1
2022-08-01PCI: dwc: Use the bitmap API to allocate bitmapsChristophe JAILLET1-8/+4
2022-08-01PCI: dwc: Fix MSI msi_msg DMA mappingWill McVicker2-7/+9
2022-08-01PCI: dwc: Check iATU in/outbound range setup statusSerge Semin4-59/+114
2022-08-01PCI: dwc: Validate iATU outbound mappings against hardware constraintsSerge Semin2-19/+29
2022-08-01PCI: dwc: Add iATU regions size detection procedureSerge Semin2-4/+31
2022-08-01PCI: dwc: Simplify in/outbound iATU setup methodsSerge Semin3-237/+108
2022-08-01PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OBSerge Semin4-34/+13
2022-08-01PCI: dwc: Drop enum dw_pcie_as_type in favor of PCIE_ATU_TYPE_MEM/IOSerge Semin3-50/+15
2022-08-01PCI: dwc: Add dw_pcie_ops.host_deinit() callbackSerge Semin2-5/+17
2022-08-01PCI: tegra194: Drop manual DW PCIe controller version setupSerge Semin1-1/+0
2022-08-01PCI: intel-gw: Drop manual DW PCIe controller version setupSerge Semin1-15/+1
2022-08-01PCI: dwc: Add macros to compare Synopsys IP core versionsSerge Semin3-5/+20
2022-08-01PCI: dwc: Read DWC IP core version from registerSerge Semin4-0/+34
2022-08-01PCI: dwc: Use native DWC IP core version representationSerge Semin5-14/+22
2022-08-01PCI: dwc: Detect iATU settings after getting "addr_space" resourceSerge Semin1-2/+2
2022-08-01PCI: dwc: Log link speed and width if it comes upSerge Semin1-6/+16
2022-07-29PCI: Remove pci_mmap_page_range() wrapperArnd Bergmann2-45/+6
2022-07-27PCI: brcmstb: Rename .map_bus() functions to end with 'map_bus'Jim Quinlan1-8/+8
2022-07-27PCI: brcmstb: Disable/enable regulators in suspend/resumeJim Quinlan1-5/+59
2022-07-27PCI: brcmstb: Enable child bus device regulators from DTJim Quinlan1-5/+98
2022-07-27PCI: brcmstb: Split post-link up initialization to brcm_pcie_start_link()Jim Quinlan1-47/+64
2022-07-27PCI: brcmstb: Prevent config space access when link is downJim Quinlan1-6/+14
2022-07-27PCI: brcmstb: Remove unnecessary forward declarationsJim Quinlan1-77/+72
2022-07-23PCI: Extend isolated function probing to s390Niklas Schnelle1-1/+1
2022-07-23PCI: Move jailhouse's isolated function handling to pci_scan_slot()Niklas Schnelle1-20/+10
2022-07-23PCI: Split out next_ari_fn() from next_fn()Niklas Schnelle1-13/+18
2022-07-23PCI: Clean up pci_scan_slot()Niklas Schnelle1-19/+19
2022-07-13PCI/AER: Iterate over error counters instead of error stringsMohamed Khalfella1-1/+6
2022-07-13PCI/AER: Enable error reporting when AER is nativeStefan Roese1-0/+3
2022-07-13PCI/portdrv: Don't disable AER reporting in get_port_device_capability()Stefan Roese1-8/+1
2022-07-12PCI/ASPM: Unexport pcie_aspm_support_enabled()Bjorn Helgaas1-1/+0
2022-07-12PCI: endpoint: Enable DMA tests for endpoints with DMA capabilitiesFrank Li1-10/+106
2022-07-12PCI/ASPM: Remove pcie_aspm_pm_state_change()Kai-Heng Feng3-27/+0
2022-07-11PCI/AER: Configure ECRC for every deviceStefan Roese1-3/+2
2022-07-06PCI: endpoint: Don't stop controller when unbinding endpoint functionShunsuke Mie1-1/+0
2022-07-06PCI: dwc-plat: Drop dw_plat_pcie_of_match[] forward declarationSerge Semin1-2/+0
2022-07-06PCI: dwc-plat: Drop unused regmap pointerSerge Semin1-2/+0