summaryrefslogtreecommitdiffstats
path: root/drivers/pci/dwc
Commit message (Expand)AuthorAgeFilesLines
* PCI: imx6: Fix config read timeout handlingLucas Stach2017-05-231-3/+30
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-0917-179/+1177
|\
| * PCI: Don't allow unbinding host controllers that aren't preparedBrian Norris2017-04-287-0/+8
| * Merge branch 'pci/ioremap' into nextBjorn Helgaas2017-04-287-14/+15
| |\
| | * PCI: keystone-dw: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-1/+1
| | * PCI: layerscape: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-1/+1
| | * PCI: hisi: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-4/+3Star
| | * PCI: armada8k: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-1/+1
| | * PCI: designware: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-5/+7
| | * PCI: qcom: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-1/+1
| | * PCI: spear13xx: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-1/+1
| * | Merge branch 'pci/host-imx6' into nextBjorn Helgaas2017-04-281-54/+144
| |\ \
| | * | PCI: imx6: Fix spelling mistake: "contol" -> "control"Colin Ian King2017-04-251-2/+2
| | * | PCI: imx6: Do not switch speed if Gen2 is disabledAndrey Smirnov2017-04-051-26/+26
| | * | PCI: imx6: Do not wait for speed change on i.MX7Andrey Smirnov2017-04-051-4/+15
| | * | PCI: imx6: Allow probe deferral by reset GPIOAndrey Smirnov2017-04-051-8/+17
| | * | PCI: imx6: Add code to support i.MX7DAndrey Smirnov2017-04-051-25/+95
| | |/
| * | PCI: dwc: dra7xx: Workaround for errata id i870Kishon Vijay Abraham I2017-04-281-0/+49
| * | PCI: dwc: dra7xx: Add EP mode supportKishon Vijay Abraham I2017-04-284-18/+221
| * | PCI: dwc: dra7xx: Facilitate wrapper and MSI interrupts to be enabled indepen...Kishon Vijay Abraham I2017-04-281-6/+18
| * | PCI: dwc: designware: Add EP mode supportKishon Vijay Abraham I2017-04-285-0/+578
| * | PCI: dwc: dra7xx: Push request_irq() call to the bottom of probeKeerthy2017-04-041-7/+7
| * | PCI: dwc: designware: Move _unroll configurations to a separate functionKishon Vijay Abraham I2017-04-041-39/+58
| * | PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytesKishon Vijay Abraham I2017-04-043-26/+42
| * | PCI: dwc: all: Modify dbi accessors to take dbi_base as argumentKishon Vijay Abraham I2017-04-043-14/+29
| * | PCI: dwc: artpec6: Populate cpu_addr_fixup opsKishon Vijay Abraham I2017-04-041-5/+6
| * | PCI: dwc: dra7xx: Populate cpu_addr_fixup opsKishon Vijay Abraham I2017-04-041-5/+6
| * | PCI: dwc: designware: Add new *ops* for CPU addr fixupKishon Vijay Abraham I2017-04-042-0/+4
| * | PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq()Dan Carpenter2017-04-041-3/+4
| * | PCI: dwc: Unindent dw_handle_msi_irq() loopBjorn Helgaas2017-04-041-11/+11
* | | PCI: hisi: Fix DT binding (hisi-pcie-almost-ecam)Dongdong Liu2017-04-121-1/+5
|/ /
* | PCI: dwc: Fix dw_pcie_ops NULL pointer dereferenceNiklas Cassel2017-04-042-0/+8
* | PCI: dwc: Select PCI_HOST_COMMON for hisiArnd Bergmann2017-04-031-0/+1
* | PCI: exynos: Initialize elbi_base even when using PHY frameworkJaehoon Chung2017-03-071-4/+4
|/
* PCI: dwc: Fix crashes seen due to missing assignmentsGuenter Roeck2017-02-2510-0/+18
* Merge branch 'pci/host-layerscape' into nextBjorn Helgaas2017-02-211-6/+1Star
* Merge branch 'pci/host-imx6' into nextBjorn Helgaas2017-02-211-35/+2Star
* Merge branch 'pci/host-hisi' into nextBjorn Helgaas2017-02-211-12/+70
* Merge branch 'pci/host-exynos' into nextBjorn Helgaas2017-02-211-226/+333
* PCI: dwc: Remove dependency of designware on CONFIG_PCIKishon Vijay Abraham I2017-02-211-1/+12
* PCI: dwc: Add CONFIG_PCIE_DW_HOST to enable PCI dwc hostKishon Vijay Abraham I2017-02-213-16/+42
* PCI: dwc: Split pcie-designware.c into host and core filesKishon Vijay Abraham I2017-02-214-624/+650
* PCI: dwc: designware: Fix style errors in pcie-designware.cKishon Vijay Abraham I2017-02-211-21/+21
* PCI: dwc: designware: Parse "num-lanes" property in dw_pcie_setup_rc()Kishon Vijay Abraham I2017-02-212-8/+11
* PCI: dwc: all: Split struct pcie_port into host-only and core structuresKishon Vijay Abraham I2017-02-2115-481/+666
* PCI: dwc: designware: Get device pointer at the start of dw_pcie_host_init()Kishon Vijay Abraham I2017-02-211-16/+17
* PCI: dwc: all: Rename cfg_read/cfg_write to read/writeKishon Vijay Abraham I2017-02-217-33/+33
* PCI: dwc: all: Use platform_set_drvdata() to save private dataKishon Vijay Abraham I2017-02-2111-4/+22
* PCI: dwc: designware: Move register defines to designware header fileKishon Vijay Abraham I2017-02-212-70/+71
* PCI: dwc: Use PTR_ERR_OR_ZERO to simplify codeFengguang Wu2017-02-211-12/+3Star