All of lore.kernel.org
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/9] rm: mvebu: Enable LPAE support for Armada XP SoCs
Date: Fri, 5 Apr 2013 22:46:12 +0200	[thread overview]
Message-ID: <201304052246.12731.arnd@arndb.de> (raw)
In-Reply-To: <1365193444-13441-1-git-send-email-gregory.clement@free-electrons.com>

On Friday 05 April 2013, Gregory CLEMENT wrote:
> The Armada XP SoCs have LPAE support. This is the second version patch
> set whixh allow to run kernel on this SoCs with LPAE support.
> 
> The biggest changes are the conversion of the device tree file to 64
> bits in order to be able to use more than 4GB of memory (without this
> the LPAE is pointless).
> 

The series looks good overall, I've commented on trivial details.

Also, please use "ARM: mvebu: ..." in the subject rather than the lower-case
version.

	Arnd

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>
To: Gregory CLEMENT
	<gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
Cc: Lior Amsalem <alior-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
	Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>,
	Ike Pan <ike.pan-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>,
	David Marlin <dmarlin-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	Yehuda Yitschak <yehuday-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
	Tawfik Bayouk <tawfik-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
	Dan Frazier
	<dann.frazier-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>,
	Eran Ben-Avi <benavi-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
	Leif Lindholm <leif.lindholm-5wv7dgnIgG8@public.gmane.org>,
	Sebastian Hesselbarth
	<sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>,
	Nadav Haklai <nadavh-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
	Jon Masters <jcm-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	Chris Van Hoof <vanhoof-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Maen Suleiman <maen-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>,
	Shadi Ammouri <shadi-eYqpPyKDWXRBDgjK7y7TUQ@public.gmane.org>
Subject: Re: [PATCH v2 0/9] rm: mvebu: Enable LPAE support for Armada XP SoCs
Date: Fri, 5 Apr 2013 22:46:12 +0200	[thread overview]
Message-ID: <201304052246.12731.arnd@arndb.de> (raw)
In-Reply-To: <1365193444-13441-1-git-send-email-gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>

On Friday 05 April 2013, Gregory CLEMENT wrote:
> The Armada XP SoCs have LPAE support. This is the second version patch
> set whixh allow to run kernel on this SoCs with LPAE support.
> 
> The biggest changes are the conversion of the device tree file to 64
> bits in order to be able to use more than 4GB of memory (without this
> the LPAE is pointless).
> 

The series looks good overall, I've commented on trivial details.

Also, please use "ARM: mvebu: ..." in the subject rather than the lower-case
version.

	Arnd

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Gregory CLEMENT <gregory.clement@free-electrons.com>
Cc: Jason Cooper <jason@lakedaemon.net>, Andrew Lunn <andrew@lunn.ch>,
	Grant Likely <grant.likely@secretlab.ca>,
	Rob Herring <rob.herring@calxeda.com>,
	Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
	Ezequiel Garcia <ezequiel.garcia@free-electrons.com>,
	linux-arm-kernel@lists.infradead.org,
	devicetree-discuss@lists.ozlabs.org,
	linux-kernel@vger.kernel.org, Olof Johansson <olof@lixom.net>,
	Nicolas Pitre <nico@fluxnic.net>,
	Lior Amsalem <alior@marvell.com>,
	Maen Suleiman <maen@marvell.com>,
	Tawfik Bayouk <tawfik@marvell.com>,
	Shadi Ammouri <shadi@marvell.com>,
	"Eran Ben-Avi" <benavi@marvell.com>,
	Yehuda Yitschak <yehuday@marvell.com>,
	Nadav Haklai <nadavh@marvell.com>,
	Ike Pan <ike.pan@canonical.com>,
	Chris Van Hoof <vanhoof@canonical.com>,
	Dan Frazier <dann.frazier@canonical.com>,
	Leif Lindholm <leif.lindholm@arm.com>,
	Jon Masters <jcm@redhat.com>, David Marlin <dmarlin@redhat.com>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH v2 0/9] rm: mvebu: Enable LPAE support for Armada XP SoCs
Date: Fri, 5 Apr 2013 22:46:12 +0200	[thread overview]
Message-ID: <201304052246.12731.arnd@arndb.de> (raw)
In-Reply-To: <1365193444-13441-1-git-send-email-gregory.clement@free-electrons.com>

On Friday 05 April 2013, Gregory CLEMENT wrote:
> The Armada XP SoCs have LPAE support. This is the second version patch
> set whixh allow to run kernel on this SoCs with LPAE support.
> 
> The biggest changes are the conversion of the device tree file to 64
> bits in order to be able to use more than 4GB of memory (without this
> the LPAE is pointless).
> 

The series looks good overall, I've commented on trivial details.

Also, please use "ARM: mvebu: ..." in the subject rather than the lower-case
version.

	Arnd

  parent reply	other threads:[~2013-04-05 20:46 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-05 20:23 [PATCH v2 0/9] rm: mvebu: Enable LPAE support for Armada XP SoCs Gregory CLEMENT
2013-04-05 20:23 ` Gregory CLEMENT
2013-04-05 20:23 ` Gregory CLEMENT
2013-04-05 20:23 ` [PATCH v2 1/9] arm: mvebu: Limit the DMA zone when LPAE is selected Gregory CLEMENT
2013-04-05 20:23   ` Gregory CLEMENT
2013-04-05 20:23   ` Gregory CLEMENT
2013-04-05 20:41   ` Arnd Bergmann
2013-04-05 20:41     ` Arnd Bergmann
2013-04-05 20:41     ` Arnd Bergmann
2013-04-05 20:59     ` Gregory CLEMENT
2013-04-05 20:59       ` Gregory CLEMENT
2013-04-05 20:59       ` Gregory CLEMENT
2013-04-05 20:23 ` [PATCH v2 2/9] arm: mvebu: Align the internal registers virtual base to support LPAE Gregory CLEMENT
2013-04-05 20:23   ` Gregory CLEMENT
2013-04-05 20:23   ` Gregory CLEMENT
2013-04-05 20:50   ` Arnd Bergmann
2013-04-05 20:50     ` Arnd Bergmann
2013-04-05 20:50     ` Arnd Bergmann
2013-04-05 21:13     ` Gregory CLEMENT
2013-04-05 21:13       ` Gregory CLEMENT
2013-04-05 21:13       ` Gregory CLEMENT
2013-04-06  8:31       ` Arnd Bergmann
2013-04-06  8:31         ` Arnd Bergmann
2013-04-06  8:31         ` Arnd Bergmann
2013-04-05 20:23 ` [PATCH v2 3/9] arm: mvebu: Enable pj4b on LPAE compilations Gregory CLEMENT
2013-04-05 20:23   ` Gregory CLEMENT
2013-04-05 20:23   ` Gregory CLEMENT
2013-04-05 20:23 ` [PATCH v2 4/9] arm: dts: Add a 64 bits version of the skeleton device tree Gregory CLEMENT
2013-04-05 20:23   ` Gregory CLEMENT
2013-04-05 20:23   ` Gregory CLEMENT
2013-04-05 20:24 ` [PATCH v2 5/9] arm: dts: mvebu: move all peripherals inside soc Gregory CLEMENT
2013-04-05 20:24   ` Gregory CLEMENT
2013-04-05 20:24   ` Gregory CLEMENT
2013-04-05 20:24 ` [PATCH v2 6/9] arm: dts: mvebu: Convert all the mvebu files to use the range property Gregory CLEMENT
2013-04-05 20:24   ` Gregory CLEMENT
2013-04-05 20:24   ` Gregory CLEMENT
2013-04-05 20:24 ` [PATCH v2 7/9] arm: dts: mvebu: introduce internal-regs node Gregory CLEMENT
2013-04-05 20:24   ` Gregory CLEMENT
2013-04-05 20:24   ` Gregory CLEMENT
2013-04-05 20:43   ` Arnd Bergmann
2013-04-05 20:43     ` Arnd Bergmann
2013-04-05 20:43     ` Arnd Bergmann
2013-04-05 20:48     ` Gregory CLEMENT
2013-04-05 20:48       ` Gregory CLEMENT
2013-04-05 20:48       ` Gregory CLEMENT
2013-04-05 20:24 ` [PATCH v2 8/9] arm: dts: mvebu: fix cpus section indentation Gregory CLEMENT
2013-04-05 20:24   ` Gregory CLEMENT
2013-04-05 20:24   ` Gregory CLEMENT
2013-04-05 20:45   ` Arnd Bergmann
2013-04-05 20:45     ` Arnd Bergmann
2013-04-05 20:45     ` Arnd Bergmann
2013-04-05 20:24 ` [PATCH v2 9/9] arm: dts: mvebu: Convert mvebu device tree files to 64 bits Gregory CLEMENT
2013-04-05 20:24   ` Gregory CLEMENT
2013-04-05 20:24   ` Gregory CLEMENT
2013-04-05 20:46 ` Arnd Bergmann [this message]
2013-04-05 20:46   ` [PATCH v2 0/9] rm: mvebu: Enable LPAE support for Armada XP SoCs Arnd Bergmann
2013-04-05 20:46   ` Arnd Bergmann
2013-04-05 21:10   ` Gregory CLEMENT
2013-04-05 21:10     ` Gregory CLEMENT
2013-04-05 21:10     ` 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=201304052246.12731.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.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.