From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by ozlabs.org (Postfix) with ESMTP id BD829DDEEE for ; Wed, 5 Dec 2007 10:39:43 +1100 (EST) From: Arnd Bergmann To: Scott Wood Subject: Re: ucc_uart: add support for Freescale QUICCEngine UART Date: Wed, 5 Dec 2007 00:39:38 +0100 References: <11967907173600-git-send-email-timur@freescale.com> <200712050026.07616.arnd@arndb.de> <4755E3A6.80704@freescale.com> In-Reply-To: <4755E3A6.80704@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Message-Id: <200712050039.39153.arnd@arndb.de> Cc: linuxppc-dev@ozlabs.org, Timur Tabi List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wednesday 05 December 2007, Scott Wood wrote: > > > You can argue that the QS is really a DMA device, but in that case you > > should convert the driver to use the DMA mapping interfaces correctly, > > which I would consider overkill. > > Why is it overkill? > Well, if the QE can never be used with an IOMMU anyway, you don't lose any functionality by considering it a physical address instead of a DMA address. The DMA mapping API is meant for the cases where physical and dma addresses can be different in the first place. Arnd <><