summaryrefslogtreecommitdiffstats
path: root/drivers/pci/dwc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-0615-422/+347
|\
| * Merge branch '6c994c504fa2'Bjorn Helgaas2018-04-042-2/+2
| |\
| | * PCI: kirin: Make struct kirin_pcie_driver staticFengguang Wu2018-03-221-1/+1
| | * PCI: kirin: Fix missing dependency on PCI_MSI_IRQ_DOMAINRob Herring2018-03-211-0/+1
| | * PCI: kirin: Remove unnecessary asm/compiler.h includeRob Herring2018-03-201-1/+0
| * | Merge branch 'lorenzo/pci/endpoint'Bjorn Helgaas2018-04-041-7/+27
| |\ \
| | * | PCI: designware-ep: Make dw_pcie_ep_reset_bar() handle 64-bit BARs properlyNiklas Cassel2018-04-031-0/+4
| | * | PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *ep...Niklas Cassel2018-04-031-3/+10
| | * | PCI: designware-ep: Make dw_pcie_ep_set_bar() handle 64-bit BARs properlyNiklas Cassel2018-04-031-1/+8
| | * | PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()Niklas Cassel2018-04-031-3/+5
| | |/
| * | Merge branch 'lorenzo/pci/dwc-msi'Bjorn Helgaas2018-04-0412-370/+256
| |\ \
| | * | PCI: dwc: Expand maximum number of MSI IRQs from 32 to 256Gustavo Pimentel2018-03-062-11/+11
| | * | PCI: dwc: Remove old MSI IRQs APIGustavo Pimentel2018-03-065-195/+5
| | * | PCI: dwc: Move MSI IRQs allocation to IRQ domains hierarchical APIGustavo Pimentel2018-03-0611-214/+290
| | |/
| * | PCI: histb: Add an optional regulator for PCIe port power controlShawn Guo2018-03-071-0/+21
| * | PCI: histb: Fix error path of histb_pcie_host_enable()Shawn Guo2018-03-071-4/+3
| * | PCI: qcom: Use regulator bulk api for apq8064 suppliesSrinivas Kandagatla2018-03-071-37/+15
| * | PCI: qcom: Add missing supplies required for msm8996Srinivas Kandagatla2018-03-071-1/+22
| * | PCI: designware-ep: Fix typo in error messageNiklas Cassel2018-03-071-1/+1
| |/
* / PCI: dwc: Fix enumeration end when reaching root subordinateKoen Vandeputte2018-03-071-1/+1
|/
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-0120-91/+21
|\
| * PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-2819-91/+19
| * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-261-0/+2
* | Merge remote-tracking branch 'lorenzo/pci/keystone' into nextBjorn Helgaas2018-02-011-1/+4
|\ \
| * | PCI: keystone: Fix interrupt-controller-node lookupJohan Hovold2017-12-191-1/+4
| |/
* | Merge remote-tracking branch 'lorenzo/pci/endpoint' into nextBjorn Helgaas2018-02-012-19/+36
|\ \
| * | PCI: designware-ep: Fix ->get_msi() to check MSI_EN bitKishon Vijay Abraham I2017-12-192-9/+4
| * | PCI: designware-ep: Fix find_first_zero_bit() usageNiklas Cassel2017-12-192-10/+32
| |/
* | Merge remote-tracking branch 'lorenzo/pci/dwc' into nextBjorn Helgaas2018-02-0110-336/+579
|\ \
| * | PCI: exynos: Fix a potential init_clk_resources NULL pointer dereferenceJaehoon Chung2018-01-231-1/+2
| * | 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: qcom: Account for const type of of_device_id.dataJulia Lawall2018-01-031-2/+2
| * | PCI: dwc: artpec6: Fix return value check in artpec6_add_pcie_ep()Wei Yongjun2018-01-031-2/+2
| * | PCI: exynos: Remove deprecated PHY initialization codeJaehoon Chung2018-01-021-208/+11
| * | PCI: dwc: artpec6: Add support for the ARTPEC-7 SoCNiklas Cassel2017-12-211-4/+183
| * | PCI: dwc: artpec6: Deassert the core before waiting for PHYNiklas Cassel2017-12-211-16/+29
| * | PCI: dwc: Make cpu_addr_fixup take struct dw_pcie as argumentNiklas Cassel2017-12-214-7/+17
| * | PCI: dwc: artpec6: Add support for endpoint modeNiklas Cassel2017-12-212-11/+164
| * | PCI: dwc: artpec6: Split artpec6_pcie_establish_link() into smaller functionsNiklas Cassel2017-12-211-26/+29
| * | PCI: dwc: artpec6: Use BIT and GENMASK macrosNiklas Cassel2017-12-211-17/+17
| * | PCI: dwc: artpec6: Remove unused definesNiklas Cassel2017-12-211-3/+0
| * | 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: dwc: dra7xx: Refactor Kconfig and Makefile handling for host/ep modeNiklas Cassel2017-12-212-26/+23
| * | PCI: designware-ep: Add generic function for raising MSI irqNiklas Cassel2017-12-212-0/+44
| * | PCI: designware-ep: Remove static keyword from dw_pcie_ep_reset_bar()Niklas Cassel2017-12-213-10/+6
| * | PCI: designware-ep: Pre-allocate memory for MSI in dw_pcie_ep_initNiklas Cassel2017-12-212-0/+12
| * | PCI: designware-ep: Read-only registers need DBI_RO_WR_EN to be writableNiklas Cassel2017-12-211-0/+8
| * | PCI: designware-ep: dw_pcie_ep_set_msi() should only set MMC bitsNiklas Cassel2017-12-212-1/+4