From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Wed, 12 Jun 2013 07:20:13 +0000 Subject: Re: [PATCH 00/03] ARM: shmobile: Remove legacy memory bits Message-Id: <20130612072013.GA6006@verge.net.au> List-Id: References: <20130610094638.20803.18484.sendpatchset@w520> <201306101700.22787.arnd@arndb.de> <20130611074623.GA10440@verge.net.au> In-Reply-To: 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 12, 2013 at 03:26:01PM +0900, Magnus Damm wrote: > Hi Simon, > > On Tue, Jun 11, 2013 at 4:46 PM, Simon Horman wrote: > > On Mon, Jun 10, 2013 at 05:00:22PM +0200, Arnd Bergmann wrote: > >> On Monday 10 June 2013, Magnus Damm wrote: > >> > ARM: shmobile: Remove legacy memory bits > >> > > >> > [PATCH 01/03] ARM: shmobile: Enable ARM_PATCH_PHYS_VIRT > >> > [PATCH 02/03] ARM: shmobile: Remove MEMORY_START/SIZE > >> > [PATCH 03/03] ARM: shmobile: Remove mach/memory.h > >> > > >> > Now when all users are gone this series removes the legacy memory code > >> > and enables CONFIG_ARM_PATCH_PHYS_VIRT. Depends on the following code: > >> > > >> > [PATCH v2] ARM: shmobile: uImage load address rework > >> > [PATCH] ARM: shmobile: Rework sh7372 sleep code to use virt_to_phys() > >> > [PATCH 00/06] ARM: shmobile: SMP virt_to_phys() conversion > >> > [PATCH 00/02] ARM: shmobile: romImage update > >> > > >> > The romImage series above still needs to be updated. > >> > > >> > This is the final bit of code not to rely on CONFIG_MEMORY_START/SIZE > >> > which in turn is one component that we need for ARCH_MULTIPLATFORM. > >> > > >> > Signed-off-by: Magnus Damm > >> > >> Looks all good to me. > > > > I will queue these up once all the dependencies are ready. > > Thanks, I believe they are now. > > I will update the Mackerel romImage support as an incremental patch. Thanks, I have this and the dependencies queued up locally. I will push them after doing some build and boot tests. From mboxrd@z Thu Jan 1 00:00:00 1970 From: horms@verge.net.au (Simon Horman) Date: Wed, 12 Jun 2013 16:20:13 +0900 Subject: [PATCH 00/03] ARM: shmobile: Remove legacy memory bits In-Reply-To: References: <20130610094638.20803.18484.sendpatchset@w520> <201306101700.22787.arnd@arndb.de> <20130611074623.GA10440@verge.net.au> Message-ID: <20130612072013.GA6006@verge.net.au> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jun 12, 2013 at 03:26:01PM +0900, Magnus Damm wrote: > Hi Simon, > > On Tue, Jun 11, 2013 at 4:46 PM, Simon Horman wrote: > > On Mon, Jun 10, 2013 at 05:00:22PM +0200, Arnd Bergmann wrote: > >> On Monday 10 June 2013, Magnus Damm wrote: > >> > ARM: shmobile: Remove legacy memory bits > >> > > >> > [PATCH 01/03] ARM: shmobile: Enable ARM_PATCH_PHYS_VIRT > >> > [PATCH 02/03] ARM: shmobile: Remove MEMORY_START/SIZE > >> > [PATCH 03/03] ARM: shmobile: Remove mach/memory.h > >> > > >> > Now when all users are gone this series removes the legacy memory code > >> > and enables CONFIG_ARM_PATCH_PHYS_VIRT. Depends on the following code: > >> > > >> > [PATCH v2] ARM: shmobile: uImage load address rework > >> > [PATCH] ARM: shmobile: Rework sh7372 sleep code to use virt_to_phys() > >> > [PATCH 00/06] ARM: shmobile: SMP virt_to_phys() conversion > >> > [PATCH 00/02] ARM: shmobile: romImage update > >> > > >> > The romImage series above still needs to be updated. > >> > > >> > This is the final bit of code not to rely on CONFIG_MEMORY_START/SIZE > >> > which in turn is one component that we need for ARCH_MULTIPLATFORM. > >> > > >> > Signed-off-by: Magnus Damm > >> > >> Looks all good to me. > > > > I will queue these up once all the dependencies are ready. > > Thanks, I believe they are now. > > I will update the Mackerel romImage support as an incremental patch. Thanks, I have this and the dependencies queued up locally. I will push them after doing some build and boot tests.