PCI: dra7xx: Mark driver as broken
authorRichard Cochran <richardcochran@gmail.com>
Fri, 8 Jan 2016 15:58:31 +0000 (09:58 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 8 Jan 2016 15:58:31 +0000 (09:58 -0600)
Mark the dra7xx PCI host driver as broken.  This driver was first merged in
v3.17 and has never worked.  Although the driver compiles just fine, it is
missing an essential device reset.  If the driver is included, the kernel
locks up hard shortly after booting, before any console output appears.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/Kconfig

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