Skip to content

Commit

Permalink
Staging: dt3155v4l: remove private memory allocator
Browse files Browse the repository at this point in the history
This patch removes the private memory allocator
and all conjugated functions. Now the driver uses
videobuf-dma-contig module for allocations.
Added reserving 4MB coherent memory for private
per device allocations at probe time.

Signed-off-by: Marin Mitov <mitov@issp.bas.bg>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Marin Mitov authored and Greg Kroah-Hartman committed May 18, 2010
1 parent abfc768 commit a57941c
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 851 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/dt3155v4l/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ config VIDEO_DT3155
In doubt, say N.

To compile this driver as a module, choose M here: the
module will be called dt3155_v4l.
module will be called dt3155v4l.

config DT3155_CCIR
bool "Selects CCIR/50Hz vertical refresh"
Expand Down
5 changes: 1 addition & 4 deletions drivers/staging/dt3155v4l/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
obj-$(CONFIG_VIDEO_DT3155) += dt3155_v4l.o
dt3155_v4l-objs := \
dt3155-bufs.o \
dt3155v4l.o
obj-$(CONFIG_VIDEO_DT3155) += dt3155v4l.o
256 changes: 0 additions & 256 deletions drivers/staging/dt3155v4l/dt3155-bufs.c

This file was deleted.

88 changes: 0 additions & 88 deletions drivers/staging/dt3155v4l/dt3155-bufs.h

This file was deleted.

Loading

0 comments on commit a57941c

Please sign in to comment.