summaryrefslogtreecommitdiffstats
path: root/drivers/pci/dwc/pcie-qcom.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-1299/+0Star
* Merge branch 'pci/host/qcom'Bjorn Helgaas2018-06-061-1/+1
|\
| * PCI: qcom: Include gpio/consumer.hArnd Bergmann2018-06-041-1/+1
* | PCI: qcom: add runtime pm support to pcie_portSrinivas Kandagatla2018-05-231-1/+8
* | PCI: qcom: Fix a bitwise vs logical NOT typoDan Carpenter2018-05-161-1/+1
|/
* Merge branch 'lorenzo/pci/dwc-msi'Bjorn Helgaas2018-04-041-16/+0Star
|\
| * PCI: dwc: Move MSI IRQs allocation to IRQ domains hierarchical APIGustavo Pimentel2018-03-061-16/+0Star
* | PCI: qcom: Use regulator bulk api for apq8064 suppliesSrinivas Kandagatla2018-03-071-37/+15Star
* | PCI: qcom: Add missing supplies required for msm8996Srinivas Kandagatla2018-03-071-1/+22
|/
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-9/+1Star
|\
| * PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-281-9/+1Star
* | PCI: qcom: Account for const type of of_device_id.dataJulia Lawall2018-01-031-2/+2
|/
* PCI: qcom: Add support for IPQ8074 PCIe controllerVaradarajan Narayanan2017-08-241-1/+206
* PCI: qcom: Use block IP version for operationsVaradarajan Narayanan2017-08-241-67/+71
* PCI: qcom: Explicitly request exclusive reset controlPhilipp Zabel2017-08-241-18/+22
* PCI: qcom: Use gpiod_set_value_cansleep() to allow reset via expandersFabio Estevam2017-08-241-2/+2
* PCI: qcom: Allow ->post_init() to failBjorn Andersson2017-08-031-3/+17
* PCI: qcom: Don't unroll init if ->init() failsBjorn Andersson2017-08-031-1/+1
* PCI: dwc: designware: Handle ->host_init() failuresBjorn Andersson2017-08-031-2/+4
* Merge branch 'pci/host-qcom' into nextBjorn Helgaas2017-07-041-58/+377
|\
| * PCI: qcom: Limit TLP size to 2K to work around hardware issueSrinivas Kandagatla2017-07-031-0/+13
| * PCI: qcom: Fix spelling mistake: "asser" -> "assert"Colin Ian King2017-07-031-1/+1
| * PCI: qcom: Reorder to put v0 functions together, v1 functions together, etcBjorn Helgaas2017-07-031-61/+61
| * PCI: qcom: Add support for IPQ4019 PCIe controllerJohn Crispin2017-07-031-0/+306
* | PCI: dwc: Constify dw_pcie_host_ops structuresJisheng Zhang2017-07-031-1/+1
* | PCI: host: Mark PCIe/PCI (MSI) cascade ISR as IRQF_NO_THREADJisheng Zhang2017-07-031-1/+2
|/
* PCI: qcom: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-1/+1
* PCI: dwc: Fix crashes seen due to missing assignmentsGuenter Roeck2017-02-251-0/+2
* PCI: dwc: all: Split struct pcie_port into host-only and core structuresKishon Vijay Abraham I2017-02-211-25/+45
* PCI: dwc: all: Rename cfg_read/cfg_write to read/writeKishon Vijay Abraham I2017-02-211-1/+1
* PCI: dwc: all: Use platform_set_drvdata() to save private dataKishon Vijay Abraham I2017-02-211-0/+2
* PCI: dwc: Use PTR_ERR_OR_ZERO to simplify codeFengguang Wu2017-02-211-12/+3Star
* PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I2017-02-211-0/+753