aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2023-06-22PCI: rockchip: Use u32 variable to access 32-bit registersRick Wertenbroek2-5/+6
2023-06-22PCI: rockchip: Fix window mapping and address translation for endpointRick Wertenbroek2-88/+75
2023-06-22PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint coreRick Wertenbroek2-35/+16
2023-06-22PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be lockedRick Wertenbroek2-0/+19
2023-06-22PCI: rockchip: Assert PCI Configuration Enable bit after probeRick Wertenbroek1-0/+3
2023-06-22PCI: rockchip: Write PCI Device ID to correct registerRick Wertenbroek2-2/+6
2023-06-22PCI: rockchip: Remove writes to unused registersRick Wertenbroek1-10/+0
2023-06-20PCI/ASPM: Avoid link retraining raceIlpo Järvinen1-0/+11
2023-06-20PCI/ASPM: Factor out pcie_wait_for_retrain()Ilpo Järvinen1-12/+18
2023-06-20PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link()Bjorn Helgaas1-9/+11
2023-06-20PCI: Add failed link recovery for device reset eventsMaciej W. Rozycki1-5/+24
2023-06-20PCI: Work around PCIe link training failuresMaciej W. Rozycki4-0/+102
2023-06-20PCI: Use pcie_wait_for_link_status() in pcie_wait_for_link_delay()Maciej W. Rozycki1-14/+3
2023-06-20PCI: Add support for polling DLLLA to pcie_retrain_link()Maciej W. Rozycki3-10/+22
2023-06-20PCI: Export pcie_retrain_link() for use outside ASPMMaciej W. Rozycki3-42/+50
2023-06-20PCI: Export PCIe link retrain timeoutMaciej W. Rozycki3-5/+5
2023-06-20PCI: Execute quirk_enable_clear_retrain_link() earlierMaciej W. Rozycki1-3/+3
2023-06-20PCI/ASPM: Factor out waiting for link training to completeMaciej W. Rozycki1-11/+23
2023-06-20PCI/ASPM: Avoid unnecessary pcie_link_state useMaciej W. Rozycki1-8/+7
2023-06-20PCI: qcom: Do not advertise hotplug capability for IP v2.1.0Manivannan Sadhasivam1-0/+2
2023-06-20PCI: qcom: Do not advertise hotplug capability for IP v1.0.0Manivannan Sadhasivam1-0/+2
2023-06-20PCI: qcom: Use post init sequence of IP v2.3.2 for v2.4.0Manivannan Sadhasivam1-29/+1
2023-06-20PCI: qcom: Do not advertise hotplug capability for IP v2.3.2Manivannan Sadhasivam1-0/+2
2023-06-20PCI: qcom: Do not advertise hotplug capability for IPs v2.3.3 and v2.9.0Manivannan Sadhasivam1-1/+0
2023-06-20PCI: qcom: Do not advertise hotplug capability for IPs v2.7.0 and v1.9.0Manivannan Sadhasivam1-0/+23
2023-06-20PCI: qcom: Disable write access to read only registers for IP v2.9.0Manivannan Sadhasivam1-0/+3
2023-06-20PCI: qcom: Use DWC helpers for modifying the read-only DBI registersManivannan Sadhasivam1-5/+3
2023-06-20PCI: qcom: Disable write access to read only registers for IP v2.3.3Manivannan Sadhasivam1-0/+2
2023-06-19Merge tag 'hyperv-fixes-signed-20230619' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-57/+82
2023-06-19scatterlist: add dedicated config for DMA flagsRobin Murphy1-0/+1
2023-06-19PCI: imx6: Save and restore root port MSI control in suspend and resumeRichard Zhu1-0/+23
2023-06-18PCI: hv: Add a per-bus mutex state_lockDexuan Cui1-3/+26
2023-06-18Revert "PCI: hv: Fix a timing issue which causes kdump to fail occasionally"Dexuan Cui1-37/+34
2023-06-18PCI: hv: Remove the useless hv_pcichild_state from struct hv_pci_devDexuan Cui1-12/+0
2023-06-18PCI: hv: Fix a race condition in hv_irq_unmask() that can cause panicDexuan Cui1-6/+5
2023-06-18PCI: hv: Fix a race condition bug in hv_pci_query_relations()Dexuan Cui1-0/+18
2023-06-14PCI/ASPM: Use distinct local vars in pcie_retrain_link()Maciej W. Rozycki1-9/+10
2023-06-14PCI: pciehp: Rely on dev->link_active_reportingMaciej W. Rozycki1-5/+2
2023-06-14PCI: Initialize dev->link_active_reporting earlierMaciej W. Rozycki1-1/+5
2023-06-12PCI: Unexport pci_save_aer_state()Bjorn Helgaas1-0/+4
2023-06-09PCI: Release resource invalidated by coalescingRoss Lagerwall1-1/+3
2023-06-08PCI: Add function 1 DMA alias quirk for Marvell 88SE9235Robin Murphy1-0/+2
2023-06-06PCI/PM: Shorten pci_bridge_wait_for_secondary_bus() wait time for slow linksMika Westerberg2-19/+37
2023-06-06PCI: of: Propagate firmware node by calling device_set_node()Andy Shevchenko1-10/+4
2023-05-29PCI: rcar-host: Remove unused static pcie_base and pcie_devGeert Uytterhoeven1-21/+0
2023-05-29PCI: ftpci100: Release the clock resourcesJunyan Ye1-12/+2
2023-05-26PCI: dwc: Wait for link up only if link is startedAjay Agarwal3-11/+23
2023-05-24PCI: acpiphp: Reassign resources on bridge if necessaryIgor Mammedov1-4/+1
2023-05-24PCI: pciehp: Cancel bringup sequence if card is not presentRongguang Wei1-0/+8
2023-05-24PCI: pciehp: Simplify Attention Button loggingBjorn Helgaas2-10/+8