V4L/DVB (6254): Add videobuf-vmalloc
authorMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 3 Aug 2007 02:31:33 +0000 (23:31 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:14:56 +0000 (22:14 -0300)
commit87b9ad070cf76c0f1e8cf836f7eb86e9ac94e34a
treeaeda5c7b1434350a476005c85dc39173ead11090
parent6bb2790f8a0cf93d3dbed6b6e986441110e6174b
V4L/DVB (6254): Add videobuf-vmalloc

Adds a newer videobuf-vmalloc module. This module uses the same
videobuf controls, but implements memory allocation based on vmalloc
methods.

With this method, an USB driver can use video-buf, without needing to
request memory from the DMA-safe area.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/Kconfig
drivers/media/video/Kconfig
drivers/media/video/Makefile
drivers/media/video/videobuf-vmalloc.c [new file with mode: 0644]
include/media/videobuf-vmalloc.h [new file with mode: 0644]