summaryrefslogtreecommitdiffstats
path: root/drivers/pci/dwc/pcie-qcom.c
AgeCommit message (Expand)AuthorLines
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin-1299/+0
2018-06-06Merge branch 'pci/host/qcom'Bjorn Helgaas-1/+1
2018-06-04PCI: qcom: Include gpio/consumer.hArnd Bergmann-1/+1
2018-05-23PCI: qcom: add runtime pm support to pcie_portSrinivas Kandagatla-1/+8
2018-05-16PCI: qcom: Fix a bitwise vs logical NOT typoDan Carpenter-1/+1
2018-04-04Merge branch 'lorenzo/pci/dwc-msi'Bjorn Helgaas-16/+0
2018-03-07PCI: qcom: Use regulator bulk api for apq8064 suppliesSrinivas Kandagatla-37/+15
2018-03-07PCI: qcom: Add missing supplies required for msm8996Srinivas Kandagatla-1/+22
2018-03-06PCI: dwc: Move MSI IRQs allocation to IRQ domains hierarchical APIGustavo Pimentel-16/+0
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas-9/+1
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas-9/+1
2018-01-03PCI: qcom: Account for const type of of_device_id.dataJulia Lawall-2/+2
2017-08-24PCI: qcom: Add support for IPQ8074 PCIe controllerVaradarajan Narayanan-1/+206
2017-08-24PCI: qcom: Use block IP version for operationsVaradarajan Narayanan-67/+71
2017-08-24PCI: qcom: Explicitly request exclusive reset controlPhilipp Zabel-18/+22
2017-08-24PCI: qcom: Use gpiod_set_value_cansleep() to allow reset via expandersFabio Estevam-2/+2
2017-08-03PCI: qcom: Allow ->post_init() to failBjorn Andersson-3/+17
2017-08-03PCI: qcom: Don't unroll init if ->init() failsBjorn Andersson-1/+1
2017-08-03PCI: dwc: designware: Handle ->host_init() failuresBjorn Andersson-2/+4
2017-07-04Merge branch 'pci/host-qcom' into nextBjorn Helgaas-58/+377
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: dwc: Constify dw_pcie_host_ops structuresJisheng Zhang-1/+1
2017-07-02PCI: host: Mark PCIe/PCI (MSI) cascade ISR as IRQF_NO_THREADJisheng Zhang-1/+2
2017-04-24PCI: qcom: Update PCI config space remap functionLorenzo Pieralisi-1/+1
2017-02-25PCI: dwc: Fix crashes seen due to missing assignmentsGuenter Roeck-0/+2
2017-02-21PCI: dwc: all: Split struct pcie_port into host-only and core structuresKishon Vijay Abraham I-25/+45
2017-02-21PCI: dwc: all: Rename cfg_read/cfg_write to read/writeKishon Vijay Abraham I-1/+1
2017-02-21PCI: dwc: all: Use platform_set_drvdata() to save private dataKishon Vijay Abraham I-0/+2
2017-02-21PCI: dwc: Use PTR_ERR_OR_ZERO to simplify codeFengguang Wu-12/+3
2017-02-21PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I-0/+753