summaryrefslogtreecommitdiffstats
path: root/drivers/pci/dwc
AgeCommit message (Expand)AuthorLines
2017-07-04Merge branch 'pci/host-qcom' into nextBjorn Helgaas-58/+377
2017-07-04Merge branch 'pci/host-kirin' into nextBjorn Helgaas-0/+528
2017-07-03Merge branch 'pci/host-imx6' into nextBjorn Helgaas-1/+36
2017-07-03Merge branch 'pci/host-dra7xx' into nextBjorn Helgaas-2/+3
2017-07-03Merge branch 'pci/host-designware' into nextBjorn Helgaas-15/+17
2017-07-03Merge branch 'pci/irq-fixups' into nextBjorn Helgaas-19/+24
2017-07-02PCI: qcom: Limit TLP size to 2K to work around hardware issueSrinivas Kandagatla-0/+13
2017-07-02PCI: qcom: Fix spelling mistake: "asser" -> "assert"Colin Ian King-1/+1
2017-07-02PCI: qcom: Reorder to put v0 functions together, v1 functions together, etcBjorn Helgaas-61/+61
2017-07-02PCI: qcom: Add support for IPQ4019 PCIe controllerJohn Crispin-0/+306
2017-07-02PCI: kirin: Add HiSilicon Kirin SoC PCIe controller driverXiaowei Song-0/+528
2017-07-02PCI: imx6: Add regulator supportQuentin Schulz-1/+36
2017-07-02PCI: dwc: dra7xx: Use RW1C for IRQSTATUS_MSI and IRQSTATUS_MAINArvind Yadav-2/+2
2017-07-02PCI: dwc: dra7xx: Depend on appropriate SoC or compile testPeter Robinson-0/+1
2017-07-02PCI: dwc: Constify dw_pcie_host_ops structuresJisheng Zhang-13/+13
2017-07-02PCI: host: Mark PCIe/PCI (MSI) cascade ISR as IRQF_NO_THREADJisheng Zhang-2/+4
2017-07-02PCI: designware: Drop pci_fixup_irqs()Lorenzo Pieralisi-5/+2
2017-07-02PCI: designware: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi-14/+22
2017-05-22PCI: imx6: Fix config read timeout handlingLucas Stach-3/+30
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-179/+1177
2017-04-28PCI: Don't allow unbinding host controllers that aren't preparedBrian Norris-0/+8
2017-04-28Merge branch 'pci/ioremap' into nextBjorn Helgaas-14/+15
2017-04-28Merge branch 'pci/host-imx6' into nextBjorn Helgaas-54/+144
2017-04-28PCI: dwc: dra7xx: Workaround for errata id i870Kishon Vijay Abraham I-0/+49
2017-04-28PCI: dwc: dra7xx: Add EP mode supportKishon Vijay Abraham I-18/+221
2017-04-28PCI: dwc: dra7xx: Facilitate wrapper and MSI interrupts to be enabled indepen...Kishon Vijay Abraham I-6/+18
2017-04-28PCI: dwc: designware: Add EP mode supportKishon Vijay Abraham I-0/+578
2017-04-25PCI: imx6: Fix spelling mistake: "contol" -> "control"Colin Ian King-2/+2
2017-04-24PCI: keystone-dw: Update PCI config space remap functionLorenzo Pieralisi-1/+1
2017-04-24PCI: layerscape: Update PCI config space remap functionLorenzo Pieralisi-1/+1
2017-04-24PCI: hisi: Update PCI config space remap functionLorenzo Pieralisi-4/+3
2017-04-24PCI: armada8k: Update PCI config space remap functionLorenzo Pieralisi-1/+1
2017-04-24PCI: designware: Update PCI config space remap functionLorenzo Pieralisi-5/+7
2017-04-24PCI: qcom: Update PCI config space remap functionLorenzo Pieralisi-1/+1
2017-04-24PCI: spear13xx: Update PCI config space remap functionLorenzo Pieralisi-1/+1
2017-04-12PCI: hisi: Fix DT binding (hisi-pcie-almost-ecam)Dongdong Liu-1/+5
2017-04-04PCI: imx6: Do not switch speed if Gen2 is disabledAndrey Smirnov-26/+26
2017-04-04PCI: imx6: Do not wait for speed change on i.MX7Andrey Smirnov-4/+15
2017-04-04PCI: imx6: Allow probe deferral by reset GPIOAndrey Smirnov-8/+17
2017-04-04PCI: imx6: Add code to support i.MX7DAndrey Smirnov-25/+95
2017-04-04PCI: dwc: dra7xx: Push request_irq() call to the bottom of probeKeerthy-7/+7
2017-04-04PCI: dwc: designware: Move _unroll configurations to a separate functionKishon Vijay Abraham I-39/+58
2017-04-04PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytesKishon Vijay Abraham I-26/+42
2017-04-04PCI: dwc: all: Modify dbi accessors to take dbi_base as argumentKishon Vijay Abraham I-14/+29
2017-04-04PCI: dwc: artpec6: Populate cpu_addr_fixup opsKishon Vijay Abraham I-5/+6
2017-04-04PCI: dwc: dra7xx: Populate cpu_addr_fixup opsKishon Vijay Abraham I-5/+6
2017-04-04PCI: dwc: designware: Add new *ops* for CPU addr fixupKishon Vijay Abraham I-0/+4
2017-04-04PCI: dwc: Fix uninitialized variable in dw_handle_msi_irq()Dan Carpenter-3/+4
2017-04-04PCI: dwc: Unindent dw_handle_msi_irq() loopBjorn Helgaas-11/+11
2017-04-04PCI: dwc: Fix dw_pcie_ops NULL pointer dereferenceNiklas Cassel-0/+8