summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2019-09-232-15/+81
|\
| * PCI: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbersHaiyang Zhang2019-09-101-1/+1
| * PCI: hv: Detect and fix Hyper-V PCI domain number collisionHaiyang Zhang2019-08-211-13/+79
| * PCI: pci-hyperv: Fix build errors on non-SYSFS configRandy Dunlap2019-08-151-1/+1
| * PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing itDexuan Cui2019-08-121-1/+1
* | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2019-09-239-23/+5
|\ \
| * | arm64: dts: fsl: Remove num-lanes property from PCIe nodesHou Zhiqiang2019-08-225-17/+0
| * | ARM: dts: ls1021a: Remove num-lanes property from PCIe nodesHou Zhiqiang2019-08-221-2/+0
| * | PCI: dwc: Return directly when num-lanes is not foundHou Zhiqiang2019-08-221-2/+4
| * | dt-bindings: PCI: designware: Remove the num-lanes from Required propertiesHou Zhiqiang2019-08-221-1/+0
| * | PCI: kirin: Make structure kirin_dw_pcie_ops constantNishka Dasgupta2019-08-211-1/+1
| |/
* | Merge branch 'remotes/lorenzo/pci/al'Bjorn Helgaas2019-09-239-1/+495
|\ \
| * | PCI: dwc: Add validation that PCIe core is set to correct modeJonathan Chocron2019-09-162-0/+24
| * | PCI: dwc: al: Add Amazon Annapurna Labs PCIe controller driverJonathan Chocron2019-09-162-0/+377
| * | dt-bindings: PCI: Add Amazon's Annapurna Labs PCIe host bridge bindingJonathan Chocron2019-09-162-1/+48
| * | PCI: Add quirk to disable MSI-X support for Amazon's Annapurna Labs Root PortJonathan Chocron2019-09-161-0/+18
| * | PCI/VPD: Prevent VPD access for Amazon's Annapurna Labs Root PortJonathan Chocron2019-09-161-0/+6
| * | PCI: Add ACS quirk for Amazon Annapurna Labs root portsAli Saidi2019-09-161-0/+20
| * | PCI: Add Amazon's Annapurna Labs vendor IDJonathan Chocron2019-09-161-0/+2
| |/
* | Merge branch 'pci/resource'Bjorn Helgaas2019-09-239-30/+20
|\ \
| * | PCI: Correct pci=resource_alignment parameter exampleAlexey Kardashevskiy2019-08-081-2/+3
| * | PCI: Restore Resizable BAR size bits correctly for 1MB BARsSumit Saxena2019-08-081-1/+1
| * | PCI: Use PCI_SRIOV_NUM_BARS in loops instead of PCI_IOV_RESOURCE_ENDDenis Efremov2019-08-082-4/+4
| * | PCI: Convert pci_resource_to_user() to a weak functionDenis Efremov2019-08-086-23/+12
| |/
* | Merge branch 'pci/pciehp'Bjorn Helgaas2019-09-235-80/+67
|\ \
| * | PCI: pciehp: Refer to "Indicators" instead of "LEDs" in commentsBjorn Helgaas2019-09-052-3/+3
| * | PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()Denis Efremov2019-09-053-43/+7
| * | PCI: pciehp: Remove pciehp_set_attention_status()Denis Efremov2019-09-054-28/+8
| * | PCI: pciehp: Combine adjacent indicator updatesDenis Efremov2019-09-052-13/+17
| * | PCI: pciehp: Add pciehp_set_indicators() to set both indicatorsDenis Efremov2019-09-052-0/+39
| |/
* | Merge branch 'pci/p2pdma'Bjorn Helgaas2019-09-235-119/+300
|\ \
| * | PCI/P2PDMA: Update pci_p2pdma_distance_many() documentationLogan Gunthorpe2019-08-161-8/+7
| * | PCI/P2PDMA: Allow IOMMU for host bridge whitelistLogan Gunthorpe2019-08-161-4/+0
| * | PCI/P2PDMA: dma_map() requests that traverse the host bridgeLogan Gunthorpe2019-08-161-1/+39
| * | PCI/P2PDMA: Store mapping method in an xarrayLogan Gunthorpe2019-08-161-1/+16
| * | PCI/P2PDMA: Factor out __pci_p2pdma_map_sg()Logan Gunthorpe2019-08-161-17/+24
| * | PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()Logan Gunthorpe2019-08-164-5/+38
| * | PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()Logan Gunthorpe2019-08-163-9/+17
| * | PCI/P2PDMA: Whitelist some Intel host bridgesLogan Gunthorpe2019-08-161-4/+34
| * | PCI/P2PDMA: Factor out host_bridge_whitelist()Logan Gunthorpe2019-08-161-11/+20
| * | PCI/P2PDMA: Apply host bridge whitelist for ACSLogan Gunthorpe2019-08-161-12/+14
| * | PCI/P2PDMA: Factor out __upstream_bridge_distance()Logan Gunthorpe2019-08-161-40/+48
| * | PCI/P2PDMA: Add constants for map type results to upstream_bridge_distance()Logan Gunthorpe2019-08-161-37/+58
| * | PCI/P2PDMA: Add provider's pci_dev to pci_p2pdma_pagemap structLogan Gunthorpe2019-08-161-0/+2
| * | PCI/P2PDMA: Introduce private pagemap structureLogan Gunthorpe2019-08-162-7/+20
| |/
* | Merge branch 'pci/msi'Bjorn Helgaas2019-09-231-1/+1
|\ \
| * | PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for RISC-VWesley Terpstra2019-08-091-1/+1
| |/
* | Merge branch 'pci/misc'Bjorn Helgaas2019-09-239-251/+276
|\ \
| * | PCI: Add pci_irq_vector() and other stubs when !CONFIG_PCIHerbert Xu2019-09-211-13/+26
| * | PCI: Add ACS quirk for iProc PAXBAbhinav Ratna2019-09-061-0/+14