summaryrefslogtreecommitdiff
path: root/drivers/pci/dwc/pci-dra7xx.c
AgeCommit message (Expand)Author
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin
2018-05-15PCI: dwc: dra7xx: Use devm_ioremap_resource() instead of devm_ioremap()Gustavo Pimentel
2018-05-14PCI: Move private DT related functions into private headerRob Herring
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas
2018-02-01Merge remote-tracking branch 'lorenzo/pci/dwc' into nextBjorn Helgaas
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas
2018-01-10PCI: dra7xx: Iterate over INTx status bitsVignesh R
2018-01-10PCI: dra7xx: Fix legacy INTD IRQ handlingVignesh R
2017-12-21PCI: dwc: Make cpu_addr_fixup take struct dw_pcie as argumentNiklas Cassel
2017-12-21PCI: dwc: dra7xx: Help compiler to remove unused codeNiklas Cassel
2017-12-21PCI: dwc: dra7xx: Assign pp->ops in dra7xx_add_pcie_port() rather than in probeNiklas Cassel
2017-12-21PCI: designware-ep: Remove static keyword from dw_pcie_ep_reset_bar()Niklas Cassel
2017-12-20pci: dwc: pci-dra7xx: Make shutdown handler staticVignesh R
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-10-23PCI: dra7xx: Create functional dependency between PCIe and PHYKishon Vijay Abraham I
2017-10-11PCI: dra7xx: Add shutdown handler to cleanly turn off clocksKeerthy
2017-09-07Merge branch 'pci/trivial' into nextBjorn Helgaas
2017-09-07Merge branch 'pci/endpoint' into nextBjorn Helgaas
2017-09-07Merge branch 'pci/host-dra7xx' into nextBjorn Helgaas
2017-09-05PCI: dra7xx: Fix platform_get_irq() error handlingFabio Estevam
2017-09-01PCI: Fix typos and whitespace errorsBjorn Helgaas
2017-08-29PCI: dra7xx: Reset all BARs during initializationKishon Vijay Abraham I
2017-08-22PCI: dra7xx: Propagate platform_get_irq() errors in dra7xx_pcie_probe()Gustavo A. R. Silva
2017-08-16PCI: dra7xx: Use PCI_NUM_INTXBjorn Helgaas
2017-08-03PCI: dwc: designware: Handle ->host_init() failuresBjorn Andersson
2017-07-03Merge branch 'pci/host-dra7xx' into nextBjorn Helgaas
2017-07-02PCI: dwc: dra7xx: Use RW1C for IRQSTATUS_MSI and IRQSTATUS_MAINArvind Yadav
2017-07-02PCI: dwc: Constify dw_pcie_host_ops structuresJisheng Zhang
2017-04-28PCI: dwc: dra7xx: Workaround for errata id i870Kishon Vijay Abraham I
2017-04-28PCI: dwc: dra7xx: Add EP mode supportKishon Vijay Abraham I
2017-04-28PCI: dwc: dra7xx: Facilitate wrapper and MSI interrupts to be enabled indepen...Kishon Vijay Abraham I
2017-04-04PCI: dwc: dra7xx: Push request_irq() call to the bottom of probeKeerthy
2017-04-04PCI: dwc: dra7xx: Populate cpu_addr_fixup opsKishon Vijay Abraham I
2017-02-21PCI: dwc: all: Split struct pcie_port into host-only and core structuresKishon Vijay Abraham I
2017-02-21PCI: dwc: all: Rename cfg_read/cfg_write to read/writeKishon Vijay Abraham I
2017-02-21PCI: dwc: all: Use platform_set_drvdata() to save private dataKishon Vijay Abraham I
2017-02-21PCI: dra7xx: Group PHY API invocationsKishon Vijay Abraham I
2017-02-21PCI: dra7xx: Enable MSI and legacy interrupts simultaneouslyKishon Vijay Abraham I
2017-02-21PCI: dra7xx: Add support to force RC to work in GEN1 modeKishon Vijay Abraham I
2017-02-21PCI: dra7xx: Simplify probe code with devm_gpiod_get_optional()Kishon Vijay Abraham I
2017-02-21PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I