Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756040Ab1DDXUM (ORCPT ); Mon, 4 Apr 2011 19:20:12 -0400 Received: from mail-wy0-f174.google.com ([74.125.82.174]:44204 "EHLO mail-wy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755591Ab1DDXUJ (ORCPT ); Mon, 4 Apr 2011 19:20:09 -0400 Date: Tue, 5 Apr 2011 00:20:01 +0100 From: James Hogan To: Chris Metcalf Cc: David Howells , Koichi Yasutake , Andrew Morton , FUJITA Tomonori , James Hogan , Konrad Rzeszutek Wilk , Paul Mundt , Arnd Bergmann , linux-am33-list@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] tile,mn10300: add device parameter to dma_cache_sync() Message-ID: <20110404232001.GA14102@gandalf.le.imgtec.org> References: <4D9A18F3.3090506@tilera.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D9A18F3.3090506@tilera.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1332 Lines: 39 Hi Chris, On Mon, Apr 04, 2011 at 03:16:03PM -0400, Chris Metcalf wrote: > On 4/4/2011 11:21 AM, James Hogan wrote: > > From: James Hogan > > > > Note: I'm not in a position to compile test this patch, but I don't > > foresee any problems. > > > > Since v2.6.20 "Pass struct dev pointer to dma_cache_sync()" > > (d3fa72e4556ec1f04e46a0d561d9e785ecaa173d), dma_cache_sync() takes a > > struct dev pointer, but these appear to be missing from the tile and > > mn10300 implementations, so add them. > > > > Signed-off-by: James Hogan > > --- > > arch/mn10300/include/asm/dma-mapping.h | 2 +- > > arch/tile/include/asm/dma-mapping.h | 3 ++- > > arch/tile/kernel/pci-dma.c | 2 +- > > This change looks fine for tile (not compile-tested but pretty obvious), so > > Acked-by: Chris Metcalf Thanks > > assuming you're planning to push this up yourself. I'm not sure. I'm not that familiar with the process (my other patches tend to have just been picked up by other people). Cheers James -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/