From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Thu, 26 Jun 2014 00:19:55 +0000 Subject: Re: [PATCH 08/14] ARM: shmobile: Add shared R-Car Gen2 CMA reservation code Message-Id: <20140626001955.GA557@verge.net.au> List-Id: References: <53AAE831.3040003@cogentembedded.com> <20140625234708.GD7130@verge.net.au> In-Reply-To: <20140625234708.GD7130@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org [Cc Olof] On Thu, Jun 26, 2014 at 08:47:08AM +0900, Simon Horman wrote: > 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. I suspect that this is the result of an error on my part when I rebased the code on top of v3.16-rc1 before making it available to next. The missing code appears to lie in "ARM: shmobile: rcar-gen2: Update for of_get_flat_dt_prop() update". Olof, I'd prefer not to rebase my branches in next. But if you'd like me to do so to clean up this problem then let me know.