From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Fri, 08 Nov 2013 07:52:37 +0000 Subject: Re: [PATCH 00/04] ARM: shmobile: KZM9D legacy board code removal Message-Id: <20131108075235.GD23477@verge.net.au> List-Id: References: <20131106232102.8081.20523.sendpatchset@w520> In-Reply-To: <20131106232102.8081.20523.sendpatchset@w520> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Thu, Nov 07, 2013 at 08:21:02AM +0900, Magnus Damm wrote: > ARM: shmobile: KZM9D legacy board code removal > > [PATCH 01/04] ARM: shmobile: Add shared EMEV2 code for ->init_machine() > [PATCH 02/04] ARM: shmobile: Use ->init_late() in shared EMEV2 case > [PATCH 03/04] ARM: shmobile: Remove legacy KZM9D board code > [PATCH 04/04] ARM: shmobile: Remove legacy platform devices from EMEV2 SoC code > > With this patch set applied it is possible to use DT for KZM9D board support. > Because of this is the KZM9D legacy C board code removed together with EMEV2 > platform devices. All these devices are available via DT anyway, so there is > no need to keep the C version. This saves some lines of code and shows where > mach-shmobile is heading in the future for all the SoCs. Thanks, I have queued these up.