Hi Mauro, The following changes since commit 5dcd07b9f39ca3e9be5bcc387d193fc0674e1c81: Linus Torvalds (1): Merge git://git.kernel.org/.../steve/gfs2-2.6-fixes are available in the git repository at: git://arago-project.org/git/people/vaibhav/ti-psp-omap-video.git for-linux-media Amber Jain (5): V4L2: omap_vout: Remove GFP_DMA allocation as ZONE_DMA is not configured on OMAP OMAP2: V4L2: Remove GFP_DMA allocation as ZONE_DMA is not configured on OMAP V4L2: OMAP: VOUT: isr handling extended for DPI and HDMI interface V4L2: OMAP: VOUT: dma map and unmap v4l2 buffers in qbuf and dqbuf V4l2: OMAP: VOUT: Minor Cleanup, removing the unnecessary code. Archit Taneja (3): OMAP_VOUT: CLEANUP: Move generic functions and macros to common files OMAP_VOUT: CLEANUP: Make rotation related helper functions more descriptive OMAP_VOUT: Create separate file for VRFB related API's drivers/media/video/omap/Kconfig | 7 +- drivers/media/video/omap/Makefile | 1 + drivers/media/video/omap/omap_vout.c | 645 +++++++---------------------- drivers/media/video/omap/omap_vout_vrfb.c | 390 +++++++++++++++++ drivers/media/video/omap/omap_vout_vrfb.h | 40 ++ drivers/media/video/omap/omap_voutdef.h | 78 ++++ drivers/media/video/omap/omap_voutlib.c | 46 ++ drivers/media/video/omap/omap_voutlib.h | 12 +- drivers/media/video/omap24xxcam.c | 4 +- 9 files changed, 710 insertions(+), 513 deletions(-) create mode 100644 drivers/media/video/omap/omap_vout_vrfb.c create mode 100644 drivers/media/video/omap/omap_vout_vrfb.h -- 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