aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/dwc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-0/+510
2017-11-14Merge branch 'pci/host-layerscape' into nextBjorn Helgaas1-0/+12
2017-11-14Merge branch 'pci/host-hisi' into nextBjorn Helgaas3-0/+481
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24PCI: hisi: Add HiSilicon STB SoC PCIe controller driverJianguo Sun3-0/+481
2017-10-23PCI: dra7xx: Create functional dependency between PCIe and PHYKishon Vijay Abraham I1-0/+16
2017-10-20PCI: layerscape: Change default error response behaviorMinghuan Lian1-0/+11
2017-10-12PCI: layerscape: Add support for ls1012aHou Zhiqiang1-0/+1
2017-10-11PCI: dra7xx: Add shutdown handler to cleanly turn off clocksKeerthy1-0/+17
2017-09-07Merge branch 'pci/trivial' into nextBjorn Helgaas7-12/+11
2017-09-07Merge branch 'pci/endpoint' into nextBjorn Helgaas3-5/+16
2017-09-07Merge branch 'pci/host-spear13xx' into nextBjorn Helgaas1-2/+2
2017-09-07Merge branch 'pci/host-qcom' into nextBjorn Helgaas1-87/+300
2017-09-07Merge branch 'pci/host-layerscape' into nextBjorn Helgaas4-49/+90
2017-09-07Merge branch 'pci/host-kirin' into nextBjorn Helgaas1-1/+1
2017-09-07Merge branch 'pci/host-keystone' into nextBjorn Helgaas3-18/+4
2017-09-07Merge branch 'pci/host-imx6' into nextBjorn Helgaas1-3/+4
2017-09-07Merge branch 'pci/host-hisi' into nextBjorn Helgaas1-4/+1
2017-09-07Merge branch 'pci/host-exynos' into nextBjorn Helgaas1-4/+4
2017-09-07Merge branch 'pci/host-dra7xx' into nextBjorn Helgaas1-4/+4
2017-09-07Merge branch 'pci/host-designware' into nextBjorn Helgaas14-28/+73
2017-09-07Merge branch 'pci/host-artpec6' into nextBjorn Helgaas1-2/+2
2017-09-05PCI: spear13xx: Fix platform_get_irq() error handlingFabio Estevam1-2/+2
2017-09-05PCI: artpec6: Fix platform_get_irq() error handlingFabio Estevam1-2/+2
2017-09-05PCI: armada8k: Fix platform_get_irq() error handlingFabio Estevam1-2/+2
2017-09-05PCI: dra7xx: Fix platform_get_irq() error handlingFabio Estevam1-1/+1
2017-09-05PCI: exynos: Fix platform_get_irq() error handlingFabio Estevam1-4/+4
2017-09-01PCI: Fix typos and whitespace errorsBjorn Helgaas7-12/+11
2017-08-29PCI: layerscape: Add support for ls1088aHou Zhiqiang1-0/+1
2017-08-29PCI: layerscape: Add support for ls2088aHou Zhiqiang1-0/+9
2017-08-29PCI: artpec6: Stop enabling writes to DBI read-only registersHou Zhiqiang1-6/+0
2017-08-29PCI: layerscape: Remove unnecessary class code fixupHou Zhiqiang1-9/+0
2017-08-29PCI: dwc: Enable write permission for Class Code, Interrupt Pin updatesHou Zhiqiang1-0/+6
2017-08-29PCI: dwc: Add accessors for write permission of DBI read-only registersHou Zhiqiang2-3/+27
2017-08-29PCI: layerscape: Disable outbound windows configured by bootloaderHou Zhiqiang1-0/+17
2017-08-29PCI: layerscape: Refactor ls1021_pcie_host_init()Hou Zhiqiang1-10/+1
2017-08-29PCI: designware-ep: Do not disable BARs during initializationKishon Vijay Abraham I1-4/+0
2017-08-29PCI: dra7xx: Reset all BARs during initializationKishon Vijay Abraham I1-0/+13
2017-08-29PCI: dwc: designware: Provide page_size to pci_epc_memKishon Vijay Abraham I2-1/+3
2017-08-29PCI: layerscape: Move generic init functions earlier in fileHou Zhiqiang1-32/+32
2017-08-29PCI: layerscape: Add class code and multifunction fixups for ls1021aHou Zhiqiang1-0/+5
2017-08-29PCI: layerscape: Move STRFMR1 access out from the DBI write-enable bracketHou Zhiqiang1-1/+2
2017-08-29PCI: layerscape: Call dw_pcie_setup_rc() from ls_pcie_host_init()Hou Zhiqiang1-0/+2
2017-08-24PCI: qcom: Add support for IPQ8074 PCIe controllerVaradarajan Narayanan1-1/+206
2017-08-24PCI: qcom: Use block IP version for operationsVaradarajan Narayanan1-67/+71
2017-08-24PCI: qcom: Explicitly request exclusive reset controlPhilipp Zabel1-18/+22
2017-08-24PCI: qcom: Use gpiod_set_value_cansleep() to allow reset via expandersFabio Estevam1-2/+2
2017-08-22PCI: dwc: Clear MSI interrupt status after it is handled, not beforeFaiz Abbas1-1/+1
2017-08-22PCI: dra7xx: Propagate platform_get_irq() errors in dra7xx_pcie_probe()Gustavo A. R. Silva1-2/+2