Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'pci-v4.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-11-05 | 2 | -3/+6 |
|\ | |||||
| * | PCI: designware: Check for iATU unroll support after initializing host | Niklas Cassel | 2016-11-04 | 1 | -2/+5 |
| * | PCI: qcom: Fix pp->dev usage before assignment | Srinivas Kandagatla | 2016-10-26 | 1 | -1/+1 |
* | | doc: Add missing parameter for msi_setup | Stephen Hemminger | 2016-10-26 | 1 | -0/+2 |
|/ | |||||
* | PCI: designware-plat: Update author email address | Joao Pinto | 2016-10-21 | 1 | -1/+1 |
* | PCI: layerscape: Fix drvdata usage before assignment | Marc Zyngier | 2016-10-17 | 1 | -1/+1 |
* | Merge tag 'pci-v4.9-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-10-13 | 28 | -1187/+1099 |
|\ | |||||
| *-----------------. | Merge branches 'pci/host-armada', 'pci/host-artpec', 'pci/host-dra7xx', 'pci/... | Bjorn Helgaas | 2016-10-12 | 12 | -654/+555 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | * | PCI: spear: Clean up struct device usage | Bjorn Helgaas | 2016-10-11 | 1 | -4/+3 |
| | | | | | | | | | | * | PCI: spear: Reorder struct spear13xx_pcie | Bjorn Helgaas | 2016-10-11 | 1 | -1/+1 |
| | | | | | | | | | | * | PCI: spear: Pass device-specific struct to internal functions | Bjorn Helgaas | 2016-10-11 | 1 | -13/+16 |
| | | | | | | | | | | * | PCI: spear: Remove unused constants | Bjorn Helgaas | 2016-10-11 | 1 | -70/+0 |
| | | | | | | | | | * | | PCI: qcom: Reorder struct qcom_pcie | Bjorn Helgaas | 2016-10-11 | 1 | -3/+3 |
| | | | | | | | | | * | | PCI: qcom: Remove redundant struct qcom_pcie.dev | Bjorn Helgaas | 2016-10-11 | 1 | -6/+4 |
| | | | | | | | | | * | | PCI: qcom: Remove redundant struct qcom_pcie.dbi | Bjorn Helgaas | 2016-10-11 | 1 | -7/+5 |
| | | | | | | | | | * | | PCI: qcom: Remove unused platform data | Bjorn Helgaas | 2016-10-11 | 1 | -2/+0 |
| | | | | | | | | | |/ | |||||
| | | | | | | | | * | | PCI: layerscape: Reorder struct ls_pcie | Bjorn Helgaas | 2016-10-11 | 1 | -1/+1 |
| | | | | | | | | * | | PCI: layerscape: Remove unused ls_add_pcie_port() platform_device arg | Bjorn Helgaas | 2016-10-11 | 1 | -3/+2 |
| | | | | | | | | * | | PCI: layerscape: Move struct pcie_port setup to probe function | Bjorn Helgaas | 2016-10-11 | 1 | -4/+6 |
| | | | | | | | | * | | PCI: layerscape: Pass device-specific struct to internal functions | Bjorn Helgaas | 2016-10-11 | 1 | -3/+3 |
| | | | | | | | | * | | PCI: layerscape: Remove redundant struct ls_pcie.dbi | Bjorn Helgaas | 2016-10-11 | 1 | -13/+11 |
| | | | | | | | | * | | PCI: layerscape: Remove unused platform data | Bjorn Helgaas | 2016-10-11 | 1 | -2/+0 |
| | | | | | | | | * | | PCI: layerscape: Add local struct device pointers | Bjorn Helgaas | 2016-10-11 | 1 | -11/+15 |
| | | | | | | | | |/ | |||||
| | | | | | | | * | | PCI: keystone: Reorder struct keystone_pcie | Bjorn Helgaas | 2016-10-11 | 1 | -2/+2 |
| | | | | | | | * | | PCI: keystone: Add app register accessors | Bjorn Helgaas | 2016-10-11 | 1 | -31/+41 |
| | | | | | | | * | | PCI: keystone: Pass keystone_pcie, not va_app_base, to DBI functions | Bjorn Helgaas | 2016-10-11 | 1 | -12/+12 |
| | | | | | | | * | | PCI: keystone: Pass keystone_pcie, not address, to IRQ functions | Bjorn Helgaas | 2016-10-11 | 3 | -13/+12 |
| | | | | | | | * | | PCI: keystone: Use generic DesignWare accessors | Bjorn Helgaas | 2016-10-11 | 1 | -6/+7 |
| | | | | | | | * | | PCI: keystone: Add local struct device pointers | Bjorn Helgaas | 2016-10-11 | 2 | -18/+24 |
| | | | | | | | |/ | |||||
| | | | | | | * | | PCI: imx6: Remove unused return values | Bjorn Helgaas | 2016-10-11 | 1 | -8/+4 |
| | | | | | | * | | PCI: imx6: Reorder struct imx6_pcie | Bjorn Helgaas | 2016-10-11 | 1 | -1/+1 |
| | | | | | | * | | PCI: imx6: Use generic DesignWare accessors | Bjorn Helgaas | 2016-10-11 | 1 | -34/+33 |
| | | | | | | * | | PCI: imx6: Pass device-specific struct to internal functions | Bjorn Helgaas | 2016-10-11 | 1 | -29/+28 |
| | | | | | | * | | PCI: imx6: Pass struct imx6_pcie to PHY accessors | Bjorn Helgaas | 2016-10-11 | 1 | -18/+23 |
| | | | | | | * | | PCI: imx6: Removed unused struct imx6_pcie.mem_base | Bjorn Helgaas | 2016-10-11 | 1 | -1/+0 |
| | | | | | | * | | PCI: imx6: Remove redundant of_node pointer | Bjorn Helgaas | 2016-10-11 | 1 | -4/+3 |
| | | | | | | * | | PCI: imx6: Add local struct device pointers | Bjorn Helgaas | 2016-10-11 | 1 | -37/+42 |
| | | | | | | |/ | |||||
| | | | | | * | | PCI: hisi: Reorder struct hisi_pcie | Bjorn Helgaas | 2016-10-12 | 1 | -1/+1 |
| | | | | | * | | PCI: hisi: Pass device-specific struct to internal functions | Bjorn Helgaas | 2016-10-12 | 1 | -4/+4 |
| | | | | | * | | PCI: hisi: Include register block base in PCIE_SYS_STATE4 address | Bjorn Helgaas | 2016-10-12 | 1 | -6/+6 |
| | | | | | * | | PCI: hisi: Use generic DesignWare accessors | Bjorn Helgaas | 2016-10-11 | 1 | -21/+8 |
| | | | | | * | | PCI: hisi: Remove redundant struct hisi_pcie.reg_base | Bjorn Helgaas | 2016-10-11 | 1 | -8/+5 |
| | | | | | * | | PCI: hisi: Name private struct pointer "hisi_pcie" consistently | Bjorn Helgaas | 2016-10-11 | 1 | -13/+13 |
| | | | | | * | | PCI: hisi: Remove unused platform data | Bjorn Helgaas | 2016-10-11 | 1 | -2/+0 |
| | | | | | * | | PCI: hisi: Add local struct device pointers | Bjorn Helgaas | 2016-10-11 | 1 | -12/+14 |
| | | | | | |/ | |||||
| | | | | * | | PCI: exynos: Reorder struct exynos_pcie | Bjorn Helgaas | 2016-10-11 | 1 | -4/+4 |
| | | | | * | | PCI: exynos: Pass device-specific struct to internal functions | Bjorn Helgaas | 2016-10-11 | 1 | -74/+58 |
| | | | | * | | PCI: exynos: Name private struct pointer "exynos_pcie" consistently | Bjorn Helgaas | 2016-10-11 | 1 | -12/+12 |
| | | | | * | | PCI: exynos: Uninline register accessors | Bjorn Helgaas | 2016-10-11 | 1 | -8/+8 |
| | | | | * | | PCI: exynos: Add local struct device pointers | Bjorn Helgaas | 2016-10-11 | 1 | -22/+24 |
| | | | | |/ |