lkml.org 
[lkml]   [2009]   [May]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH -tip 0/5] add generic dma-mappig.h
Date
We unified x86 and IA64's handling of multiple dma mapping operations
(struct dma_map_ops in linux/dma-mapping.h) so we can remove
duplication in their arch/include/asm/dma-mapping.h.

This patchset adds include/asm-generic/dma-mapping.h that provides
some generic dma mapping function definitions for the users of struct
dma_map_ops. This enables us to remove about 100 lines. This also
enables us to easily add CONFIG_DMA_API_DEBUG support, which only x86
supports for now. The 4th patch adds CONFIG_DMA_API_DEBUG support to
IA64 by adding only 8 lines.

This is against tip/master since tip has some changes to
arch/x86/include/asm/dma-mapping.h.

=
arch/ia64/Kconfig | 1 +
arch/ia64/include/asm/dma-mapping.h | 110 ++------------------
arch/x86/Kconfig | 1 +
arch/x86/include/asm/dma-mapping.h | 174 +-------------------------------
include/asm-generic/dma-mapping.h | 190 +++++++++++++++++++++++++++++++++++
lib/dma-debug.c | 82 +++++++++------
6 files changed, 252 insertions(+), 306 deletions(-)




\
 
 \ /
  Last update: 2009-05-07 06:41    [W:0.904 / U:0.608 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site