summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2024-01-02PCI/AER: Use explicit register sizes for struct membersBjorn Helgaas
2024-01-02PCI/AER: Decode Requester ID when no error info foundBjorn Helgaas
2024-01-02PCI/AER: Use 'Correctable' and 'Uncorrectable' spec terms for errorsBjorn Helgaas
2024-01-02PCI: Fix 64GT/s effective data rate calculationIlpo Järvinen
2023-12-22cxl: Calculate and store PCI link latency for the downstream portsDave Jiang
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-19PCI: xilinx-nwl: Use INTX instead of legacyDamien Le Moal
2023-12-19PCI: rockchip-host: Rename rockchip_pcie_legacy_int_handler()Damien Le Moal
2023-12-19PCI: rockchip-ep: Use INTX instead of legacyDamien Le Moal
2023-12-19PCI: uniphier: Use INTX instead of legacyDamien Le Moal
2023-12-19PCI: tegra194: Use INTX instead of legacyDamien Le Moal
2023-12-19PCI: dw-rockchip: Rename rockchip_pcie_legacy_int_handler()Damien Le Moal
2023-12-19PCI: keystone: Use INTX instead of legacyDamien Le Moal
2023-12-19PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()Damien Le Moal
2023-12-19PCI: cadence: Use INTX instead of legacyDamien Le Moal
2023-12-19PCI: dra7xx: Rename dra7xx_pcie_raise_legacy_irq()Damien Le Moal
2023-12-18PCI: endpoint: pci-epf-test: Make struct pci_epf_ops constLars-Peter Clausen
2023-12-18PCI: endpoint: pci-epf-vntb: Make struct pci_epf_ops constLars-Peter Clausen
2023-12-18PCI: endpoint: pci-epf-ntb: Make struct pci_epf_ops constLars-Peter Clausen
2023-12-18PCI: endpoint: pci-epf-mhi: Make structs pci_epf_ops and pci_epf_event_ops constLars-Peter Clausen
2023-12-18PCI: endpoint: Rename LEGACY to INTX in test function driverDamien Le Moal
2023-12-18PCI: endpoint: Use INTX instead of legacyDamien Le Moal
2023-12-18PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitionsDamien Le Moal
2023-12-18PCI: xilinx-xdma: Remove redundant dev_err()Yang Li
2023-12-18PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment supportNiklas Cassel
2023-12-17PCI: kirin: Use devm_kasprintf() to dynamically allocate clock namesChristophe JAILLET
2023-12-16PCI: kirin: Convert to platform remove callback returning voidUwe Kleine-König
2023-12-16PCI: keystone: Convert to platform remove callback returning voidUwe Kleine-König
2023-12-16PCI: exynos: Convert to platform remove callback returning voidUwe Kleine-König
2023-12-16PCI: dwc: Convert SOC_SIFIVE to ARCH_SIFIVEConor Dooley
2023-12-15PCI: Log bridge info when first enumerating bridgeBjorn Helgaas
2023-12-15PCI: Log bridge windows conditionallyBjorn Helgaas
2023-12-15PCI: Supply bridge device, not secondary bus, to read window detailsBjorn Helgaas
2023-12-15PCI: Move pci_read_bridge_windows() below individual window accessorsBjorn Helgaas
2023-12-15PCI: Use resource names in PCI log messagesPuranjay Mohan
2023-12-15PCI: Update BAR # and window messagesPuranjay Mohan
2023-12-15PCI: Log device type during enumerationBjorn Helgaas
2023-12-15Revert "PCI: acpiphp: Reassign resources on bridge if necessary"Bjorn Helgaas
2023-12-15PCI: epf-mhi: Fix the DMA data direction of dma_unmap_single()Manivannan Sadhasivam
2023-12-14PCI: rcar-host: Add support for optional regulatorsWolfram Sang
2023-12-14PCI: rcar-gen4: Replace of_device.h with explicit of.h includeRob Herring
2023-12-14PCI: epf-mhi: Enable MHI async read/write supportManivannan Sadhasivam
2023-12-14PCI: epf-mhi: Add support for DMA async read/write operationManivannan Sadhasivam
2023-12-14PCI: epf-mhi: Simulate async read/write using iATUManivannan Sadhasivam
2023-12-14bus: mhi: ep: Rename read_from_host() and write_to_host() APIsManivannan Sadhasivam
2023-12-14bus: mhi: ep: Pass mhi_ep_buf_info struct to read/write APIsManivannan Sadhasivam
2023-12-13PCI: vmd: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-13PCI: j721e: Add PCIe 4x lane selection supportMatt Ranostay
2023-12-13PCI: j721e: Add per platform maximum lane settingsMatt Ranostay
2023-12-13PCI: Move pci_clear_and_set_dword() helper to PCI headerShuai Xue