All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Cooper <jason@lakedaemon.net>
To: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: Andrew Lunn <andrew@lunn.ch>, Lior Amsalem <alior@marvell.com>,
	Ike Pan <ike.pan@canonical.com>,
	Grant Likely <grant.likely@secretlab.ca>,
	David Marlin <dmarlin@redhat.com>,
	Yehuda Yitschak <yehuday@marvell.com>,
	Tawfik Bayouk <tawfik@marvell.com>,
	Dan Frazier <dann.frazier@canonical.com>,
	Eran Ben-Avi <benavi@marvell.com>,
	Ezequiel Garcia <ezequiel.garcia@free-electrons.com>,
	Leif Lindholm <leif.lindholm@arm.com>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Arnd Bergmann <arnd@arndb.de>, Jon Masters <jcm@redhat.com>,
	devicetree-discuss@lists.ozlabs.org,
	Rob Herring <rob.herring@calxeda.com>,
	linux-arm-kernel@lists.infradead.org,
	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	Chris Van Hoof <vanhoof@canonical.com>,
	Nicolas Pitre <nico@fluxnic.net>,
	linux-kernel@vger.kernel.org, Maen Suleiman <maen@marvell.com>,
	Nadav Haklai <nadavh@marvell.com>,
	Shadi Ammouri <shadi@marvell.com>,
	Olof Johansson <olof@lixom.net>
Subject: Re: [PATCH v3 5/9] ARM: dts: Add a 64 bits version of the skeleton device tree
Date: Thu, 11 Apr 2013 19:35:05 -0400	[thread overview]
Message-ID: <20130411233505.GR28693@titan.lakedaemon.net> (raw)
In-Reply-To: <5167219B.8070404@free-electrons.com>

On Thu, Apr 11, 2013 at 10:48:27PM +0200, Gregory CLEMENT wrote:
> Hi Jason,
> 
> On 04/11/2013 08:12 PM, Jason Cooper wrote:
> > On Tue, Apr 09, 2013 at 12:52:13AM +0200, Gregory CLEMENT wrote:
> >> From: Lior Amsalem <alior@marvell.com>
> >>
> >> In order to be able to use more than 4GB address-cells and size-cells
> >> have to be set to 2
> >>
> >> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
> >> Signed-off-by: Lior Amsalem <alior@marvell.com>
> >> ---
> >>  arch/arm/boot/dts/skeleton64.dtsi |   13 +++++++++++++
> >>  1 file changed, 13 insertions(+)
> >>  create mode 100644 arch/arm/boot/dts/skeleton64.dtsi
> > 
> > Applied to mvebu/dt
> > 
> > Gregory,
> > 
> > Once I can pull in Thomas' pci work, you'll just need to rebase patches
> > 1, and 6 - 9 against mvebu/dt.
> > 
> 
> Yes sure! When did you plan to pull the dts part of Thomas' pci work?
> Is there still anything left to prevent to pull this part?

Good call, I'm just waiting for the last Ack Thomas said he needs on the
first of/pci patch.  My head has been fuzzy with hay fever for the past
three days.  Obviously, I can pull in the dts portion.

thx,

Jason.

WARNING: multiple messages have this Message-ID (diff)
From: Jason Cooper <jason@lakedaemon.net>
To: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: Lior Amsalem <alior@marvell.com>, Andrew Lunn <andrew@lunn.ch>,
	Ike Pan <ike.pan@canonical.com>,
	Grant Likely <grant.likely@secretlab.ca>,
	David Marlin <dmarlin@redhat.com>,
	Yehuda Yitschak <yehuday@marvell.com>,
	Tawfik Bayouk <tawfik@marvell.com>,
	Dan Frazier <dann.frazier@canonical.com>,
	Eran Ben-Avi <benavi@marvell.com>,
	Ezequiel Garcia <ezequiel.garcia@free-electrons.com>,
	Leif Lindholm <leif.lindholm@arm.com>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Arnd Bergmann <arnd@arndb.de>, Jon Masters <jcm@redhat.com>,
	devicetree-discuss@lists.ozlabs.org,
	Rob Herring <rob.herring@calxeda.com>,
	linux-arm-kernel@lists.infradead.org,
	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	Chris Van Hoof <vanhoof@canonical.com>,
	Nicolas Pitre <nico@fluxnic.net>,
	linux-kernel@vger.kernel.org, Maen Suleiman <maen@marvell.com>,
	Nadav Haklai <nadavh@marvell.com>,
	Sh
Subject: Re: [PATCH v3 5/9] ARM: dts: Add a 64 bits version of the skeleton device tree
Date: Thu, 11 Apr 2013 19:35:05 -0400	[thread overview]
Message-ID: <20130411233505.GR28693@titan.lakedaemon.net> (raw)
In-Reply-To: <5167219B.8070404@free-electrons.com>

On Thu, Apr 11, 2013 at 10:48:27PM +0200, Gregory CLEMENT wrote:
> Hi Jason,
> 
> On 04/11/2013 08:12 PM, Jason Cooper wrote:
> > On Tue, Apr 09, 2013 at 12:52:13AM +0200, Gregory CLEMENT wrote:
> >> From: Lior Amsalem <alior@marvell.com>
> >>
> >> In order to be able to use more than 4GB address-cells and size-cells
> >> have to be set to 2
> >>
> >> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
> >> Signed-off-by: Lior Amsalem <alior@marvell.com>
> >> ---
> >>  arch/arm/boot/dts/skeleton64.dtsi |   13 +++++++++++++
> >>  1 file changed, 13 insertions(+)
> >>  create mode 100644 arch/arm/boot/dts/skeleton64.dtsi
> > 
> > Applied to mvebu/dt
> > 
> > Gregory,
> > 
> > Once I can pull in Thomas' pci work, you'll just need to rebase patches
> > 1, and 6 - 9 against mvebu/dt.
> > 
> 
> Yes sure! When did you plan to pull the dts part of Thomas' pci work?
> Is there still anything left to prevent to pull this part?

Good call, I'm just waiting for the last Ack Thomas said he needs on the
first of/pci patch.  My head has been fuzzy with hay fever for the past
three days.  Obviously, I can pull in the dts portion.

thx,

Jason.

WARNING: multiple messages have this Message-ID (diff)
From: jason@lakedaemon.net (Jason Cooper)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 5/9] ARM: dts: Add a 64 bits version of the skeleton device tree
Date: Thu, 11 Apr 2013 19:35:05 -0400	[thread overview]
Message-ID: <20130411233505.GR28693@titan.lakedaemon.net> (raw)
In-Reply-To: <5167219B.8070404@free-electrons.com>

On Thu, Apr 11, 2013 at 10:48:27PM +0200, Gregory CLEMENT wrote:
> Hi Jason,
> 
> On 04/11/2013 08:12 PM, Jason Cooper wrote:
> > On Tue, Apr 09, 2013 at 12:52:13AM +0200, Gregory CLEMENT wrote:
> >> From: Lior Amsalem <alior@marvell.com>
> >>
> >> In order to be able to use more than 4GB address-cells and size-cells
> >> have to be set to 2
> >>
> >> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
> >> Signed-off-by: Lior Amsalem <alior@marvell.com>
> >> ---
> >>  arch/arm/boot/dts/skeleton64.dtsi |   13 +++++++++++++
> >>  1 file changed, 13 insertions(+)
> >>  create mode 100644 arch/arm/boot/dts/skeleton64.dtsi
> > 
> > Applied to mvebu/dt
> > 
> > Gregory,
> > 
> > Once I can pull in Thomas' pci work, you'll just need to rebase patches
> > 1, and 6 - 9 against mvebu/dt.
> > 
> 
> Yes sure! When did you plan to pull the dts part of Thomas' pci work?
> Is there still anything left to prevent to pull this part?

Good call, I'm just waiting for the last Ack Thomas said he needs on the
first of/pci patch.  My head has been fuzzy with hay fever for the past
three days.  Obviously, I can pull in the dts portion.

thx,

Jason.

  reply	other threads:[~2013-04-12  0:15 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-08 22:52 [PATCH v3 0/9] ARM: mvebu: Enable LPAE support for Armada XP SoCs Gregory CLEMENT
2013-04-08 22:52 ` Gregory CLEMENT
2013-04-08 22:52 ` Gregory CLEMENT
2013-04-08 22:52 ` [PATCH v3 1/9] ARM: dts: mvebu: fix cpus section indentation Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-08 22:52 ` [PATCH v3 2/9] ARM: mvebu: Limit the DMA zone when LPAE is selected Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-11 18:07   ` Jason Cooper
2013-04-11 18:07     ` Jason Cooper
2013-04-11 18:07     ` Jason Cooper
2013-04-08 22:52 ` [PATCH v3 3/9] ARM: mvebu: Align the internal registers virtual base to support LPAE Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-11 18:08   ` Jason Cooper
2013-04-11 18:08     ` Jason Cooper
2013-04-11 18:08     ` Jason Cooper
2013-04-08 22:52 ` [PATCH v3 4/9] ARM: mvebu: Enable pj4b on LPAE compilations Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-11 18:08   ` Jason Cooper
2013-04-11 18:08     ` Jason Cooper
2013-04-11 18:08     ` Jason Cooper
2013-04-11 20:41     ` Gregory CLEMENT
2013-04-11 20:41       ` Gregory CLEMENT
2013-04-11 20:41       ` Gregory CLEMENT
2013-04-11 23:29       ` Jason Cooper
2013-04-11 23:29         ` Jason Cooper
2013-04-11 23:29         ` Jason Cooper
2013-04-08 22:52 ` [PATCH v3 5/9] ARM: dts: Add a 64 bits version of the skeleton device tree Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-11 18:12   ` Jason Cooper
2013-04-11 18:12     ` Jason Cooper
2013-04-11 18:12     ` Jason Cooper
2013-04-11 20:48     ` Gregory CLEMENT
2013-04-11 20:48       ` Gregory CLEMENT
2013-04-11 20:48       ` Gregory CLEMENT
2013-04-11 23:35       ` Jason Cooper [this message]
2013-04-11 23:35         ` Jason Cooper
2013-04-11 23:35         ` Jason Cooper
2013-04-08 22:52 ` [PATCH v3 6/9] ARM: dts: mvebu: move all peripherals inside soc Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-08 22:52 ` [PATCH v3 7/9] ARM: dts: mvebu: Convert all the mvebu files to use the range property Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-08 22:52 ` [PATCH v3 8/9] ARM: dts: mvebu: introduce internal-regs node Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-08 22:52 ` [PATCH v3 9/9] ARM: dts: mvebu: Convert mvebu device tree files to 64 bits Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT
2013-04-08 22:52   ` Gregory CLEMENT

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=20130411233505.GR28693@titan.lakedaemon.net \
    --to=jason@lakedaemon.net \
    --cc=alior@marvell.com \
    --cc=andrew@lunn.ch \
    --cc=arnd@arndb.de \
    --cc=benavi@marvell.com \
    --cc=dann.frazier@canonical.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=dmarlin@redhat.com \
    --cc=ezequiel.garcia@free-electrons.com \
    --cc=grant.likely@secretlab.ca \
    --cc=gregory.clement@free-electrons.com \
    --cc=ike.pan@canonical.com \
    --cc=jcm@redhat.com \
    --cc=leif.lindholm@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maen@marvell.com \
    --cc=nadavh@marvell.com \
    --cc=nico@fluxnic.net \
    --cc=olof@lixom.net \
    --cc=rob.herring@calxeda.com \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=shadi@marvell.com \
    --cc=tawfik@marvell.com \
    --cc=thomas.petazzoni@free-electrons.com \
    --cc=vanhoof@canonical.com \
    --cc=yehuday@marvell.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.