All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: Joao Pinto <Joao.Pinto@synopsys.com>
Cc: Vineet Gupta <Vineet.Gupta1@synopsys.com>,
	"linux-pci@vger.kernel.org" <linux-pci@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-snps-arc@lists.infradead.org"
	<linux-snps-arc@lists.infradead.org>,
	"CARLOS.PALMINHA@synopsys.com" <CARLOS.PALMINHA@synopsys.com>,
	"Alexey.Brodkin@synopsys.com" <Alexey.Brodkin@synopsys.com>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"pawel.moll@arm.com" <pawel.moll@arm.com>,
	"mark.rutland@arm.com" <mark.rutland@arm.com>,
	"ijc+devicetree@hellion.org.uk" <ijc+devicetree@hellion.org.uk>,
	"galak@codeaurora.org" <galak@codeaurora.org>,
	"arnd@arndb.de" <arnd@arndb.de>
Subject: Re: [PATCH v6 1/2] PCI support added to ARC
Date: Wed, 27 Jan 2016 15:59:56 -0600	[thread overview]
Message-ID: <20160127215956.GB4875@localhost> (raw)
In-Reply-To: <56A8D441.8080608@synopsys.com>

Hi Joao,

On Wed, Jan 27, 2016 at 02:29:21PM +0000, Joao Pinto wrote:
> Hi Bjorn,
> Could you please tell me what are the perspectives of pulling this patch set to
> mainline?

Sorry for the delay.  I try to handle bug fixes before I look at
functionality, so sometimes things get backed up a little bit.  But I
should be able to take a look later this week or early next week.

Bjorn

> On 1/14/2016 11:11 AM, Vineet Gupta wrote:
> > On Thursday 14 January 2016 04:34 PM, Joao Pinto wrote:
> >> This patch adds PCI support to ARC and updates drivers/pci Makefile
> >> enabling the ARC arch to use the generic PCI setup functions.
> >>
> >> Signed-off-by: Joao Pinto <jpinto@synopsys.com>
> > 
> > Acked-by: Vineet Gupta <vgupta@synopsys.com>
> > 
> > @Bjorn are you happy with the driver bits.
> > Although ARC support is independent of driver, and I can pick it up separately,
> > it would be better if you took it along with the driver. I don't see potential
> > for any conflicts.
> > 
> > Thx,
> > -Vineet
> 
> Thanks,
> Joao
> --
> 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-snps-arc@lists.infradead.org
Subject: [PATCH v6 1/2] PCI support added to ARC
Date: Wed, 27 Jan 2016 15:59:56 -0600	[thread overview]
Message-ID: <20160127215956.GB4875@localhost> (raw)
In-Reply-To: <56A8D441.8080608@synopsys.com>

Hi Joao,

On Wed, Jan 27, 2016@02:29:21PM +0000, Joao Pinto wrote:
> Hi Bjorn,
> Could you please tell me what are the perspectives of pulling this patch set to
> mainline?

Sorry for the delay.  I try to handle bug fixes before I look at
functionality, so sometimes things get backed up a little bit.  But I
should be able to take a look later this week or early next week.

Bjorn

> On 1/14/2016 11:11 AM, Vineet Gupta wrote:
> > On Thursday 14 January 2016 04:34 PM, Joao Pinto wrote:
> >> This patch adds PCI support to ARC and updates drivers/pci Makefile
> >> enabling the ARC arch to use the generic PCI setup functions.
> >>
> >> Signed-off-by: Joao Pinto <jpinto at synopsys.com>
> > 
> > Acked-by: Vineet Gupta <vgupta at synopsys.com>
> > 
> > @Bjorn are you happy with the driver bits.
> > Although ARC support is independent of driver, and I can pick it up separately,
> > it would be better if you took it along with the driver. I don't see potential
> > for any conflicts.
> > 
> > Thx,
> > -Vineet
> 
> Thanks,
> Joao
> --
> 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-01-27 21:59 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-12 15:45 [PATCH v5 0/2] adding PCI support to AXS10x Joao Pinto
2016-01-14 11:04 ` [PATCH v6 " Joao Pinto
2016-01-12 15:45 ` [PATCH v5 " Joao Pinto
2016-01-12 15:45 ` [PATCH v5 1/2] PCI support added to ARC Joao Pinto
2016-01-14 11:04   ` [PATCH v6 " Joao Pinto
2016-01-12 15:45   ` [PATCH v5 " Joao Pinto
2016-01-14  5:26   ` Vineet Gupta
2016-01-14  5:26     ` Vineet Gupta
2016-01-14 10:22     ` Arnd Bergmann
2016-01-14 10:22       ` Arnd Bergmann
2016-01-14 10:42       ` Joao Pinto
2016-01-14 10:42         ` Joao Pinto
2016-01-14 10:51         ` Vineet Gupta
2016-01-14 10:51           ` Vineet Gupta
2016-01-14 10:54           ` Joao Pinto
2016-01-14 10:54             ` Joao Pinto
2016-01-14 11:59           ` Arnd Bergmann
2016-01-14 11:59             ` Arnd Bergmann
2016-01-14 12:11             ` Vineet Gupta
2016-01-14 12:11               ` Vineet Gupta
2016-01-14 11:11   ` [PATCH v6 " Vineet Gupta
2016-01-14 11:11     ` Vineet Gupta
2016-01-18 11:30     ` Joao Pinto
2016-01-18 11:30       ` Joao Pinto
2016-01-27 14:29     ` Joao Pinto
2016-01-27 14:29       ` Joao Pinto
2016-01-27 21:59       ` Bjorn Helgaas [this message]
2016-01-27 21:59         ` Bjorn Helgaas
2016-01-28 17:00         ` Joao Pinto
2016-01-28 17:00           ` Joao Pinto
2016-01-29 20:40   ` Bjorn Helgaas
2016-01-29 20:40     ` Bjorn Helgaas
2016-02-01  9:33     ` Joao Pinto
2016-02-01  9:33       ` Joao Pinto
2016-01-12 15:45 ` [PATCH v5 2/2] add new platform driver for PCI RC Joao Pinto
2016-01-14 11:04   ` [PATCH v6 " Joao Pinto
2016-01-12 15:45   ` [PATCH v5 " Joao Pinto
2016-01-29 20:36   ` [PATCH v6 " Bjorn Helgaas
2016-01-29 20:36     ` 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=20160127215956.GB4875@localhost \
    --to=helgaas@kernel.org \
    --cc=Alexey.Brodkin@synopsys.com \
    --cc=CARLOS.PALMINHA@synopsys.com \
    --cc=Joao.Pinto@synopsys.com \
    --cc=Vineet.Gupta1@synopsys.com \
    --cc=arnd@arndb.de \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-snps-arc@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    /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.