Hello Mauro, I've collected various pending patches from Samsung and updated our git tree. Almost all of the patches are quite important fixes to various videobuf2 corner cases, so I hope they will find their way into v3.2.
The following changes since commit 31cea59efb3a4210c063f31c061ebcaff833f583: [media] saa7134.h: Suppress compiler warnings when CONFIG_VIDEO_SAA7134_RC is not set (2011-11-03 16:58:20 -0200) are available in the git repository at: git://git.infradead.org/users/kmpark/linux-2.6-samsung for_mauro Kamil Debski (2): v4l: s5p-mfc: fix reported capabilities v4l: add G2D driver for s5p device family Marek Szyprowski (3): media: vb2: add a check for uninitialized buffer media: vb2: set buffer length correctly for all buffer types media: vb2: reset queued list on REQBUFS(0) call drivers/media/video/Kconfig | 9 + drivers/media/video/Makefile | 2 + drivers/media/video/s5p-g2d/Makefile | 3 + drivers/media/video/s5p-g2d/g2d-hw.c | 106 ++++ drivers/media/video/s5p-g2d/g2d-regs.h | 115 ++++ drivers/media/video/s5p-g2d/g2d.c | 824 +++++++++++++++++++++++++++++ drivers/media/video/s5p-g2d/g2d.h | 83 +++ drivers/media/video/s5p-mfc/s5p_mfc_dec.c | 4 +- drivers/media/video/s5p-mfc/s5p_mfc_enc.c | 4 +- drivers/media/video/videobuf2-core.c | 6 +- 10 files changed, 1150 insertions(+), 6 deletions(-) create mode 100644 drivers/media/video/s5p-g2d/Makefile create mode 100644 drivers/media/video/s5p-g2d/g2d-hw.c create mode 100644 drivers/media/video/s5p-g2d/g2d-regs.h create mode 100644 drivers/media/video/s5p-g2d/g2d.c create mode 100644 drivers/media/video/s5p-g2d/g2d.h -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html