summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2024-03-10PCI: brcmstb: Fix broken brcm_pcie_mdio_write() pollingJonathan Bell1-1/+1
2024-03-10PCI: qcom: Add X1E80100 PCIe supportAbel Vesa1-0/+1
2024-03-10PCI: qcom: Enable BDF to SID translation properlyManivannan Sadhasivam1-0/+10
2024-03-09PCI/AER: Generalize TLP Header Log readingIlpo Järvinen4-22/+36
2024-03-09PCI/AER: Use explicit register size for PCI_ERR_CAPIlpo Järvinen1-3/+3
2024-03-08PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295pJohan Hovold1-2/+29
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel1-5/+0
2024-03-08PCI/AER: Block runtime suspend when handling errorsStanislaw Gruszka1-0/+20
2024-03-07PCI/ASPM: Move pci_save_ltr_state() to aspm.cDavid E. Box3-40/+45
2024-03-07PCI/ASPM: Always build aspm.cDavid E. Box2-1/+5
2024-03-07PCI/ASPM: Move pci_configure_ltr() to aspm.cDavid E. Box4-80/+79
2024-03-06PCI: Make pci_dev_is_disconnected() helper public for other driversEthan Zhao1-5/+0
2024-03-06PCI/sysfs: Demacrofy pci_dev_resource_resize_attr(n) functionsIlpo Järvinen1-64/+74
2024-03-06PCI: Remove obsolete pci_cleanup_rom() declarationLukas Wunner1-1/+0
2024-03-06PCI/sysfs: Compile pci-sysfs.c only if CONFIG_SYSFS=yLukas Wunner5-34/+50
2024-03-05PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root PortsPaul Menzel1-0/+2
2024-03-05PCI/PM: Drain runtime-idle callbacks before driver removalRafael J. Wysocki1-0/+7
2024-03-04PCI: imx6: Add iMX95 Endpoint (EP) supportFrank Li1-0/+47
2024-03-04PCI: imx6: Add epc_features in imx6_pcie_drvdataFrank Li1-1/+8
2024-03-04PCI: imx6: Clean up addr_space retrieval codeFrank Li1-8/+1
2024-03-04PCI: imx6: Add iMX95 PCIe Root Complex supportFrank Li1-5/+71
2024-03-04PCI: imx6: Simplify switch-case logic by introducing init_phy() callbackFrank Li1-65/+69
2024-03-04PCI: imx6: Simplify configure_type() by using mode_off and mode_maskFrank Li1-20/+39
2024-03-04PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_maskFrank Li1-21/+16
2024-03-04PCI: imx6: Simplify reset handling by using *_FLAG_HAS_*_RESETFrank Li1-65/+39
2024-03-01PCI: Mark LSI FW643 to avoid bus resetEdmund Raile1-0/+8
2024-03-01PCI/PM: Allow runtime PM with no PM callbacks at allRaag Jadav1-4/+1
2024-02-28PCI/DPC: Ignore Surprise Down error on hot removalSmita Koralahalli1-0/+60
2024-02-21PCI: imx6: Simplify PHY handling by using IMX6_PCIE_FLAG_HAS_PHYDRVFrank Li1-7/+17
2024-02-21PCI: imx6: Simplify clock handling by using clk_bulk*() functionFrank Li1-88/+50
2024-02-20PCI: Mark 3ware-9650SE Root Port Extended Tags as brokenJörg Wedekind1-0/+1
2024-02-20s390/pci: introduce lock to synchronize state of zpci_dev'sGerd Bayer1-22/+43
2024-02-19PCI/MSI: Prevent MSI hardware interrupt number truncationVidya Sagar1-1/+1
2024-02-17Merge tag 'pci-v6.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-15/+22
2024-02-16PCI: endpoint: Drop only_64bit on reserved BARsNiklas Cassel3-9/+2
2024-02-16PCI: endpoint: Clean up hardware description for BARsNiklas Cassel13-52/+80
2024-02-16PCI: epf-mhi: Add support for SA8775P SoCMrinmay Sarkar1-0/+17
2024-02-16PCI: epf-mhi: Add "pci_epf_mhi_" prefix to the function namesManivannan Sadhasivam1-2/+2
2024-02-16PCI: epf-vntb: Return actual error code during pci_vntb_probe() failureYang Yingliang1-1/+1
2024-02-16NTB: fix possible name leak in ntb_register_device()Yang Yingliang1-5/+1
2024-02-12PCI: Move devres code from pci.c to devres.cPhilipp Stanner3-249/+262
2024-02-12PCI: Move PCI-specific devres code to drivers/pci/Philipp Stanner2-1/+208
2024-02-12PCI: Move pci_iomap.c to drivers/pci/Philipp Stanner3-0/+183
2024-02-12PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus1-1/+1
2024-02-09PCI: Fix active state requirement in PME pollingAlex Williamson1-15/+22
2024-02-09Merge tag 'pci-v6.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+6
2024-02-09PCI: endpoint: pci-epf-vntb: Remove superfluous checks for pci_epf_alloc_spac...Niklas Cassel1-11/+0
2024-02-09PCI: endpoint: pci-epf-test: Remove superfluous checks for pci_epf_alloc_spac...Niklas Cassel1-8/+0
2024-02-09PCI: endpoint: Improve pci_epf_alloc_space() APINiklas Cassel1-0/+9
2024-02-09PCI: endpoint: Refactor pci_epf_alloc_space() APINiklas Cassel4-8/+9