From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758790AbcCDKRm (ORCPT ); Fri, 4 Mar 2016 05:17:42 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:52143 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752793AbcCDKRj (ORCPT ); Fri, 4 Mar 2016 05:17:39 -0500 From: Kishon Vijay Abraham I To: Bjorn Helgaas , Richard Cochran , Paul Walmsley CC: , Tony Lindgren , Russell King , , , , , Subject: [PATCH] Revert "PCI: dra7xx: Mark driver as broken" Date: Fri, 4 Mar 2016 15:46:53 +0530 Message-ID: <1457086613-16443-1-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Sekhar Nori This reverts commit <5c3b99d057525fe2befe6a7db9b1309035d93eee> ("PCI: dra7xx: Mark driver as broken". With support to de-assert PCIe reset present in kernel, DRA7x PCIe is not broken anymore. Signed-off-by: Sekhar Nori Signed-off-by: Kishon Vijay Abraham I --- Bjorn, This patch should be merged only after [1] hits linus tree. Thanks Kishon [1] -> git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending.git for-v4.6/omap-hwmod-b drivers/pci/host/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index 75a6054..6d181ba 100644 --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig @@ -5,7 +5,6 @@ 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 -- 1.7.9.5