summaryrefslogtreecommitdiff
path: root/drivers/pci/dwc/pcie-qcom.c
AgeCommit message (Expand)Author
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas
2018-01-03PCI: qcom: Account for const type of of_device_id.dataJulia Lawall
2017-08-24PCI: qcom: Add support for IPQ8074 PCIe controllerVaradarajan Narayanan
2017-08-24PCI: qcom: Use block IP version for operationsVaradarajan Narayanan
2017-08-24PCI: qcom: Explicitly request exclusive reset controlPhilipp Zabel
2017-08-24PCI: qcom: Use gpiod_set_value_cansleep() to allow reset via expandersFabio Estevam
2017-08-03PCI: qcom: Allow ->post_init() to failBjorn Andersson
2017-08-03PCI: qcom: Don't unroll init if ->init() failsBjorn Andersson
2017-08-03PCI: dwc: designware: Handle ->host_init() failuresBjorn Andersson
2017-07-04Merge branch 'pci/host-qcom' into nextBjorn Helgaas
2017-07-02PCI: qcom: Limit TLP size to 2K to work around hardware issueSrinivas Kandagatla
2017-07-02PCI: qcom: Fix spelling mistake: "asser" -> "assert"Colin Ian King
2017-07-02PCI: qcom: Reorder to put v0 functions together, v1 functions together, etcBjorn Helgaas
2017-07-02PCI: qcom: Add support for IPQ4019 PCIe controllerJohn Crispin
2017-07-02PCI: dwc: Constify dw_pcie_host_ops structuresJisheng Zhang
2017-07-02PCI: host: Mark PCIe/PCI (MSI) cascade ISR as IRQF_NO_THREADJisheng Zhang
2017-04-24PCI: qcom: Update PCI config space remap functionLorenzo Pieralisi
2017-02-25PCI: dwc: Fix crashes seen due to missing assignmentsGuenter Roeck
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: dwc: Use PTR_ERR_OR_ZERO to simplify codeFengguang Wu
2017-02-21PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I