浏览代码

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
Linus Torvalds 9 年之前
父节点
当前提交
c0cb139345
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/pci/host/Kconfig

+ 1 - 0
drivers/pci/host/Kconfig

@@ -5,6 +5,7 @@ config PCI_DRA7XX
 	bool "TI DRA7xx PCIe controller"
 	bool "TI DRA7xx PCIe controller"
 	select PCIE_DW
 	select PCIE_DW
 	depends on OF && HAS_IOMEM && TI_PIPE3
 	depends on OF && HAS_IOMEM && TI_PIPE3
+	depends on BROKEN
 	help
 	help
 	 Enables support for the PCIe controller in the DRA7xx SoC.  There
 	 Enables support for the PCIe controller in the DRA7xx SoC.  There
 	 are two instances of PCIe controller in DRA7xx.  This controller can
 	 are two instances of PCIe controller in DRA7xx.  This controller can