All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
	Richard Cochran <richardcochran@gmail.com>,
	Paul Walmsley <paul@pwsan.com>,
	linux-pci@vger.kernel.org, Tony Lindgren <tony@atomide.com>,
	Russell King <linux@arm.linux.org.uk>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, nsekhar@ti.com
Subject: Re: [PATCH RESEND] Revert "PCI: dra7xx: Mark driver as broken"
Date: Tue, 8 Mar 2016 12:05:26 -0600	[thread overview]
Message-ID: <20160308180526.GC21278@localhost> (raw)
In-Reply-To: <1457087359-16816-1-git-send-email-kishon@ti.com>

On Fri, Mar 04, 2016 at 03:59:19PM +0530, Kishon Vijay Abraham I wrote:
> From: Sekhar Nori <nsekhar@ti.com>
> 
> 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 <nsekhar@ti.com>
> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
> ---
> 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.

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

WARNING: multiple messages have this Message-ID (diff)
From: helgaas@kernel.org (Bjorn Helgaas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND] Revert "PCI: dra7xx: Mark driver as broken"
Date: Tue, 8 Mar 2016 12:05:26 -0600	[thread overview]
Message-ID: <20160308180526.GC21278@localhost> (raw)
In-Reply-To: <1457087359-16816-1-git-send-email-kishon@ti.com>

On Fri, Mar 04, 2016 at 03:59:19PM +0530, Kishon Vijay Abraham I wrote:
> From: Sekhar Nori <nsekhar@ti.com>
> 
> 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 <nsekhar@ti.com>
> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
> ---
> 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.

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 at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2016-03-08 18:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-04 10:29 [PATCH RESEND] Revert "PCI: dra7xx: Mark driver as broken" Kishon Vijay Abraham I
2016-03-04 10:29 ` Kishon Vijay Abraham I
2016-03-04 10:29 ` Kishon Vijay Abraham I
2016-03-08 18:05 ` Bjorn Helgaas [this message]
2016-03-08 18:05   ` Bjorn Helgaas
2016-03-09  5:01   ` Kishon Vijay Abraham I
2016-03-09  5:01     ` Kishon Vijay Abraham I
2016-03-09  5:01     ` Kishon Vijay Abraham I
2016-03-22  6:40     ` Kishon Vijay Abraham I
2016-03-22  6:40       ` Kishon Vijay Abraham I
2016-03-22  6:40       ` Kishon Vijay Abraham I
2016-03-22 12:59 ` Bjorn Helgaas
2016-03-22 12:59   ` Bjorn Helgaas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160308180526.GC21278@localhost \
    --to=helgaas@kernel.org \
    --cc=bhelgaas@google.com \
    --cc=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=nsekhar@ti.com \
    --cc=paul@pwsan.com \
    --cc=richardcochran@gmail.com \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.