Skip to content

Commit

Permalink
PCI: dra7xx: Mark driver as broken
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
  • Loading branch information
richardcochran authored and bjorn-helgaas committed Jan 8, 2016
1 parent 1dbe162 commit 5c3b99d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pci/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c3b99d

Please sign in to comment.