From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King - ARM Linux Subject: Re: [PATCH] ARM: decompressor: Fix mmu mapping for non-DRAM address space. Date: Thu, 10 May 2012 09:53:26 +0100 Message-ID: <20120510085325.GA3655@n2100.arm.linux.org.uk> References: <1336398149-26153-1-git-send-email-santosh.shilimkar@ti.com> <20120508124116.GE17798@arm.com> <20120508215554.GA18980@n2100.arm.linux.org.uk> <20120509122348.GA30632@n2100.arm.linux.org.uk> <20120509154849.GA10375@n2100.arm.linux.org.uk> <4FAB6A27.3050509@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from caramon.arm.linux.org.uk ([78.32.30.218]:35578 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757636Ab2EJI64 (ORCPT ); Thu, 10 May 2012 04:58:56 -0400 Content-Disposition: inline In-Reply-To: <4FAB6A27.3050509@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Santosh Shilimkar Cc: Catalin Marinas , "linux-arm-kernel@lists.infradead.org" , "linux-omap@vger.kernel.org" , R Sricharan On Thu, May 10, 2012 at 12:41:35PM +0530, Santosh Shilimkar wrote: > Are you planning to merge below patch as is or split > the patch like 1) Refactoring 2) ARMv7 fix I don't see any point in splitting this up, especially as the ARMv7 fix would involve merely changing two lines (the domain register value and the value passed into __setup_mmu via r6.)