summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | PCI: cadence: Do not error if "cdns,max-outbound-regions" is not foundKishon Vijay Abraham I2020-11-202-6/+4
| | |/
| * | Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas2020-12-151-0/+1
| |\ \
| | * | PCI: brcmstb: Initialize "tmp" before useJim Quinlan2020-11-201-0/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas2020-12-151-1/+8
| |\ \
| | * | PCI: aardvark: Update comment about disabling link trainingPali Rohár2020-12-071-1/+8
| | |/
| * | Merge branch 'pci/ecam'Bjorn Helgaas2020-12-1516-122/+76
| |\ \
| | * | PCI: xgene: Removed unused ".bus_shift" initialisers from pci-xgene.cKrzysztof Wilczyński2020-12-101-2/+0
| | * | PCI: vmd: Update type of the __iomem pointersKrzysztof Wilczyński2020-12-101-4/+4
| | * | PCI: iproc: Convert to use the new ECAM constantsKrzysztof Wilczyński2020-12-101-23/+8
| | * | PCI: thunder-pem: Add constant for custom ".bus_shift" initialiserKrzysztof Wilczyński2020-12-101-2/+11
| | * | PCI: Unify ECAM constants in native PCI Express driversKrzysztof Wilczyński2020-12-1013-91/+53
| | |/
| * | Merge branch 'pci/virtualization'Bjorn Helgaas2020-12-151-0/+17
| |\ \
| | * | PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controllerBjorn Helgaas2020-12-151-0/+3
| | * | PCI: Mark AMD Raven iGPU ATS as broken in some platformsAlex Deucher2020-12-101-0/+14
| | |/
| * | Merge branch 'pci/ptm'Bjorn Helgaas2020-12-153-1/+96
| |\ \
| | * | PCI: Disable PTM during suspend to save powerDavid E. Box2020-12-103-1/+43
| | * | PCI/PTM: Save/restore Precision Time Measurement Capability for suspend/resumeDavid E. Box2020-12-103-0/+53
| | |/
| * | Merge branch 'pci/pm'Bjorn Helgaas2020-12-153-12/+16
| |\ \
| | * | PCI/PM: Do not generate wakeup event when runtime resuming deviceMika Westerberg2020-12-041-1/+0
| | * | PCI/PM: Rename pci_wakeup_bus() to pci_resume_bus()Mika Westerberg2020-12-042-11/+6
| | * | PCI: Add sysfs attribute for device power stateMaximilian Luz2020-12-041-0/+10
| | |/
| * | Merge branch 'pci/msi'Bjorn Helgaas2020-12-155-54/+86
| |\ \
| | * | PCI/MSI: Set device flag indicating only 32-bit MSI supportVidya Sagar2020-12-041-5/+8
| | * | PCI/MSI: Move MSI/MSI-X flags updaters to msi.cBjorn Helgaas2020-12-042-21/+21
| | * | PCI/MSI: Move MSI/MSI-X init to msi.cBjorn Helgaas2020-12-044-21/+41
| | * | PCI: Use predefined Pericom Vendor IDAndy Shevchenko2020-11-201-3/+3
| | * | PCI: Disable MSI for Pericom PCIe-USB adapterAndy Shevchenko2020-11-201-4/+13
| | |/
| * | Merge branch 'pci/misc'Bjorn Helgaas2020-12-155-19/+22
| |\ \
| | * | PCI: Reduce pci_set_cacheline_size() message to debug levelHeiner Kallweit2020-12-081-1/+1
| | * | PCI: Fix overflow in command-line resource alignment requestsColin Ian King2020-11-301-1/+1
| | * | PCI: Bounds-check command-line resource alignment requestsBjorn Helgaas2020-11-301-6/+8
| | * | PCI: Fix kernel-doc markupMauro Carvalho Chehab2020-11-305-12/+13
| | |/
| * | Merge branch 'pci/hotplug'Bjorn Helgaas2020-12-152-5/+3
| |\ \
| | * | PCI: Fix pci_slot_release() NULL pointer dereferenceJubin Zhong2020-12-041-3/+3
| | * | PCI: ibmphp: Remove unneeded breakBjorn Helgaas2020-11-201-2/+0
| | |/
| * | Merge branch 'pci/err'Bjorn Helgaas2020-12-1510-70/+392
| |\ \
| | * | PCI/AER: Add RCEC AER error injection supportQiuxu Zhuo2020-12-051-1/+4
| | * | PCI/PME: Add pcie_walk_rcec() to RCEC PME handlingSean V Kelley2020-12-052-10/+15
| | * | PCI/AER: Add pcie_walk_rcec() to RCEC AER handlingSean V Kelley2020-12-053-4/+54
| | * | PCI/ERR: Recover from RCiEP AER errorsQiuxu Zhuo2020-12-052-12/+27
| | * | PCI/ERR: Add pcie_link_rcec() to associate RCiEPsSean V Kelley2020-12-053-0/+99
| | * | PCI/ERR: Recover from RCEC AER errorsSean V Kelley2020-12-052-21/+56
| | * | PCI/ERR: Clear AER status only when we control AERSean V Kelley2020-12-041-2/+11
| | * | PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()Sean V Kelley2020-12-041-7/+23
| | * | PCI/ERR: Avoid negated conditional for claritySean V Kelley2020-12-041-4/+4
| | * | PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()Sean V Kelley2020-12-041-17/+20
| | * | PCI/ERR: Simplify by computing pci_pcie_type() onceSean V Kelley2020-12-043-8/+11
| | * | PCI/ERR: Simplify by using pci_upstream_bridge()Sean V Kelley2020-12-041-1/+1
| | * | PCI/ERR: Rename reset_link() to reset_subordinates()Sean V Kelley2020-12-042-6/+6
| | * | PCI/ERR: Cache RCEC EA Capability offset in pci_init_capabilities()Sean V Kelley2020-12-044-1/+79