From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Wed, 25 Jun 2014 23:47:08 +0000 Subject: Re: [PATCH 08/14] ARM: shmobile: Add shared R-Car Gen2 CMA reservation code Message-Id: <20140625234708.GD7130@verge.net.au> List-Id: References: <53AAE831.3040003@cogentembedded.com> In-Reply-To: <53AAE831.3040003@cogentembedded.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Wed, Jun 25, 2014 at 07:18:09PM +0400, Sergei Shtylyov wrote: > Hello. > > On 06/25/2014 11:35 AM, Simon Horman wrote: > > >From: Magnus Damm > > >Add R-Car Gen2 CMA memory reservation code that can be > >shared between multiple SoCs and boards. At this point > >r8a7790 and r8a7791 are supported. > > >The top 256MiB of the legacy 32-bit physical memory space > >is assigned to a separate CMA area that may be assigned > >to various devices later on. > > >Signed-off-by: Magnus Damm > >[horms+renesas@verge.net.au: rebased] > >Signed-off-by: Simon Horman > > [...] > > >diff --git a/arch/arm/mach-shmobile/setup-rcar-gen2.c b/arch/arm/mach-shmobile/setup-rcar-gen2.c > >index fdc714e..544b9bf 100644 > >--- a/arch/arm/mach-shmobile/setup-rcar-gen2.c > >+++ b/arch/arm/mach-shmobile/setup-rcar-gen2.c > >@@ -20,8 +20,11 @@ > > > > #include > > #include > >+#include > >+#include > > #include > > #include > >+#include > > #include > > #include "common.h" > > #include "rcar-gen2.h" > > Hm, this part looks incomplete. I thought you were going to add CMA code here? Thanks, something does indeed seem to have gone wrong there. From mboxrd@z Thu Jan 1 00:00:00 1970 From: horms@verge.net.au (Simon Horman) Date: Thu, 26 Jun 2014 08:47:08 +0900 Subject: [PATCH 08/14] ARM: shmobile: Add shared R-Car Gen2 CMA reservation code In-Reply-To: <53AAE831.3040003@cogentembedded.com> References: <53AAE831.3040003@cogentembedded.com> Message-ID: <20140625234708.GD7130@verge.net.au> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jun 25, 2014 at 07:18:09PM +0400, Sergei Shtylyov wrote: > Hello. > > On 06/25/2014 11:35 AM, Simon Horman wrote: > > >From: Magnus Damm > > >Add R-Car Gen2 CMA memory reservation code that can be > >shared between multiple SoCs and boards. At this point > >r8a7790 and r8a7791 are supported. > > >The top 256MiB of the legacy 32-bit physical memory space > >is assigned to a separate CMA area that may be assigned > >to various devices later on. > > >Signed-off-by: Magnus Damm > >[horms+renesas at verge.net.au: rebased] > >Signed-off-by: Simon Horman > > [...] > > >diff --git a/arch/arm/mach-shmobile/setup-rcar-gen2.c b/arch/arm/mach-shmobile/setup-rcar-gen2.c > >index fdc714e..544b9bf 100644 > >--- a/arch/arm/mach-shmobile/setup-rcar-gen2.c > >+++ b/arch/arm/mach-shmobile/setup-rcar-gen2.c > >@@ -20,8 +20,11 @@ > > > > #include > > #include > >+#include > >+#include > > #include > > #include > >+#include > > #include > > #include "common.h" > > #include "rcar-gen2.h" > > Hm, this part looks incomplete. I thought you were going to add CMA code here? Thanks, something does indeed seem to have gone wrong there.