[PATCH] update the generic saa7146 driver
commit03ff595c8ec246af6d8b23bacaa763461f9b3b91
authorMichael Hunold <hunold@convergence.de>
Mon, 23 Jun 2003 05:47:50 +0000 (22 22:47 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 23 Jun 2003 05:47:50 +0000 (22 22:47 -0700)
tree2a58bd04902eed7bfe1a41e008469b60105478ad
parenta1c43026b17a4f587b45d7b312f6ad073a5c675a
[PATCH] update the generic saa7146 driver

 - update the generic saa7146 driver
 - remove some #if LINUX_VERSION_CODE constructions
 - sync with the interrupt handler changes in 2.5.69
 - add a missing kfree() call which caused the kernel to leak 32kB of
   kmalloc()ed memory.  iieek!
 - fixed the capture code to handle cards that have swapped field order
   (odd and even fields)
 - added and fixed some debug messages
 - changed from kmalloc() to pci_consistent()
 - many small changes necessary to fix warnings/problems for ppc64
   compilation
drivers/media/common/saa7146_core.c
drivers/media/common/saa7146_fops.c
drivers/media/common/saa7146_hlp.c
drivers/media/common/saa7146_i2c.c
drivers/media/common/saa7146_vbi.c
drivers/media/common/saa7146_video.c
include/media/saa7146.h
include/media/saa7146_vv.h