summaryrefslogtreecommitdiff
path: root/drivers/pci/dwc/pci-dra7xx.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-16PCI: dra7xx: Fix legacy INTD IRQ handlingVignesh R1-1/+2
2019-07-31PCI: dwc: pci-dra7xx: Fix compilation when !CONFIG_GPIOLIBYueHaibing1-0/+1
2018-11-13PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC modeVignesh R1-3/+8
2017-12-10PCI: dra7xx: Create functional dependency between PCIe and PHYKishon Vijay Abraham I1-0/+16
2017-09-07Merge branch 'pci/trivial' into nextBjorn Helgaas1-1/+0
2017-09-07Merge branch 'pci/endpoint' into nextBjorn Helgaas1-0/+13
2017-09-07Merge branch 'pci/host-dra7xx' into nextBjorn Helgaas1-4/+4
2017-09-05PCI: dra7xx: Fix platform_get_irq() error handlingFabio Estevam1-1/+1
2017-09-02PCI: Fix typos and whitespace errorsBjorn Helgaas1-1/+0
2017-08-30PCI: dra7xx: Reset all BARs during initializationKishon Vijay Abraham I1-0/+13
2017-08-22PCI: dra7xx: Propagate platform_get_irq() errors in dra7xx_pcie_probe()Gustavo A. R. Silva1-2/+2
2017-08-16PCI: dra7xx: Use PCI_NUM_INTXBjorn Helgaas1-1/+1
2017-08-04PCI: dwc: designware: Handle ->host_init() failuresBjorn Andersson1-1/+3
2017-07-03Merge branch 'pci/host-dra7xx' into nextBjorn Helgaas1-2/+2
2017-07-03PCI: dwc: dra7xx: Use RW1C for IRQSTATUS_MSI and IRQSTATUS_MAINArvind Yadav1-2/+2
2017-07-03PCI: dwc: Constify dw_pcie_host_ops structuresJisheng Zhang1-1/+1
2017-04-28PCI: dwc: dra7xx: Workaround for errata id i870Kishon Vijay Abraham I1-0/+49
2017-04-28PCI: dwc: dra7xx: Add EP mode supportKishon Vijay Abraham I1-13/+184
2017-04-28PCI: dwc: dra7xx: Facilitate wrapper and MSI interrupts to be enabled indepen...Kishon Vijay Abraham I1-6/+18
2017-04-04PCI: dwc: dra7xx: Push request_irq() call to the bottom of probeKeerthy1-7/+7
2017-04-04PCI: dwc: dra7xx: Populate cpu_addr_fixup opsKishon Vijay Abraham I1-5/+6
2017-02-22PCI: dwc: all: Split struct pcie_port into host-only and core structuresKishon Vijay Abraham I1-32/+48
2017-02-22PCI: dwc: all: Rename cfg_read/cfg_write to read/writeKishon Vijay Abraham I1-8/+8
2017-02-22PCI: dwc: all: Use platform_set_drvdata() to save private dataKishon Vijay Abraham I1-1/+2
2017-02-22PCI: dra7xx: Group PHY API invocationsKishon Vijay Abraham I1-41/+51
2017-02-22PCI: dra7xx: Enable MSI and legacy interrupts simultaneouslyKishon Vijay Abraham I1-19/+13
2017-02-22PCI: dra7xx: Add support to force RC to work in GEN1 modeKishon Vijay Abraham I1-0/+29
2017-02-21PCI: dra7xx: Simplify probe code with devm_gpiod_get_optional()Kishon Vijay Abraham I1-16/+5
2017-02-21PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I1-0/+525