summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-12-08 15:50:06 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-12-08 15:50:06 +0000
commit90019d346efd7c172caf5de5e4452a14cdc8cc3c (patch)
treed09f52042485bcccad34171aa3b15b24bc299deb /v4l
parent9f7c5513964f4aa7c2d7bcd79d56f3e5002d4a58 (diff)
downloadmediapointer-dvb-s2-90019d346efd7c172caf5de5e4452a14cdc8cc3c.tar.gz
mediapointer-dvb-s2-90019d346efd7c172caf5de5e4452a14cdc8cc3c.tar.bz2
syncronizes some changes between v4l and dvb
- Updated firmware names - kfree (NULL) is valid. - assert_spin_locked() is the new way - small fixes to make in sync with kernel Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 002250c1c..c464e7940 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,25 @@
+2005-12-08 15:45 mchehab
+
+ * linux/Documentation/dvb/get_dvb_firmware:
+ - Updated firmware names
+
+ * linux/drivers/media/common/saa7146_core.c:
+ (saa7146_pgtable_free):
+ - kfree (NULL) is valid.
+
+ * linux/drivers/media/common/saa7146_fops.c:
+ (saa7146_buffer_queue), (saa7146_buffer_finish),
+ (saa7146_buffer_next):
+ - assert_spin_locked() is the new way
+
+ * linux/drivers/media/common/saa7146_video.c:
+ (saa7146_video_do_ioctl), (buffer_prepare):
+ * linux/drivers/media/dvb/dvb-usb/dibusb-common.c:
+ (dibusb_i2c_xfer):
+ - small fixes to make in sync with kernel
+
+ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
+
2005-12-08 15:10 mchehab
* linux/drivers/media/dvb/dvb-core/dvb_filter.c: