summaryrefslogtreecommitdiffstats
path: root/drivers/pci/dwc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-0120-91/+21Star
|\
| * PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas2018-01-2819-91/+19Star
| * 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/+4Star
| * | 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/+11Star
| * | 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/+0Star
| * | 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/+2Star
| * | PCI: dwc: dra7xx: Refactor Kconfig and Makefile handling for host/ep modeNiklas Cassel2017-12-212-26/+23Star
| * | 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/+6Star
| * | 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
| * | PCI: dwc: Use the DMA-API to get the MSI addressNiklas Cassel2017-12-212-4/+14
| * | pci: dwc: pci-dra7xx: Make shutdown handler staticVignesh R2017-12-201-1/+1
| |/
* | PCI: endpoint: Add the function number as argument to EPC opsCyrille Pitchen2018-01-311-8/+12
* | PCI: Regroup all PCI related entries into drivers/pci/MakefileCyrille Pitchen2018-01-311-0/+2
|/
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-165-0/+510
|\
| * Merge branch 'pci/host-layerscape' into nextBjorn Helgaas2017-11-141-0/+12
| |\
| | * PCI: layerscape: Change default error response behaviorMinghuan Lian2017-10-201-0/+11
| | * PCI: layerscape: Add support for ls1012aHou Zhiqiang2017-10-121-0/+1
| * | Merge branch 'pci/host-hisi' into nextBjorn Helgaas2017-11-143-0/+481
| |\ \
| | * | PCI: hisi: Add HiSilicon STB SoC PCIe controller driverJianguo Sun2017-10-243-0/+481
| | |/
| * / PCI: dra7xx: Add shutdown handler to cleanly turn off clocksKeerthy2017-10-111-0/+17
| |/
* | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-141-0/+16
|\ \
| * | PCI: dra7xx: Create functional dependency between PCIe and PHYKishon Vijay Abraham I2017-10-231-0/+16
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'pci/trivial' into nextBjorn Helgaas2017-09-077-12/+11Star
|\
| * PCI: Fix typos and whitespace errorsBjorn Helgaas2017-09-017-12/+11Star
* | Merge branch 'pci/endpoint' into nextBjorn Helgaas2017-09-073-5/+16
|\ \
| * | PCI: designware-ep: Do not disable BARs during initializationKishon Vijay Abraham I2017-08-291-4/+0Star
| * | PCI: dra7xx: Reset all BARs during initializationKishon Vijay Abraham I2017-08-291-0/+13
| * | PCI: dwc: designware: Provide page_size to pci_epc_memKishon Vijay Abraham I2017-08-292-1/+3
| |/