From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH][RFC] arm: dma-mapping: Add support for allocating/mapping cached buffers Date: Mon, 23 Jul 2012 08:46:41 +0000 Message-ID: <201207230846.41869.arnd.bergmann@linaro.org> References: <1342202506-12449-1-git-send-email-lauraa@codeaurora.org> <5009BFE0.5050501@codeaurora.org> <038d01cd68a3$e23d7990$a6b86cb0$%szyprowski@samsung.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.17.8]:65022 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751691Ab2GWIrL (ORCPT ); Mon, 23 Jul 2012 04:47:11 -0400 In-Reply-To: <038d01cd68a3$e23d7990$a6b86cb0$%szyprowski@samsung.com> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Marek Szyprowski Cc: 'Laura Abbott' , linaro-mm-sig@lists.linaro.org, 'Russell King' , linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, 'Benjamin Herrenschmidt' On Monday 23 July 2012, Marek Szyprowski wrote: > I would like to completely remove dma_cache_sync() and replace it with > dma_sync_single_for_cpu/device(), but this probably require a bit more > discussion and fixing all current clients of dma_cache_sync(). Sounds like a good idea. Fortunately, there are only a handful of such drivers in the kernel, and even fewer machines that actually need this, so we should be able to find all the people that care about these. Arnd