summaryrefslogtreecommitdiffstats
path: root/drivers/pci/dwc/pci-dra7xx.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-846/+0
* PCI: dwc: dra7xx: Use devm_ioremap_resource() instead of devm_ioremap()Gustavo Pimentel2018-05-151-9/+9
* PCI: Move private DT related functions into private headerRob Herring2018-05-141-0/+1
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-4/+1
|\
| * PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-281-4/+1
* | Merge remote-tracking branch 'lorenzo/pci/dwc' into nextBjorn Helgaas2018-02-011-19/+23
|\ \ | |/ |/|
| * PCI: dra7xx: Iterate over INTx status bitsVignesh R2018-01-101-3/+7
| * PCI: dra7xx: Fix legacy INTD IRQ handlingVignesh R2018-01-101-1/+2
| * PCI: dwc: Make cpu_addr_fixup take struct dw_pcie as argumentNiklas Cassel2017-12-211-1/+1
| * PCI: dwc: dra7xx: Help compiler to remove unused codeNiklas Cassel2017-12-211-0/+10
| * PCI: dwc: dra7xx: Assign pp->ops in dra7xx_add_pcie_port() rather than in probeNiklas Cassel2017-12-211-4/+2
| * PCI: designware-ep: Remove static keyword from dw_pcie_ep_reset_bar()Niklas Cassel2017-12-211-9/+0
| * pci: dwc: pci-dra7xx: Make shutdown handler staticVignesh R2017-12-201-1/+1
|/
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-0/+17
|\
| * PCI: dra7xx: Add shutdown handler to cleanly turn off clocksKeerthy2017-10-111-0/+17
* | PCI: dra7xx: Create functional dependency between PCIe and PHYKishon Vijay Abraham I2017-10-231-0/+16
|/
* Merge branch 'pci/trivial' into nextBjorn Helgaas2017-09-071-1/+0
|\
| * PCI: Fix typos and whitespace errorsBjorn Helgaas2017-09-011-1/+0
* | Merge branch 'pci/endpoint' into nextBjorn Helgaas2017-09-071-0/+13
|\ \
| * | PCI: dra7xx: Reset all BARs during initializationKishon Vijay Abraham I2017-08-291-0/+13
| |/
* | Merge branch 'pci/host-dra7xx' into nextBjorn Helgaas2017-09-071-4/+4
|\ \
| * | PCI: dra7xx: Fix platform_get_irq() error handlingFabio Estevam2017-09-051-1/+1
| * | PCI: dra7xx: Propagate platform_get_irq() errors in dra7xx_pcie_probe()Gustavo A. R. Silva2017-08-221-2/+2
| * | PCI: dra7xx: Use PCI_NUM_INTXBjorn Helgaas2017-08-161-1/+1
| |/
* | PCI: dwc: designware: Handle ->host_init() failuresBjorn Andersson2017-08-031-1/+3
|/
* Merge branch 'pci/host-dra7xx' into nextBjorn Helgaas2017-07-031-2/+2
|\
| * PCI: dwc: dra7xx: Use RW1C for IRQSTATUS_MSI and IRQSTATUS_MAINArvind Yadav2017-07-021-2/+2
* | PCI: dwc: Constify dw_pcie_host_ops structuresJisheng Zhang2017-07-021-1/+1
|/
* 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-281-13/+184
* PCI: dwc: dra7xx: Facilitate wrapper and MSI interrupts to be enabled indepen...Kishon Vijay Abraham I2017-04-281-6/+18
* PCI: dwc: dra7xx: Push request_irq() call to the bottom of probeKeerthy2017-04-041-7/+7
* PCI: dwc: dra7xx: Populate cpu_addr_fixup opsKishon Vijay Abraham I2017-04-041-5/+6
* PCI: dwc: all: Split struct pcie_port into host-only and core structuresKishon Vijay Abraham I2017-02-211-32/+48
* PCI: dwc: all: Rename cfg_read/cfg_write to read/writeKishon Vijay Abraham I2017-02-211-8/+8
* PCI: dwc: all: Use platform_set_drvdata() to save private dataKishon Vijay Abraham I2017-02-211-1/+2
* PCI: dra7xx: Group PHY API invocationsKishon Vijay Abraham I2017-02-211-41/+51
* PCI: dra7xx: Enable MSI and legacy interrupts simultaneouslyKishon Vijay Abraham I2017-02-211-19/+13
* PCI: dra7xx: Add support to force RC to work in GEN1 modeKishon Vijay Abraham I2017-02-211-0/+29
* PCI: dra7xx: Simplify probe code with devm_gpiod_get_optional()Kishon Vijay Abraham I2017-02-211-16/+5
* PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I2017-02-211-0/+525
OpenPOWER on IntegriCloud