Hi Mauro, The following changes since commit 9bed77ee2fb46b74782d0d9d14b92e9d07f3df6e: [media] tuner_xc2028: Allow selection of the frequency adjustment code for XC3028 (2011-08-06 09:52:47 -0300) are available in the git repository at: git://linuxtv.org/pinchartl/media.git omap3isp-sensors-next Javier Martin (1): mt9p031: Aptina (Micron) MT9P031 5MP sensor driver Laurent Pinchart (2): omap3isp: Don't accept pipelines with no video source as valid omap3isp: Move platform data definitions from isp.h to media/omap3isp.h Michael Jones (1): omap3isp: queue: fail QBUF if user buffer is too small drivers/media/video/Kconfig | 7 + drivers/media/video/Makefile | 1 + drivers/media/video/mt9p031.c | 963 ++++++++++++++++++++++++++++++ drivers/media/video/omap3isp/isp.h | 85 +--- drivers/media/video/omap3isp/ispccp2.c | 4 +- drivers/media/video/omap3isp/ispqueue.c | 4 + drivers/media/video/omap3isp/ispvideo.c | 14 +- include/media/mt9p031.h | 19 + include/media/omap3isp.h | 140 +++++ 9 files changed, 1147 insertions(+), 90 deletions(-) create mode 100644 drivers/media/video/mt9p031.c create mode 100644 include/media/mt9p031.h create mode 100644 include/media/omap3isp.h -- Regards, Laurent Pinchart -- 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