aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/dwc
AgeCommit message (Expand)AuthorFilesLines
2017-02-25PCI: dwc: Fix crashes seen due to missing assignmentsGravatar Guenter Roeck 10-0/+18
2017-02-21Merge branch 'pci/host-layerscape' into nextGravatar Bjorn Helgaas 1-6/+1
2017-02-21Merge branch 'pci/host-imx6' into nextGravatar Bjorn Helgaas 1-35/+2
2017-02-21Merge branch 'pci/host-hisi' into nextGravatar Bjorn Helgaas 1-12/+70
2017-02-21Merge branch 'pci/host-exynos' into nextGravatar Bjorn Helgaas 1-226/+333
2017-02-21PCI: dwc: Remove dependency of designware on CONFIG_PCIGravatar Kishon Vijay Abraham I 1-1/+12
2017-02-21PCI: dwc: Add CONFIG_PCIE_DW_HOST to enable PCI dwc hostGravatar Kishon Vijay Abraham I 3-16/+42
2017-02-21PCI: dwc: Split pcie-designware.c into host and core filesGravatar Kishon Vijay Abraham I 4-624/+650
2017-02-21PCI: dwc: designware: Fix style errors in pcie-designware.cGravatar Kishon Vijay Abraham I 1-21/+21
2017-02-21PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()Gravatar Kishon Vijay Abraham I 2-8/+11
2017-02-21PCI: dwc: all: Split struct pcie_port into host-only and core structuresGravatar Kishon Vijay Abraham I 15-481/+666
2017-02-21PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init()Gravatar Kishon Vijay Abraham I 1-16/+17
2017-02-21PCI: dwc: all: Rename cfg_read/cfg_write to read/writeGravatar Kishon Vijay Abraham I 7-33/+33
2017-02-21PCI: dwc: all: Use platform_set_drvdata() to save private dataGravatar Kishon Vijay Abraham I 11-4/+22
2017-02-21PCI: dwc: designware: Move register defines to designware header fileGravatar Kishon Vijay Abraham I 2-70/+71
2017-02-21PCI: dwc: Use PTR_ERR_OR_ZERO to simplify codeGravatar Fengguang Wu 1-12/+3
2017-02-21PCI: dra7xx: Group PHY API invocationsGravatar Kishon Vijay Abraham I 1-41/+51
2017-02-21PCI: dra7xx: Enable MSI and legacy interrupts simultaneouslyGravatar Kishon Vijay Abraham I 1-19/+13
2017-02-21PCI: dra7xx: Add support to force RC to work in GEN1 modeGravatar Kishon Vijay Abraham I 1-0/+29
2017-02-21PCI: dra7xx: Simplify probe code with devm_gpiod_get_optional()Gravatar Kishon Vijay Abraham I 1-16/+5
2017-02-21PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryGravatar Kishon Vijay Abraham I 17-0/+6431