summaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | PCI: rcar: Add suspend/resumeKazufumi Ikeda2020-05-071-15/+75
| | * | | PCI: rcar: Fix incorrect programming of OB windowsAndrew Murray2020-05-071-4/+5
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/pci-bridge-emul'Bjorn Helgaas2020-06-041-30/+31
| |\ \ \
| | * | | PCI: pci-bridge-emul: Eliminate the 'reserved' memberJon Derrick2020-05-221-17/+13
| | * | | PCI: pci-bridge-emul: Update for PCIe 5.0 r1.0Jon Derrick2020-05-221-15/+16
| | * | | PCI: pci-bridge-emul: Fix Root Cap/Status commentJon Derrick2020-05-221-1/+5
| | * | | PCI: pci-bridge-emul: Fix PCIe bit conflictsJon Derrick2020-05-221-3/+3
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2020-06-041-20/+62
| |\ \ \
| | * | | PCI: hv: Use struct_size() helperGustavo A. R. Silva2020-05-281-14/+8
| | * | | PCI: hv: Retry PCI bus D0 entry on invalid device stateWei Hu2020-05-111-2/+38
| | * | | PCI: hv: Fix the PCI HyperV probe failure path to release resource properlyWei Hu2020-05-111-4/+16
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/host-generic'Bjorn Helgaas2020-06-0411-64/+59
| |\ \ \
| | * | | PCI: host-generic: Eliminate pci_host_common_probe wrappersRob Herring2020-05-076-42/+24
| | * | | PCI: host-generic: Support building as modulesRob Herring2020-05-015-4/+17
| | * | | PCI: Constify struct pci_ecam_opsRob Herring2020-05-019-19/+19
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2020-06-041-0/+3
| |\ \ \
| | * | | PCI: endpoint: functions/pci-epf-test: Fix DMA channel releaseKunihiko Hayashi2020-05-051-0/+3
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2020-06-0411-20/+414
| |\ \ \
| | * | | PCI: uniphier: Add Socionext UniPhier Pro5 PCIe endpoint controller driverKunihiko Hayashi2020-06-043-2/+396
| | * | | PCI: dwc: Use private data pointer of "struct irq_domain" to get pcie_portKishon Vijay Abraham I2020-05-221-1/+1
| | * | | PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up linkMarc Zyngier2020-05-221-2/+2
| | * | | PCI: dwc: Fix inner MSI IRQ domain registrationMarc Zyngier2020-05-221-0/+2
| | * | | PCI: dwc: pci-dra7xx: Use devm_platform_ioremap_resource_byname()Wei Yongjun2020-05-221-5/+3
| | * | | PCI: dwc: intel: Make intel_pcie_cpu_addr() staticJason Yan2020-05-221-1/+1
| | * | | PCI: dwc: Program outbound ATU upper limit registerAlan Mikhak2020-05-222-3/+7
| | * | | PCI: dwc: Make hisi_pcie_platform_ops staticZou Wei2020-05-051-1/+1
| | * | | PCI: dwc: Clean up computing of msix_tblJiri Slaby2020-05-051-5/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2020-06-042-12/+4
| |\ \ \
| | * | | PCI: cadence: Fix to read 32-bit Vendor ID/Device ID property from DTKishon Vijay Abraham I2020-05-182-4/+4
| | * | | PCI: cadence: Remove "cdns,max-outbound-regions" DT propertyKishon Vijay Abraham I2020-05-182-8/+0
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas2020-06-041-4/+33
| |\ \ \
| | * | | PCI: brcmstb: Wait for Raspberry Pi's firmware when presentNicolas Saenz Julienne2020-05-131-0/+17
| | * | | PCI: brcmstb: Disable L0s component of ASPM if requestedJim Quinlan2020-05-111-1/+13
| | * | | PCI: brcmstb: Fix window register offset from 4 to 8Jim Quinlan2020-05-111-2/+2
| | * | | PCI: brcmstb: Don't clk_put() a managed clockJim Quinlan2020-05-111-1/+0
| | * | | PCI: brcmstb: Assert fundamental reset on initializationNicolas Saenz Julienne2020-05-111-0/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/altera'Bjorn Helgaas2020-06-041-1/+1
| |\ \ \
| | * | | PCI: altera: Clean up indentation issue on a return statementColin Ian King2020-05-051-1/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas2020-06-042-45/+220
| |\ \ \
| | * | | PCI: aardvark: Replace custom macros by standard linux/pci_regs.h macrosPali Rohár2020-05-181-23/+18
| | * | | PCI: aardvark: Add PHY supportMarek Behún2020-05-181-0/+69
| | * | | PCI: aardvark: Add FIXME comment for PCIE_CORE_CMD_STATUS_REG accessPali Rohár2020-05-181-0/+7
| | * | | PCI: aardvark: Issue PERST via GPIOPali Rohár2020-05-181-1/+42
| | * | | PCI: aardvark: Improve link trainingMarek Behún2020-05-181-25/+89
| | * | | PCI: of: Zero max-link-speed value is invalidPali Rohár2020-05-181-1/+1
| | * | | PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only reg...Pali Rohár2020-05-181-4/+0
| | * | | PCI: aardvark: Train link immediately after enabling trainingPali Rohár2020-05-181-6/+9
| | |/ /
| * | | Merge branch 'pci/virtualization'Bjorn Helgaas2020-06-041-4/+31
| |\ \ \
| | * | | PCI: Add ACS quirk for Intel Root Complex Integrated EndpointsAshok Raj2020-06-021-0/+15
| | * | | PCI: Avoid FLR for AMD Starship USB 3.0Kevin Buettner2020-05-271-0/+2