From patchwork Fri Mar 4 10:29:19 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: 8502001 X-Patchwork-Delegate: bhelgaas@google.com Return-Path: X-Original-To: patchwork-linux-pci@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 410F49F38C for ; Fri, 4 Mar 2016 10:30:05 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 64F1E201CE for ; Fri, 4 Mar 2016 10:30:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4EBF6201C8 for ; Fri, 4 Mar 2016 10:30:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757753AbcCDKaB (ORCPT ); Fri, 4 Mar 2016 05:30:01 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:41647 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756431AbcCDKaA (ORCPT ); Fri, 4 Mar 2016 05:30:00 -0500 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id u24ATQ4g011642; Fri, 4 Mar 2016 04:29:26 -0600 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u24ATQP4027462; Fri, 4 Mar 2016 04:29:26 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.224.2; Fri, 4 Mar 2016 04:29:25 -0600 Received: from a0393678ub.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id u24ATL6F003647; Fri, 4 Mar 2016 04:29:22 -0600 From: Kishon Vijay Abraham I To: Bjorn Helgaas , Richard Cochran , Paul Walmsley CC: , Tony Lindgren , Russell King , , , , , Subject: [PATCH RESEND] Revert "PCI: dra7xx: Mark driver as broken" Date: Fri, 4 Mar 2016 15:59:19 +0530 Message-ID: <1457087359-16816-1-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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