From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from panda.sul.com.br (panda.sul.com.br [200.219.150.4]) by ozlabs.org (Postfix) with ESMTP id 3E16867F1E for ; Mon, 8 Aug 2005 01:44:35 +1000 (EST) Date: Sun, 7 Aug 2005 12:44:32 -0300 From: Aristeu Sergio Rozanski Filho To: Dan Malek Message-ID: <20050807154432.GE5210@cathedrallabs.org> References: <20050806180353.GW5210@cathedrallabs.org> <20050806232701.GD1099@dmt.cnet> <20050807043110.GA6316@dmt.cnet> <09b0792f426f1d5883cf5d437723f075@embeddededge.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <09b0792f426f1d5883cf5d437723f075@embeddededge.com> Cc: linuxppc-embedded@ozlabs.org Subject: Re: [PATCH] 8xx: add cpm_get_cpmp() List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > It depends how you define the semantics of this function call. > Can you call it any (and all of the) time you need it, or does it > actually perform an ioremap() and you only want to call it > once? what about don't cache it and call ioremap() from driver? (I guess ioremap() already check if an area is already mapped, no?) -- Aristeu