All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Murray <andrew.murray-5wv7dgnIgG8@public.gmane.org>
To: Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
Cc: "siva.kallam-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org"
	<siva.kallam-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	Liviu Dudau <Liviu.Dudau-5wv7dgnIgG8@public.gmane.org>,
	Paul Mackerras <paulus-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>,
	linux-samsung-soc
	<linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Russell King - ARM Linux
	<linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
	Jingoo Han <jg1.han-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	Jason Gunthorpe
	<jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>,
	"linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org"
	<devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>,
	"rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org"
	<rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>,
	Kukjin Kim <kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>,
	"bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org"
	<bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>,
	"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"suren.reddy-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org"
	<suren.reddy-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [PATCH v6 0/3] of/pci: Provide common support for PCI DT parsing
Date: Tue, 16 Apr 2013 12:59:29 +0100	[thread overview]
Message-ID: <20130416115929.GB13259@arm.com> (raw)
In-Reply-To: <20130416113727.GA28693-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org>

On Tue, Apr 16, 2013 at 12:37:27PM +0100, Jason Cooper wrote:
> On Tue, Apr 16, 2013 at 01:31:40PM +0200, Thomas Petazzoni wrote:
> > Dear Jason Cooper,
> > 
> > On Tue, 16 Apr 2013 07:29:51 -0400, Jason Cooper wrote:
> > 
> > > > Do not send this series upstream (or even in -next) until it has been at
> > > > least build-tested and acked by the affected architectures. AFAIK it
> > > > breaks microblaze build (simple missing #include) and isn't yet tested
> > > > on powerpc (I'm on vacation, maybe somebody else on linuxppc-dev can do
> > > > it though).
> > > 
> > > I added the missing include reference by Michal Simek for the branch at
> > > mvebu/drivers.
> > 
> > Some other build issues were reported on x86 during the night (thanks
> > to automated build tests), and Andrew Murray has just sent a new
> > version v7 of the patch set addressing those issues, as well as the
> > missing include.
> > 
> > Also, please note that Andrew's patch set contains three patches, but
> > the Marvell PCIe driver only requires PATCH 1/3 and PATCH 2/3.
> 
> Ok.  Thanks Andrew!  Do you (AndrewM) want me to keep the series
> together?  Or drop 3/3 from my tree?  I can do either, I just need to
> know.

Patch 1 has an ack from Microblaze but not yet from PowerPC, it probably needs
an ack from both of these before moving upwards.

Patch 3 is awaiting feedback from Mips, ideally all three patches could stay
together but if feedback blocks this then I guess it could go alone later.

Andrew Murray

WARNING: multiple messages have this Message-ID (diff)
From: andrew.murray@arm.com (Andrew Murray)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 0/3] of/pci: Provide common support for PCI DT parsing
Date: Tue, 16 Apr 2013 12:59:29 +0100	[thread overview]
Message-ID: <20130416115929.GB13259@arm.com> (raw)
In-Reply-To: <20130416113727.GA28693@titan.lakedaemon.net>

On Tue, Apr 16, 2013 at 12:37:27PM +0100, Jason Cooper wrote:
> On Tue, Apr 16, 2013 at 01:31:40PM +0200, Thomas Petazzoni wrote:
> > Dear Jason Cooper,
> > 
> > On Tue, 16 Apr 2013 07:29:51 -0400, Jason Cooper wrote:
> > 
> > > > Do not send this series upstream (or even in -next) until it has been at
> > > > least build-tested and acked by the affected architectures. AFAIK it
> > > > breaks microblaze build (simple missing #include) and isn't yet tested
> > > > on powerpc (I'm on vacation, maybe somebody else on linuxppc-dev can do
> > > > it though).
> > > 
> > > I added the missing include reference by Michal Simek for the branch at
> > > mvebu/drivers.
> > 
> > Some other build issues were reported on x86 during the night (thanks
> > to automated build tests), and Andrew Murray has just sent a new
> > version v7 of the patch set addressing those issues, as well as the
> > missing include.
> > 
> > Also, please note that Andrew's patch set contains three patches, but
> > the Marvell PCIe driver only requires PATCH 1/3 and PATCH 2/3.
> 
> Ok.  Thanks Andrew!  Do you (AndrewM) want me to keep the series
> together?  Or drop 3/3 from my tree?  I can do either, I just need to
> know.

Patch 1 has an ack from Microblaze but not yet from PowerPC, it probably needs
an ack from both of these before moving upwards.

Patch 3 is awaiting feedback from Mips, ideally all three patches could stay
together but if feedback blocks this then I guess it could go alone later.

Andrew Murray

  parent reply	other threads:[~2013-04-16 11:59 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-11 15:26 [PATCH v6 0/3] of/pci: Provide common support for PCI DT parsing Andrew Murray
2013-04-11 15:26 ` Andrew Murray
2013-04-11 15:26 ` [PATCH v6 1/3] of/pci: Unify pci_process_bridge_OF_ranges from Microblaze and PowerPC Andrew Murray
2013-04-11 15:26   ` Andrew Murray
2013-04-15 12:57   ` Thomas Petazzoni
2013-04-15 12:57     ` Thomas Petazzoni
2013-04-15 12:57     ` Thomas Petazzoni
2013-04-15 15:32     ` Benjamin Herrenschmidt
2013-04-15 15:32       ` Benjamin Herrenschmidt
2013-04-15 15:32       ` Benjamin Herrenschmidt
2013-04-15 16:50     ` Michal Simek
2013-04-15 16:50       ` Michal Simek
2013-04-16 11:49       ` Andrew Murray
2013-04-16 11:49         ` Andrew Murray
2013-04-11 15:26 ` [PATCH v6 2/3] of/pci: Provide support for parsing PCI DT ranges property Andrew Murray
2013-04-11 15:26   ` Andrew Murray
2013-04-11 15:26   ` Andrew Murray
2013-04-11 15:26 ` [PATCH v6 3/3] of/pci: mips: convert to common of_pci_range_parser Andrew Murray
2013-04-11 15:26   ` Andrew Murray
2013-04-11 15:26   ` Andrew Murray
2013-04-11 16:55 ` [PATCH v6 0/3] of/pci: Provide common support for PCI DT parsing Linus Walleij
2013-04-11 16:55   ` Linus Walleij
2013-04-11 16:55   ` Linus Walleij
2013-04-11 16:55   ` Linus Walleij
2013-04-15 17:56 ` Jason Cooper
2013-04-15 17:56   ` Jason Cooper
2013-04-15 17:56   ` Jason Cooper
     [not found]   ` <20130415175641.GM28693-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org>
2013-04-15 18:29     ` Linus Walleij
2013-04-15 18:29       ` Linus Walleij
     [not found]       ` <CACRpkdbSd8pRG5pUS0ymqXDSp=ZhoQa2ctVuRA0cCmUcX5qFAA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2013-04-15 18:37         ` Jason Cooper
2013-04-15 18:37           ` Jason Cooper
2013-04-16  7:12       ` Benjamin Herrenschmidt
2013-04-16  7:12         ` Benjamin Herrenschmidt
2013-04-16  7:12         ` Benjamin Herrenschmidt
2013-04-16  7:12         ` Benjamin Herrenschmidt
2013-04-16 11:29         ` Jason Cooper
2013-04-16 11:29           ` Jason Cooper
2013-04-16 11:31           ` Thomas Petazzoni
2013-04-16 11:31             ` Thomas Petazzoni
2013-04-16 11:31             ` Thomas Petazzoni
2013-04-16 11:31             ` Thomas Petazzoni
2013-04-16 11:37             ` Jason Cooper
2013-04-16 11:37               ` Jason Cooper
2013-04-16 11:37               ` Jason Cooper
2013-04-16 11:37               ` Jason Cooper
     [not found]               ` <20130416113727.GA28693-u4khhh1J0LxI1Ri9qeTfzeTW4wlIGRCZ@public.gmane.org>
2013-04-16 11:59                 ` Andrew Murray [this message]
2013-04-16 11:59                   ` Andrew Murray

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=20130416115929.GB13259@arm.com \
    --to=andrew.murray-5wv7dgnigg8@public.gmane.org \
    --cc=Liviu.Dudau-5wv7dgnIgG8@public.gmane.org \
    --cc=bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org \
    --cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org \
    --cc=jg1.han-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org \
    --cc=kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
    --cc=linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=paulus-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org \
    --cc=rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org \
    --cc=siva.kallam-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
    --cc=suren.reddy-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.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.