]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-iproc', 'pci/host...
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Oct 2016 16:14:44 +0000 (11:14 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Oct 2016 16:14:44 +0000 (11:14 -0500)
commite106ebedbeb425ab5fd2a61dc28fba0c0d590ed1
treef9cf04d798a3cfe75d011dd593405c70d518361f
parent09ba2f651e383f4146c6eeb2aba8ed6dc9fef203
parent1b57a66247fefa3acbd667bfdd38268b9faae116
parenta80b04255e49048396e391e626705bcb4a60c9b8
parentf077212b2ec371d009d6e5759bf2277da36e04aa
parenta6979e0c8fa7f5cc7477dcff8c88e5e546cbde7a
parentad54c8e09e3cff5341e875748ec28169c0fabf30
parenta8a19967c8a2e2f5ac61070658de3c25e0178a00
parent0b9ca70184919256f388ea53683bb33e36d7a81f
parent068ce2a74d67d0a18037ac211bbff35342c56a87
parentcd1186a5cb2045f77bd0d226bff572e067e70e08
Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-iproc', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-rockchip', 'pci/host-tegra', 'pci/host-xgene' and 'pci/host-xilinx' into next

* pci/host-aardvark:
  MAINTAINERS: Add DT binding to the Aardvark PCIe driver maintainer
  PCI: aardvark: Remove unused platform data
  PCI: aardvark: Add local struct device pointers

* pci/host-altera:
  PCI: altera: Simplify TLP_CFG_DW1 usage
  PCI: altera: Simplify TLB_CFG_DW0 usage
  PCI: altera: Rename altera_pcie_valid_config() to altera_pcie_valid_device()
  PCI: altera: Remove redundant platform_get_resource() return value check
  PCI: altera: Remove unused platform data
  PCI: altera: Add local struct device pointers

* pci/host-iproc:
  PCI: iproc: Hard-code PCIe capability offset instead of searching
  PCI: iproc: Remove redundant null pointer checking
  PCI: iproc: Validate CSR base in BCMA setup code
  PCI: iproc: Set drvdata at end of probe function
  PCI: iproc: Add local struct device pointers

* pci/host-mvebu:
  PCI: mvebu: Use existing of_node pointer
  PCI: mvebu: Add local struct device pointers

* pci/host-rcar:
  PCI: rcar-gen2: Add local struct device pointers
  PCI: rcar: Remove DRV_NAME macro
  PCI: rcar: Remove unused rcar_pcie_get_resources() platform_device arg
  PCI: rcar: Remove unused platform data
  PCI: rcar: Add local struct device pointers

* pci/host-rockchip:
  PCI: rockchip: Indent "if" statement body
  PCI: rockchip: Remove unused platform data

* pci/host-tegra:
  PCI: tegra: Remove unused platform data
  PCI: tegra: Add local struct device pointers
  PCI: tegra: Fix argument order in tegra_pcie_phy_disable()

* pci/host-xgene:
  PCI: xgene: Add register accessors
  PCI: xgene: Pass struct xgene_pcie_port to setup functions
  PCI: xgene: Remove unused platform data
  PCI: xgene: Add local struct device pointers

* pci/host-xilinx:
  PCI: xilinx-nwl: Remove unused platform data
  PCI: xilinx-nwl: Add local struct device pointers
  PCI: xilinx: Removed unused xilinx_pcie_assign_msi() argument
  PCI: xilinx: Remove unused platform data
  PCI: xilinx: Add local struct device pointers