Hi Mauro, I hope I used all the tricky meta-tags correctly, still wanted to point out in "clear text:" patch 1 is a regression fix and should go into 2.6.29. Patch 2 is a "kernel-sync," so, should die somewhere in your hg repo (/me still waiting for a switch to full-tree repositories...). I know about at least 4 more patches that are being cooked and are "almost ready," but I don't want to hold off on these any longer. I'm cc-ing patch authors with a request to verify if I had forgotten any _completed_ patches, and, eventually, to test. Please pull from http://linuxtv.org/hg/~gliakhovetski/v4l-dvb for the following 14 changesets: 01/14: soc-camera: fix S_CROP breakage on PXA and SuperH http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=96bf156107e3 02/14: add SuperH files we need for video patches http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=a2101d0997a2 03/14: soc-camera: add data signal polarity flags to drivers http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=e3fd9c179dc0 04/14: ov772x: move configuration from start_capture() to set_fmt() http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=a64160d22fd9 05/14: ov772x: setting method to register is changed. http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=cd59fc7efcff 06/14: ov772x: bit mask operation fix on ov772x_mask_set. http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=127ecb242c1d 07/14: ov772x: Add image flip support http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=859f610843c1 08/14: tw9910: bit mask operation fix on tw9910_mask_set. http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=d4b61e43a6af 09/14: sh_mobile_ceu: SOCAM flags are not platform dependent http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=0928a1be9d4e 10/14: sh_mobile_ceu_camera: include NV* formats into the format list only once. http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=089a510b54bd 11/14: mt9t031: fix gain and hflip controls, register update, and scaling http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=b64f8ed35875 12/14: soc-camera: camera host driver for i.MX3x SoCs http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=1ab7d6ce2f25 13/14: soc-camera: extend soc_camera_bus_param_compatible with more tests http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=3acaf9b7fb19 14/14: mt9m111: Call icl->reset() on mt9m111_reset(). http://linuxtv.org/hg/~gliakhovetski/v4l-dvb?cmd=changeset;node=ec34c60e95b6 b/linux/arch/arm/plat-mxc/include/mach/mx3_camera.h | 52 b/linux/arch/sh/boards/board-ap325rxa.c | 525 ++++++++ b/linux/arch/sh/boards/mach-migor/setup.c | 578 +++++++++ b/linux/drivers/media/video/mx3_camera.c | 1183 ++++++++++++++++++++ linux/arch/sh/boards/board-ap325rxa.c | 3 linux/arch/sh/boards/mach-migor/setup.c | 5 linux/drivers/media/video/Kconfig | 7 linux/drivers/media/video/Makefile | 5 linux/drivers/media/video/mt9m001.c | 2 linux/drivers/media/video/mt9m111.c | 8 linux/drivers/media/video/mt9t031.c | 127 +- linux/drivers/media/video/mt9v022.c | 2 linux/drivers/media/video/ov772x.c | 341 +++-- linux/drivers/media/video/pxa_camera.c | 27 linux/drivers/media/video/sh_mobile_ceu_camera.c | 59 linux/drivers/media/video/tw9910.c | 4 linux/include/media/ov772x.h | 5 linux/include/media/sh_mobile_ceu.h | 5 linux/include/media/soc_camera.h | 8 19 files changed, 2725 insertions(+), 221 deletions(-) Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer -- 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