aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/dwc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Merge branch 'pci/host-keystone' into nextBjorn Helgaas3-18/+4
2017-09-07Merge branch 'pci/host-imx6' into nextBjorn Helgaas1-3/+4
2017-09-07Merge branch 'pci/host-hisi' into nextBjorn Helgaas1-4/+1
2017-09-07Merge branch 'pci/host-exynos' into nextBjorn Helgaas1-4/+4
2017-09-07Merge branch 'pci/host-dra7xx' into nextBjorn Helgaas1-4/+4
2017-09-07Merge branch 'pci/host-designware' into nextBjorn Helgaas14-28/+73
2017-09-07Merge branch 'pci/host-artpec6' into nextBjorn Helgaas1-2/+2
2017-09-05PCI: artpec6: Fix platform_get_irq() error handlingFabio Estevam1-2/+2
2017-09-05PCI: armada8k: Fix platform_get_irq() error handlingFabio Estevam1-2/+2
2017-09-05PCI: dra7xx: Fix platform_get_irq() error handlingFabio Estevam1-1/+1
2017-09-05PCI: exynos: Fix platform_get_irq() error handlingFabio Estevam1-4/+4
2017-08-22PCI: dwc: Clear MSI interrupt status after it is handled, not beforeFaiz Abbas1-1/+1
2017-08-22PCI: dra7xx: Propagate platform_get_irq() errors in dra7xx_pcie_probe()Gustavo A. R. Silva1-2/+2
2017-08-19PCI: hisi: Constify dw_pcie_host_ops structureBhumika Goyal1-1/+1
2017-08-16PCI: keystone: Use PCI_NUM_INTXBjorn Helgaas3-6/+4
2017-08-16PCI: keystone: Remove duplicate MAX_*_IRQS defsBjorn Helgaas1-4/+0
2017-08-16PCI: keystone-dw: Remove unused ks_pcie, pci variablesShawn Lin1-8/+0
2017-08-16PCI: dra7xx: Use PCI_NUM_INTXBjorn Helgaas1-1/+1
2017-08-03PCI: armada8k: Check the return value from clk_prepare_enable()Fabio Estevam1-1/+3
2017-08-03PCI: hisi: Remove unused variable driverShawn Lin1-3/+0
2017-08-03PCI: qcom: Allow ->post_init() to failBjorn Andersson1-3/+17
2017-08-03PCI: qcom: Don't unroll init if ->init() failsBjorn Andersson1-1/+1
2017-08-03PCI: imx6: Explicitly request exclusive reset controlPhilipp Zabel1-3/+4
2017-08-03PCI: dwc: designware: Handle ->host_init() failuresBjorn Andersson13-18/+47
2017-08-02PCI: dwc: designware: Test PCIE_ATU_ENABLE bit specificallyJisheng Zhang1-1/+1
2017-08-02PCI: dwc: designware: Make dw_pcie_prog_*_atu_unroll() staticCarlos Palminha1-4/+6
2017-07-04Merge branch 'pci/host-qcom' into nextBjorn Helgaas1-58/+377
2017-07-04Merge branch 'pci/host-kirin' into nextBjorn Helgaas3-0/+528
2017-07-03Merge branch 'pci/host-imx6' into nextBjorn Helgaas1-1/+36
2017-07-03Merge branch 'pci/host-dra7xx' into nextBjorn Helgaas2-2/+3
2017-07-03Merge branch 'pci/host-designware' into nextBjorn Helgaas11-15/+17
2017-07-03Merge branch 'pci/irq-fixups' into nextBjorn Helgaas1-19/+24
2017-07-02PCI: qcom: Limit TLP size to 2K to work around hardware issueSrinivas Kandagatla1-0/+13
2017-07-02PCI: qcom: Fix spelling mistake: "asser" -> "assert"Colin Ian King1-1/+1
2017-07-02PCI: qcom: Reorder to put v0 functions together, v1 functions together, etcBjorn Helgaas1-61/+61
2017-07-02PCI: qcom: Add support for IPQ4019 PCIe controllerJohn Crispin1-0/+306
2017-07-02PCI: kirin: Add HiSilicon Kirin SoC PCIe controller driverXiaowei Song3-0/+528
2017-07-02PCI: imx6: Add regulator supportQuentin Schulz1-1/+36
2017-07-02PCI: dwc: dra7xx: Use RW1C for IRQSTATUS_MSI and IRQSTATUS_MAINArvind Yadav1-2/+2
2017-07-02PCI: dwc: dra7xx: Depend on appropriate SoC or compile testPeter Robinson1-0/+1
2017-07-02PCI: dwc: Constify dw_pcie_host_ops structuresJisheng Zhang11-13/+13
2017-07-02PCI: host: Mark PCIe/PCI (MSI) cascade ISR as IRQF_NO_THREADJisheng Zhang2-2/+4
2017-07-02PCI: designware: Drop pci_fixup_irqs()Lorenzo Pieralisi1-5/+2
2017-07-02PCI: designware: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi1-14/+22
2017-05-22PCI: imx6: Fix config read timeout handlingLucas Stach1-3/+30
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds17-179/+1177
2017-04-28PCI: Don't allow unbinding host controllers that aren't preparedBrian Norris7-0/+8
2017-04-28Merge branch 'pci/ioremap' into nextBjorn Helgaas7-14/+15
2017-04-28Merge branch 'pci/host-imx6' into nextBjorn Helgaas1-54/+144
2017-04-28PCI: dwc: dra7xx: Workaround for errata id i870Kishon Vijay Abraham I1-0/+49