From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 1/4] ARM: Add __arm_ioremap_exec for mapping external memory as MT_MEMORY Date: Fri, 7 Oct 2011 11:27:54 -0700 Message-ID: <20111007182754.GK6324@atomide.com> References: <20111005004539.26980.52409.stgit@kaulin.local> <20111005220619.GC6324@atomide.com> <4E8E9EE8.8010106@ti.com> <20111007144349.GE6324@atomide.com> <4E8F14A6.5050402@ti.com> <20111007151116.GI6324@atomide.com> <4E8F395B.9070203@ti.com> <20111007181621.GJ6324@atomide.com> <4E8F42D4.7030502@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:28573 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753753Ab1JGS17 (ORCPT ); Fri, 7 Oct 2011 14:27:59 -0400 Content-Disposition: inline In-Reply-To: <4E8F42D4.7030502@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Santosh Shilimkar Cc: Nicolas Pitre , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org * Santosh Shilimkar [111007 10:46]: > On Friday 07 October 2011 11:46 PM, Tony Lindgren wrote: > > > I assume now you can add the mapping to io.c instead? If so, > > then it's easier to apply the patches whatever way makes more > > sense. > > > io.c change I took as you suggested. The below change on top > of it. I just updated PM branch with this change. > > Thanks for the tip. The errata code looks bit more clean > now. :) OK thanks! Tony