From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH] of/address: Add of_iomap_nocache Date: Thu, 04 Aug 2011 10:52:58 -0500 Message-ID: <4E3AC05A.1070208@gmail.com> References: <1312451629-28036-1-git-send-email-davidb@codeaurora.org> <20110804.031254.836213129500890372.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-iy0-f170.google.com ([209.85.210.170]:47227 "EHLO mail-iy0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751068Ab1HDPxB (ORCPT ); Thu, 4 Aug 2011 11:53:01 -0400 In-Reply-To: <20110804.031254.836213129500890372.davem@davemloft.net> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: David Miller Cc: davidb@codeaurora.org, linux-arm-msm@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org On 08/04/2011 05:12 AM, David Miller wrote: > From: David Brown > Date: Thu, 4 Aug 2011 02:53:49 -0700 > >> Add uncached mappings from devicetree nodes similar to regular io >> mappings. >> >> Signed-off-by: David Brown > > You'll need to add a sparc implementation. Sparc just defines ioremap_nocache to ioremap, so is that really needed? Rob