Hi Mauro, The following changes since commit 50b9d21ae2ac1b85be46f1ee5aa1b5e588622361: Jarod Wilson (1): V4L/DVB: mceusb: add two new ASUS device IDs are available in the git repository at: ssh://linuxtv.org/git/hverkuil/v4l-dvb.git for-2.6.37 Hans Verkuil (1): videobuf-dma-sg: set correct size in last sg element Mats Randgaard (4): videobuf-core.c: Replaced BUG_ON with WARN_ON vpif_cap/disp: Removed section mismatch warning vpif_cap/disp: Replaced kmalloc with kzalloc vpif_cap/disp: Fixed strlcpy NULL pointer bug This patch series prepares for a future patch series that adds HDTV support to the davinci drivers. We (Tandberg) have those patches ready, but it needs more testing before we post them. Regarding the two videobuf patches: the dma-sg patch fixes a nasty memory corruption bug that took me several days to track down. It might be a candidate for 2.6.36 as well, but this bug has been there for ages and apparently nobody noticed, so I decided to do this for 2.6.37 only. The other videobuf patch changes a completely unnecessary BUG_ON to a WARN_ON. Regards, Hans drivers/media/video/davinci/vpif_capture.c | 9 +++++---- drivers/media/video/davinci/vpif_display.c | 11 ++++++----- drivers/media/video/videobuf-core.c | 2 +- drivers/media/video/videobuf-dma-sg.c | 11 +++++++---- include/media/videobuf-dma-sg.h | 1 + 5 files changed, 20 insertions(+), 14 deletions(-) -- Hans Verkuil - video4linux developer - sponsored by TANDBERG, part of Cisco -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html