summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/iova-dma-ranges'Bjorn Helgaas2019-05-144-4/+78
|\
| * PCI: iproc: Add sorted dma ranges resource entries to host bridgeSrinath Mannam2019-05-061-1/+43
| * iommu/dma: Reserve IOVA for PCIe inaccessible DMA addressSrinath Mannam2019-05-061-3/+32
| * PCI: Add dma_ranges window listSrinath Mannam2019-05-062-0/+4
* | Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2019-05-1410-15/+42
|\ \
| * | PCI: endpoint: Fix a potential NULL pointer dereferenceKangjie Lu2019-04-121-0/+5
| * | tools: PCI: Handle pcitest.sh independently from pcitestKishon Vijay Abraham I2019-04-111-1/+7
| * | tools: PCI: Add 'h' in optstring of getopt()Kishon Vijay Abraham I2019-04-111-2/+2
| * | PCI: mediatek: Fix a leaked reference by adding missing of_node_put()Wen Yang2019-04-011-0/+1
| * | PCI: iproc: Fix a leaked reference by adding missing of_node_put()Wen Yang2019-04-011-2/+6
| * | PCI: aardvark: Fix a leaked reference by adding missing of_node_put()Wen Yang2019-04-011-5/+8
| * | PCI: rockchip: Fix a leaked reference by adding missing of_node_put()Wen Yang2019-04-011-0/+1
| * | PCI: dwc: layerscape: Fix a leaked reference by adding missing of_node_put()Wen Yang2019-04-011-0/+1
| * | PCI: uniphier: Fix a leaked reference by adding missing of_node_put()Wen Yang2019-03-291-3/+8
| * | PCI: dwc: pci-dra7xx: Fix a leaked reference by adding missing of_node_put()Wen Yang2019-03-291-0/+1
| * | tools: PCI: Exit with error code when test failsJean-Jacques Hiblot2019-03-221-2/+2
| |/
* | Merge branch 'remotes/lorenzo/pci/xilinx'Bjorn Helgaas2019-05-141-2/+10
|\ \
| * | PCI: xilinx: Check for __get_free_pages() failureKangjie Lu2019-03-291-2/+10
| |/
* | Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2019-05-141-9/+28
|\ \
| * | PCI: tegra: Use the DMA-API to get the MSI addressVidya Sagar2019-04-161-9/+28
| |/
* | Merge branch 'remotes/lorenzo/pci/rockchip'Bjorn Helgaas2019-05-141-1/+1
|\ \
| * | PCI: rockchip: Fix rockchip_pcie_ep_assert_intx() bitwise operationsColin Ian King2019-04-151-1/+1
| |/
* | Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2019-05-141-30/+34
|\ \
| * | PCI: rcar: Do not shadow the 'irq' variableWolfram Sang2019-04-041-4/+4
| * | PCI: rcar: Fix a potential NULL pointer dereferenceKangjie Lu2019-04-041-0/+4
| * | PCI: rcar: Fix 64bit MSI message address handlingMarek Vasut2019-04-041-3/+3
| * | PCI: rcar: Clean up debug messagesMarek Vasut2019-04-041-4/+4
| * | PCI: rcar: Replace (8 * n) with (BITS_PER_BYTE * n)Marek Vasut2019-04-041-6/+6
| * | PCI: rcar: Replace various variable types with unsigned ones for register valuesMarek Vasut2019-04-041-8/+9
| * | PCI: rcar: Replace unsigned long with u32/unsigned int in register accessorsMarek Vasut2019-04-041-4/+3
| * | PCI: rcar: Clean up remaining macros defining bitsMarek Vasut2019-04-041-3/+3
| |/
* | Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas2019-05-142-37/+15
|\ \
| * | arm64: dts: mt2712: Remove un-used property for PCIeHonghui Zhang2019-04-121-2/+0
| * | PCI: mediatek: Get optional clocks with devm_clk_get_optional()Chunfeng Yun2019-04-111-35/+15
| |/
* | Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas2019-05-1419-385/+952
|\ \
| * | misc: pci_endpoint_test: Fix test_reg_bar to be updated in pci_endpoint_testKishon Vijay Abraham I2019-05-011-0/+1
| * | misc: pci_endpoint_test: Add support to test PCI EP in AM654xKishon Vijay Abraham I2019-05-011-0/+17
| * | PCI: designware-ep: Use aligned ATU window for raising MSI interruptsKishon Vijay Abraham I2019-05-011-2/+5
| * | PCI: designware-ep: Configure Resizable BAR cap to advertise the smallest sizeKishon Vijay Abraham I2019-05-011-0/+34
| * | PCI: keystone: Add support for PCIe EP in AM654x PlatformsKishon Vijay Abraham I2019-05-012-37/+240
| * | dt-bindings: PCI: Add PCI EP DT binding documentation for AM654Kishon Vijay Abraham I2019-05-011-0/+44
| * | PCI: dwc: Add callbacks for accessing dbi2 address spaceKishon Vijay Abraham I2019-04-162-2/+41
| * | PCI: dwc: Fix dw_pcie_ep_find_capability() to return correct capability offsetKishon Vijay Abraham I2019-04-161-5/+5
| * | PCI: dwc: Add const qualifier to struct dw_pcie_ep_opsKishon Vijay Abraham I2019-04-155-5/+5
| * | PCI: endpoint: Add support to specify alignment for buffers allocated to BARsKishon Vijay Abraham I2019-04-154-5/+15
| * | PCI: keystone: Add support to set the max link speed from DTKishon Vijay Abraham I2019-04-151-0/+35
| * | PCI: OF: Allow of_pci_get_max_link_speed() to be used by PCI Endpoint driversKishon Vijay Abraham I2019-04-152-22/+24
| * | PCI: keystone: Invoke phy_reset() API before enabling PHYKishon Vijay Abraham I2019-04-151-0/+4
| * | PCI: keystone: Add support for PCIe RC in AM654x PlatformsKishon Vijay Abraham I2019-04-152-15/+148
| * | dt-bindings: PCI: Add PCI RC DT binding documentation for AM654Kishon Vijay Abraham I2019-04-151-1/+5