summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2017-04-28Merge branch 'pci/iommu' into nextBjorn Helgaas1-0/+2
2017-04-28Merge branch 'pci/enumeration' into nextBjorn Helgaas7-3/+92
2017-04-28Merge branch 'pci/switchtec' into nextBjorn Helgaas5-0/+1616
2017-04-28Merge branch 'pci/host-thunder' into nextBjorn Helgaas2-0/+21
2017-04-28Merge branch 'pci/host-rockchip' into nextBjorn Helgaas3-23/+70
2017-04-28Merge branch 'pci/host-mvebu' into nextBjorn Helgaas1-2/+3
2017-04-28Merge branch 'pci/host-iproc' into nextBjorn Helgaas1-1/+1
2017-04-28Merge branch 'pci/host-imx6' into nextBjorn Helgaas1-54/+144
2017-04-28Merge branch 'pci/host-hv' into nextBjorn Helgaas1-11/+35
2017-04-28Merge branch 'pci/host-faraday' into nextBjorn Helgaas3-0/+569
2017-04-28PCI: dwc: dra7xx: Workaround for errata id i870Kishon Vijay Abraham I1-0/+49
2017-04-28PCI: dwc: dra7xx: Add EP mode supportKishon Vijay Abraham I4-18/+221
2017-04-28PCI: dwc: dra7xx: Facilitate wrapper and MSI interrupts to be enabled indepen...Kishon Vijay Abraham I1-6/+18
2017-04-28PCI: dwc: designware: Add EP mode supportKishon Vijay Abraham I5-0/+578
2017-04-25PCI: imx6: Fix spelling mistake: "contol" -> "control"Colin Ian King1-2/+2
2017-04-21PCI: rockchip: ModularizeBrian Norris2-2/+8
2017-04-21PCI: Export pci_remap_iospace() and pci_unmap_iospace()Brian Norris1-0/+2
2017-04-21PCI: rockchip: Add remove() supportBrian Norris1-2/+34
2017-04-19PCI: Include PCI-to-PCIe bridges as "Downstream Ports"Bjorn Helgaas1-1/+2
2017-04-18PCI: Improve __pci_read_base() robustnessMarc Gonzalez1-1/+1
2017-04-18PCI: hv: Convert hv_pci_dev.refs from atomic_t to refcount_tElena Reshetova1-4/+5
2017-04-17PCI: Avoid generating invalid ThunderX2 DMA aliasesJayachandran C1-0/+14
2017-04-14PCI: Add device flag PCI_DEV_FLAGS_BRIDGE_XLATE_ROOTJayachandran C1-0/+4
2017-04-12PCI: Add bridge DMA alias quirk for ITE 8893 bridgeJarod Wilson1-0/+2
2017-04-12switchtec: Add IOCTLs to the Switchtec driverLogan Gunthorpe1-0/+481
2017-04-12switchtec: Add sysfs attributes to the Switchtec driverLogan Gunthorpe1-0/+113
2017-04-12PCI: rockchip: Set PCI_EXP_LNKSTA_SLC in the Root PortShawn Lin1-1/+1
2017-04-11PCI: endpoint: functions: Add an EP function to test PCIKishon Vijay Abraham I5-1/+530
2017-04-11PCI: endpoint: Create configfs entry for EPC device and EPF driverKishon Vijay Abraham I2-0/+8
2017-04-11PCI: endpoint: Introduce configfs entry for configuring EP functionsKishon Vijay Abraham I3-0/+519
2017-04-11PCI: endpoint: Add EP core layer to enable EP controller and EP functionsKishon Vijay Abraham I6-0/+1101
2017-04-05PCI: imx6: Do not switch speed if Gen2 is disabledAndrey Smirnov1-26/+26
2017-04-05PCI: imx6: Do not wait for speed change on i.MX7Andrey Smirnov1-4/+15
2017-04-05PCI: imx6: Allow probe deferral by reset GPIOAndrey Smirnov1-8/+17
2017-04-05PCI: imx6: Add code to support i.MX7DAndrey Smirnov1-25/+95
2017-04-04PCI: hv: Allocate interrupt descriptors with GFP_ATOMICK. Y. Srinivasan1-1/+1
2017-04-04PCI: hv: Specify CPU_AFFINITY_ALL for MSI affinity when >= 32 CPUsK. Y. Srinivasan1-3/+8
2017-04-04PCI: dwc: dra7xx: Push request_irq() call to the bottom of probeKeerthy1-7/+7
2017-04-04PCI: dwc: designware: Move _unroll configurations to a separate functionKishon Vijay Abraham I1-39/+58
2017-04-04PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytesKishon Vijay Abraham I3-26/+42
2017-04-04PCI: dwc: all: Modify dbi accessors to take dbi_base as argumentKishon Vijay Abraham I3-14/+29
2017-04-04PCI: dwc: artpec6: Populate cpu_addr_fixup opsKishon Vijay Abraham I1-5/+6
2017-04-04PCI: dwc: dra7xx: Populate cpu_addr_fixup opsKishon Vijay Abraham I1-5/+6
2017-04-04PCI: dwc: designware: Add new *ops* for CPU addr fixupKishon Vijay Abraham I2-0/+4
2017-04-04PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq()Dan Carpenter1-3/+4
2017-04-04PCI: dwc: Unindent dw_handle_msi_irq() loopBjorn Helgaas1-11/+11
2017-04-04PCI: dwc: Fix dw_pcie_ops NULL pointer dereferenceNiklas Cassel2-0/+8
2017-04-04PCI: dwc: Select PCI_HOST_COMMON for hisiArnd Bergmann1-0/+1
2017-04-04PCI: rockchip: Advertise 128-byte Read Completion Boundary supportShawn Lin1-0/+5
2017-04-03PCI: thunder-pem: Fix legacy firmware PEM-specific resourcesTomasz Nowicki1-2/+8