-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Staging: dt3155v4l: remove private memory allocator
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
Showing
6 changed files
with
107 additions
and
851 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.