summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-28Merge branch 'pci/iommu' into nextBjorn Helgaas1-0/+2
2017-04-28Merge branch 'pci/enumeration' into nextBjorn Helgaas8-29/+100
2017-04-28Merge branch 'pci/switchtec' into nextBjorn Helgaas10-0/+1936
2017-04-28Merge branch 'pci/host-thunder' into nextBjorn Helgaas4-3/+34
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 Helgaas3-55/+161
2017-04-28Merge branch 'pci/host-hv' into nextBjorn Helgaas1-11/+35
2017-04-28Merge branch 'pci/host-faraday' into nextBjorn Helgaas4-0/+698
2017-04-28Merge branch 'pci/host-designware' into nextBjorn Helgaas50-158/+5122
2017-04-28ARM: DRA7: clockdomain: Change the CLKTRCTRL of CM_PCIE_CLKSTCTRL to SW_WKUPKishon Vijay Abraham I1-1/+1
2017-04-28MAINTAINERS: Add PCI Endpoint maintainerKishon Vijay Abraham I1-0/+9
2017-04-28Documentation: PCI: Add userguide for PCI endpoint test functionKishon Vijay Abraham I2-0/+181
2017-04-28tools: PCI: Add sample test script to invoke pcitestKishon Vijay Abraham I1-0/+56
2017-04-28tools: PCI: Add a userspace tool to test PCI endpointKishon Vijay Abraham I1-0/+186
2017-04-28Documentation: misc-devices: Add Documentation for pci-endpoint-test driverKishon Vijay Abraham I1-0/+35
2017-04-28misc: Add host side PCI driver for PCI test function deviceKishon Vijay Abraham I5-0/+562
2017-04-28PCI: Add device IDs for DRA74x and DRA72xKishon Vijay Abraham I1-0/+2
2017-04-28dt-bindings: PCI: dra7xx: Add DT bindings to enable unaligned accessKishon Vijay Abraham I1-0/+5
2017-04-28PCI: dwc: dra7xx: Workaround for errata id i870Kishon Vijay Abraham I1-0/+49
2017-04-28dt-bindings: PCI: dra7xx: Add DT bindings for PCI dra7xx EP modeKishon Vijay Abraham I1-7/+30
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-28dt-bindings: PCI: Add DT bindings for PCI designware EP modeKishon Vijay Abraham I1-8/+18
2017-04-28PCI: dwc: designware: Add EP mode supportKishon Vijay Abraham I5-0/+578
2017-04-28Documentation: PCI: Add binding documentation for pci-test endpoint functionKishon Vijay Abraham I2-0/+19
2017-04-25PCI: imx6: Fix spelling mistake: "contol" -> "control"Colin Ian King1-2/+2
2017-04-24PCI/ACPI: Add ThunderX pass2.x 2nd node MCFG quirkTomasz Nowicki1-0/+1
2017-04-21PCI/ACPI: Tidy up MCFG quirk whitespaceBjorn Helgaas1-3/+10
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 C2-0/+6
2017-04-12PCI: Add bridge DMA alias quirk for ITE 8893 bridgeJarod Wilson1-0/+2
2017-04-12switchtec: Add IOCTLs to the Switchtec driverLogan Gunthorpe5-0/+642
2017-04-12switchtec: Add sysfs attributes to the Switchtec driverLogan Gunthorpe3-0/+210
2017-04-12switchtec: Add user interface documentationLogan Gunthorpe2-0/+54
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-11Documentation: PCI: Add specification for the *PCI test* function deviceKishon Vijay Abraham I2-0/+68
2017-04-11PCI: endpoint: Create configfs entry for EPC device and EPF driverKishon Vijay Abraham I4-0/+12
2017-04-11Documentation: PCI: Guide to use PCI endpoint configfsKishon Vijay Abraham I2-0/+107
2017-04-11PCI: endpoint: Introduce configfs entry for configuring EP functionsKishon Vijay Abraham I4-0/+560
2017-04-11Documentation: PCI: Guide to use PCI Endpoint Core LayerKishon Vijay Abraham I2-0/+217
2017-04-11PCI: endpoint: Add EP core layer to enable EP controller and EP functionsKishon Vijay Abraham I10-0/+1415