Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1304672 > unrolled thread

[PATCH 1/2] PCI: dra7xx: Mark driver as broken

Started byBjorn Helgaas <bhelgaas@google.com>
First post2016-01-08 17:00 +0100
Last post2016-01-08 17:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 1/2] PCI: dra7xx: Mark driver as broken Bjorn Helgaas <bhelgaas@google.com> - 2016-01-08 17:00 +0100

#1304672 — [PATCH 1/2] PCI: dra7xx: Mark driver as broken

FromBjorn Helgaas <bhelgaas@google.com>
Date2016-01-08 17:00 +0100
Subject[PATCH 1/2] PCI: dra7xx: Mark driver as broken
Message-ID<qOHCj-kf-9@gated-at.bofh.it>
From: Richard Cochran <richardcochran@gmail.com>

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 |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index f131ba9..c0ad9aa 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web