dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/go7007
FUJITA Tomonori 6d256fa886 Staging: saa7134-go7007: replace dma_sync_single with dma_sync_single_for_cpu
dma_sync_single() is deprecated and will be removed soon.

No functional change since dma_sync_single is the wrapper of
dma_sync_single_for_cpu.

saa7134-go7007.c is commented out but anyway let's replace it.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Cc: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-05-27 09:12:52 -07:00
..
Kconfig V4L/DVB (13020): go7007: Updates to Kconfig and Makefile 2009-09-19 00:53:44 -03:00
Makefile V4L/DVB (13456): s2250: Change module structure 2009-12-05 18:42:17 -02:00
README
go7007-driver.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
go7007-fw.c Staging: Use kcalloc or kzalloc 2010-05-14 14:02:56 -07:00
go7007-i2c.c V4L/DVB (12859): go7007: semaphore -> mutex conversion 2009-09-19 00:13:37 -03:00
go7007-priv.h V4L/DVB (13455): go7007: Add struct v4l2_device. 2009-12-05 18:42:00 -02:00
go7007-usb.c Staging: Use kcalloc or kzalloc 2010-05-14 14:02:56 -07:00
go7007-v4l2.c Staging: Use kcalloc or kzalloc 2010-05-14 14:02:56 -07:00
go7007.h
go7007.txt V4L/DVB (12859): go7007: semaphore -> mutex conversion 2009-09-19 00:13:37 -03:00
s2250-board.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
s2250-loader.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
s2250-loader.h staging/go7007: Fix compilation by re-adding the missing s2250-loader.h 2009-11-30 17:37:20 -02:00
saa7134-go7007.c Staging: saa7134-go7007: replace dma_sync_single with dma_sync_single_for_cpu 2010-05-27 09:12:52 -07:00
snd-go7007.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
wis-i2c.h
wis-ov7640.c staging: make i2c device id constant 2010-03-03 16:42:42 -08:00
wis-saa7113.c Staging: go7007: fix dangling i2c pointers 2010-05-11 11:35:45 -07:00
wis-saa7115.c Staging: go7007: fix dangling i2c pointers 2010-05-11 11:35:45 -07:00
wis-sony-tuner.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
wis-tw2804.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
wis-tw9903.c Staging: go7007: fix dangling i2c pointers 2010-05-11 11:35:45 -07:00
wis-uda1342.c staging: make i2c device id constant 2010-03-03 16:42:42 -08:00

README

Todo:
	- checkpatch.pl cleanups
	- sparse cleanups
	- lots of little modules, should be merged together
	  and added to the build.
	- testing?
	- handle churn in v4l layer.

Please send patchs to Greg Kroah-Hartman <greg@kroah.com> and Cc: Ross
Cohen <rcohen@snurgle.org> as well.