summaryrefslogtreecommitdiffstats
path: root/drivers/pci/dwc
AgeCommit message (Expand)Author
2018-04-17PCI: kirin: Fix reset gpio nameLoic Poulain
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-04Merge branch '6c994c504fa2'Bjorn Helgaas
2018-04-04Merge branch 'lorenzo/pci/endpoint'Bjorn Helgaas
2018-04-04Merge branch 'lorenzo/pci/dwc-msi'Bjorn Helgaas
2018-04-03PCI: designware-ep: Make dw_pcie_ep_reset_bar() handle 64-bit BARs properlyNiklas Cassel
2018-04-03PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *ep...Niklas Cassel
2018-04-03PCI: designware-ep: Make dw_pcie_ep_set_bar() handle 64-bit BARs properlyNiklas Cassel
2018-04-03PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()Niklas Cassel
2018-03-22PCI: kirin: Make struct kirin_pcie_driver staticFengguang Wu
2018-03-21PCI: kirin: Fix missing dependency on PCI_MSI_IRQ_DOMAINRob Herring
2018-03-20PCI: kirin: Remove unnecessary asm/compiler.h includeRob Herring
2018-03-07PCI: dwc: Fix enumeration end when reaching root subordinateKoen Vandeputte
2018-03-07PCI: histb: Add an optional regulator for PCIe port power controlShawn Guo
2018-03-07PCI: histb: Fix error path of histb_pcie_host_enable()Shawn Guo
2018-03-07PCI: qcom: Use regulator bulk api for apq8064 suppliesSrinivas Kandagatla
2018-03-07PCI: qcom: Add missing supplies required for msm8996Srinivas Kandagatla
2018-03-07PCI: designware-ep: Fix typo in error messageNiklas Cassel
2018-03-06PCI: dwc: Expand maximum number of MSI IRQs from 32 to 256Gustavo Pimentel
2018-03-06PCI: dwc: Remove old MSI IRQs APIGustavo Pimentel
2018-03-06PCI: dwc: Move MSI IRQs allocation to IRQ domains hierarchical APIGustavo Pimentel
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas
2018-02-01Merge remote-tracking branch 'lorenzo/pci/keystone' into nextBjorn Helgaas
2018-02-01Merge remote-tracking branch 'lorenzo/pci/endpoint' into nextBjorn Helgaas
2018-02-01Merge remote-tracking branch 'lorenzo/pci/dwc' into nextBjorn Helgaas
2018-01-31PCI: endpoint: Add the function number as argument to EPC opsCyrille Pitchen
2018-01-31PCI: Regroup all PCI related entries into drivers/pci/MakefileCyrille Pitchen
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas
2018-01-23PCI: exynos: Fix a potential init_clk_resources NULL pointer dereferenceJaehoon Chung
2018-01-10PCI: dra7xx: Iterate over INTx status bitsVignesh R
2018-01-10PCI: dra7xx: Fix legacy INTD IRQ handlingVignesh R
2018-01-03PCI: qcom: Account for const type of of_device_id.dataJulia Lawall
2018-01-03PCI: dwc: artpec6: Fix return value check in artpec6_add_pcie_ep()Wei Yongjun
2018-01-02PCI: exynos: Remove deprecated PHY initialization codeJaehoon Chung
2017-12-21PCI: dwc: artpec6: Add support for the ARTPEC-7 SoCNiklas Cassel
2017-12-21PCI: dwc: artpec6: Deassert the core before waiting for PHYNiklas Cassel
2017-12-21PCI: dwc: Make cpu_addr_fixup take struct dw_pcie as argumentNiklas Cassel
2017-12-21PCI: dwc: artpec6: Add support for endpoint modeNiklas Cassel
2017-12-21PCI: dwc: artpec6: Split artpec6_pcie_establish_link() into smaller functionsNiklas Cassel
2017-12-21PCI: dwc: artpec6: Use BIT and GENMASK macrosNiklas Cassel
2017-12-21PCI: dwc: artpec6: Remove unused definesNiklas 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: dwc: dra7xx: Refactor Kconfig and Makefile handling for host/ep modeNiklas Cassel
2017-12-21PCI: designware-ep: Add generic function for raising MSI irqNiklas Cassel
2017-12-21PCI: designware-ep: Remove static keyword from dw_pcie_ep_reset_bar()Niklas Cassel
2017-12-21PCI: designware-ep: Pre-allocate memory for MSI in dw_pcie_ep_initNiklas Cassel
2017-12-21PCI: designware-ep: Read-only registers need DBI_RO_WR_EN to be writableNiklas Cassel
2017-12-21PCI: designware-ep: dw_pcie_ep_set_msi() should only set MMC bitsNiklas Cassel