Re: [PATCH -mm 0/6] remove unnecessary sync_single_range_* in dma_map_ops

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Russell King
Date: Monday, May 10, 2010 - 2:29 am

On Tue, Apr 27, 2010 at 09:25:34PM +0900, FUJITA Tomonori wrote:

If you're going to do this, then please catch all instances - compare
the number of places which contain "dma_sync_single_range" with your
diffstat and you'll notice you've missed a _lot_ of places.

$ git grep -l '\<dma_sync_single_range'
arch/arm/include/asm/dma-mapping.h
arch/avr32/include/asm/dma-mapping.h
arch/blackfin/include/asm/dma-mapping.h
arch/cris/include/asm/dma-mapping.h
arch/frv/include/asm/dma-mapping.h
arch/m68k/include/asm/dma-mapping.h
arch/mips/include/asm/dma-mapping.h
arch/mips/mm/dma-default.c
arch/mn10300/include/asm/dma-mapping.h
arch/parisc/include/asm/dma-mapping.h
arch/xtensa/include/asm/dma-mapping.h
include/asm-generic/dma-mapping-broken.h
include/asm-generic/dma-mapping-common.h
include/linux/ssb/ssb.h

vs.


It seems there's users of this API in linux/ssb/ssb.h.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH -mm 1/6] dma-mapping: fix dma_sync_single_range_*, FUJITA Tomonori, (Tue Apr 27, 5:25 am)
Re: [LKML] [PATCH -mm 0/6] remove unnecessary sync_single_ ..., Konrad Rzeszutek Wilk, (Tue Apr 27, 10:07 am)
Re: [PATCH -mm 0/6] remove unnecessary sync_single_range_* ..., Russell King, (Mon May 10, 2:29 am)