From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751512AbcCIFCz (ORCPT ); Wed, 9 Mar 2016 00:02:55 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:44968 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750967AbcCIFCq (ORCPT ); Wed, 9 Mar 2016 00:02:46 -0500 Subject: Re: [PATCH RESEND] Revert "PCI: dra7xx: Mark driver as broken" To: Bjorn Helgaas References: <1457087359-16816-1-git-send-email-kishon@ti.com> <20160308180526.GC21278@localhost> CC: Bjorn Helgaas , Richard Cochran , Paul Walmsley , , Tony Lindgren , Russell King , , , , From: Kishon Vijay Abraham I Message-ID: <56DFAE46.4090509@ti.com> Date: Wed, 9 Mar 2016 10:31:58 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20160308180526.GC21278@localhost> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 08 March 2016 11:35 PM, Bjorn Helgaas wrote: > On Fri, Mar 04, 2016 at 03:59:19PM +0530, Kishon Vijay Abraham I wrote: >> 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 > > OK. Would you mind pinging me about this after [1] is merged to > Linus' tree? I don't want to put this in my "next" branch yet, > because I don't know whether Pauls branch or mine will be merged first > in the merge window. But after the merge window closes, I can > certainly include this in a "PCI fixes" pull request for inclusion in > v4.6. yes sure. I can do that. Thanks Kishon > > Bjorn > >> 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 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-pci" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html