From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Tue, 18 May 2010 09:40:13 +0100 Subject: [RFC] Initial attempt to make ARM use LMB In-Reply-To: <1274168877.2307.70.camel@tubuntu.research.nokia.com> References: <20100513220139.GO3428@atomide.com> <20100513221229.GD13001@n2100.arm.linux.org.uk> <20100514101615.GF10339@n2100.arm.linux.org.uk> <20100517094421.GG23118@n2100.arm.linux.org.uk> <1274091978.2307.49.camel@tubuntu.research.nokia.com> <20100517173715.GA5818@atomide.com> <1274168877.2307.70.camel@tubuntu.research.nokia.com> Message-ID: <20100518084013.GA13832@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, May 18, 2010 at 10:47:57AM +0300, Tomi Valkeinen wrote: > Allocating without ioremapping... dma_alloc_* always ioremaps the > allocated area, even though it's never used (in some cases). What do you mean by that? Are you suggesting that something does phys_to_virt() on the returned DMA pointer? Why is it that OMAP seems to do all these _wrong_ things?