From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Fri, 29 Aug 2014 00:32:01 +0000 Subject: Re: [PATCH 00/05] ARM: shmobile: r8a7740 and Armadillo cleanup Message-Id: <20140829003200.GL16165@verge.net.au> List-Id: References: <20140828033443.18867.55162.sendpatchset@w520> In-Reply-To: <20140828033443.18867.55162.sendpatchset@w520> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org On Thu, Aug 28, 2014 at 01:57:23PM +0200, Geert Uytterhoeven wrote: > Hi Magnus, > > On Thu, Aug 28, 2014 at 5:34 AM, Magnus Damm wrote: > > ARM: shmobile: r8a7740 and Armadillo cleanup > > > > [PATCH 01/05] ARM: shmobile: armadillo800eva: Sync DTS > > [PATCH 02/05] ARM: shmobile: armadillo800eva: Build DTS for multiplatform > > [PATCH 03/05] ARM: shmobile: r8a7740: Add restart callback > > [PATCH 04/05] ARM: shmobile: armadillo800eva reference: Remove C board code > > [PATCH 05/05] ARM: shmobile: armadillo800eva reference: Remove DTS > > > > This patch series cleans up the Armadillo board support by removing > > the DT reference implementation. To not lose functionality the reset > > handling code is moved from (incorrect) board specific location to > > the r8a7740 SoC code. > > > > With this patch series applied the "DT Reference" case is now replaced > > by r8a7740 Multiplatform using the same DTS/DTB as the r8a7740 legacy > > case. > > > > Signed-off-by: Magnus Damm > > Thanks, works fine! > > Tested-by: Geert Uytterhoeven Thanks. I have tentatively queued this up. I got some push back from Olof [CCed] about putting cleanups on top of development when sending pull-requests for v3.17. This series falls into the same category: cleaning up board and related files on top of changes to initialise devices using DT. Olof, ideally I'd like this to go into v3.18. Let me know if you have preference to delay it.