aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-01-09 17:44:44 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2016-01-09 17:44:44 -0500
commitc0cb1393459598977cb1b919da5ddf6b2833c155 (patch)
tree0e16f5d4b8f49b5fd3914fab688e2ec623203c0e
parent751e5f5c753e8d447bcf89f9e96b9616ac081628 (diff)
parent5c3b99d057525fe2befe6a7db9b1309035d93eee (diff)
Merge tag 'pci-v4.4-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Pull PCI fixlet from Bjorn Helgaas: "This marks the TI DRA7xx host bridge driver as broken. Apparently it has never worked without some additional out-of-tree code, so I'm going to mark it broken now and remove it completely next cycle unless it's fixed" * tag 'pci-v4.4-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci: PCI: dra7xx: Mark driver as broken
-rw-r--r--drivers/pci/host/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index f131ba947dc6..c0ad9aaa16a7 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -5,6 +5,7 @@ config PCI_DRA7XX
5 bool "TI DRA7xx PCIe controller" 5 bool "TI DRA7xx PCIe controller"
6 select PCIE_DW 6 select PCIE_DW
7 depends on OF && HAS_IOMEM && TI_PIPE3 7 depends on OF && HAS_IOMEM && TI_PIPE3
8 depends on BROKEN
8 help 9 help
9 Enables support for the PCIe controller in the DRA7xx SoC. There 10 Enables support for the PCIe controller in the DRA7xx SoC. There
10 are two instances of PCIe controller in DRA7xx. This controller can 11 are two instances of PCIe controller in DRA7xx. This controller can