From patchwork Fri Mar 4 10:16:53 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kishon Vijay Abraham I X-Patchwork-Id: 63561 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp380207lbc; Fri, 4 Mar 2016 02:17:44 -0800 (PST) X-Received: by 10.98.71.197 with SMTP id p66mr10756354pfi.130.1457086664246; Fri, 04 Mar 2016 02:17:44 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id sb2si4902877pac.161.2016.03.04.02.17.43; Fri, 04 Mar 2016 02:17:44 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758791AbcCDKRm (ORCPT + 30 others); 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 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id u24AH26W007458; Fri, 4 Mar 2016 04:17:02 -0600 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u24AH10E016735; Fri, 4 Mar 2016 04:17:01 -0600 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.224.2; Fri, 4 Mar 2016 04:17:01 -0600 Received: from a0393678ub.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id u24AGvDa003314; Fri, 4 Mar 2016 04:16:58 -0600 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 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk 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(-) -- 1.7.9.5 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