[media] media: vb2: dma contig allocator: use dma_addr instread of paddr
authorMarek Szyprowski <m.szyprowski@samsung.com>
Mon, 29 Aug 2011 06:20:56 +0000 (03:20 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 6 Sep 2011 18:05:10 +0000 (15:05 -0300)
commitba7fcb0c954921534707f08ebc4d8beeb2eb17e7
tree0dc9929461e4ac2af79ab5bfffb1bdac181ad6c5
parent035aa1475d6e4afdf97dccf6c6d6059063398b57
[media] media: vb2: dma contig allocator: use dma_addr instread of paddr

Use the correct 'dma_addr' name for the buffer address. 'paddr' suggested
that this is the physical address in system memory. For most ARM platforms
these two are the same, but this is not a generic rule. 'dma_addr' will
also point better to dma-mapping api.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
CC: Pawel Osciak <pawel@osciak.com>
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
13 files changed:
drivers/media/video/atmel-isi.c
drivers/media/video/marvell-ccic/mcam-core.c
drivers/media/video/mx3_camera.c
drivers/media/video/s5p-fimc/fimc-core.c
drivers/media/video/s5p-mfc/s5p_mfc.c
drivers/media/video/s5p-mfc/s5p_mfc_dec.c
drivers/media/video/s5p-mfc/s5p_mfc_enc.c
drivers/media/video/s5p-mfc/s5p_mfc_opr.c
drivers/media/video/s5p-tv/mixer_grp_layer.c
drivers/media/video/s5p-tv/mixer_vp_layer.c
drivers/media/video/sh_mobile_ceu_camera.c
drivers/media/video/videobuf2-dma-contig.c
include/media/videobuf2-dma-contig.h