summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2024-01-06PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_opsYoshihiro Shimoda12-13/+13
2024-01-06PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda23-47/+47
2024-01-06PCI: j721e: Make TI J721E depend on ARCH_K3Peter Robinson1-0/+2
2024-01-06PCI: j721e: Add TI J784S4 PCIe configurationMatt Ranostay1-0/+22
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+27
2024-01-04Merge tag 'pci-v6.7-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+27
2024-01-03Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()"Bjorn Helgaas3-0/+27
2024-01-03PCI/AER: Use explicit register sizes for struct membersBjorn Helgaas1-2/+2
2024-01-03PCI/AER: Decode Requester ID when no error info foundBjorn Helgaas1-2/+7
2024-01-03PCI/AER: Use 'Correctable' and 'Uncorrectable' spec terms for errorsBjorn Helgaas1-4/+4
2024-01-02PCI: Fix 64GT/s effective data rate calculationIlpo Järvinen1-1/+1
2023-12-23cxl: Calculate and store PCI link latency for the downstream portsDave Jiang1-2/+36
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni5-32/+97
2023-12-19PCI: xilinx-nwl: Use INTX instead of legacyDamien Le Moal1-26/+26
2023-12-19PCI: rockchip-host: Rename rockchip_pcie_legacy_int_handler()Damien Le Moal1-2/+2
2023-12-19PCI: rockchip-ep: Use INTX instead of legacyDamien Le Moal1-8/+8
2023-12-19PCI: uniphier: Use INTX instead of legacyDamien Le Moal2-8/+8
2023-12-19PCI: tegra194: Use INTX instead of legacyDamien Le Moal1-5/+5
2023-12-19PCI: dw-rockchip: Rename rockchip_pcie_legacy_int_handler()Damien Le Moal1-2/+2
2023-12-19PCI: keystone: Use INTX instead of legacyDamien Le Moal1-40/+37
2023-12-19PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()Damien Le Moal7-10/+10
2023-12-19PCI: cadence: Use INTX instead of legacyDamien Le Moal2-11/+11
2023-12-19PCI: dra7xx: Rename dra7xx_pcie_raise_legacy_irq()Damien Le Moal1-2/+2
2023-12-19PCI: endpoint: pci-epf-test: Make struct pci_epf_ops constLars-Peter Clausen1-1/+1
2023-12-19PCI: endpoint: pci-epf-vntb: Make struct pci_epf_ops constLars-Peter Clausen1-1/+1
2023-12-19PCI: endpoint: pci-epf-ntb: Make struct pci_epf_ops constLars-Peter Clausen1-1/+1
2023-12-19PCI: endpoint: pci-epf-mhi: Make structs pci_epf_ops and pci_epf_event_ops constLars-Peter Clausen1-2/+2
2023-12-18PCI: endpoint: Rename LEGACY to INTX in test function driverDamien Le Moal1-4/+4
2023-12-18PCI: endpoint: Use INTX instead of legacyDamien Le Moal1-2/+2
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal21-76/+63
2023-12-18PCI: xilinx-xdma: Remove redundant dev_err()Yang Li1-6/+2
2023-12-18PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment supportNiklas Cassel1-0/+1
2023-12-17PCI: kirin: Use devm_kasprintf() to dynamically allocate clock namesChristophe JAILLET1-8/+5
2023-12-16PCI: kirin: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-16PCI: keystone: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-16PCI: exynos: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-16PCI: dwc: Convert SOC_SIFIVE to ARCH_SIFIVEConor Dooley1-1/+1
2023-12-16PCI: Log bridge info when first enumerating bridgeBjorn Helgaas1-4/+19
2023-12-16PCI: Log bridge windows conditionallyBjorn Helgaas1-9/+15
2023-12-16PCI: Supply bridge device, not secondary bus, to read window detailsBjorn Helgaas1-15/+6
2023-12-16PCI: Move pci_read_bridge_windows() below individual window accessorsBjorn Helgaas1-51/+51
2023-12-16PCI: Use resource names in PCI log messagesPuranjay Mohan6-72/+103
2023-12-16PCI: Update BAR # and window messagesPuranjay Mohan2-0/+62
2023-12-16PCI: Log device type during enumerationBjorn Helgaas1-2/+40
2023-12-15Revert "PCI: acpiphp: Reassign resources on bridge if necessary"Bjorn Helgaas1-6/+3
2023-12-15PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single()Manivannan Sadhasivam1-1/+1
2023-12-14PCI: rcar-host: Add support for optional regulatorsWolfram Sang1-1/+17
2023-12-14PCI: rcar-gen4: Replace of_device.h with explicit of.h includeRob Herring1-1/+1
2023-12-14PCI: epf-mhi: Enable MHI async read/write supportManivannan Sadhasivam1-3/+4
2023-12-14PCI: epf-mhi: Add support for DMA async read/write operationManivannan Sadhasivam1-3/+228