Hi Deepthy, Thanks for the patch. Please try to avoid adding too many people (and mailing lists) to the CC list. I've pruned it down as most of them are not directly concerned by this patch. On Tuesday 27 September 2011 15:40:45 Deepthy Ravi wrote: > Added support for mt9t111 sensor in the existing > mt9t112 driver. Also added support for media controller > framework. The sensor driver currently supports only > VGA resolution. > > Signed-off-by: Deepthy Ravi <deepthy.ravi@xxxxxx> [snip] > +mt9t111_regs patch_rev6[] = { > + {0, 0x0982, 0x0}, > + {0, 0x098A, 0xCE7}, > + {0, 0x0990, 0x3C3C}, > + {0, 0x0992, 0x3C3C}, > + {0, 0x0994, 0x3C5F}, > + {0, 0x0996, 0x4F30}, > + {0, 0x0998, 0xED08}, > + {0, 0x099a, 0xBD61}, > + {0, 0x099c, 0xD5CE}, [snip] I'm afraid register lists are not an option. You will need to follow the mt9t112 driver practice and program the registers based on formats, crop rectangles and other settings. -- 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