Hi, Here's the second version of the MT9M032 and MT9P031 sensor patches for v3.4. Compared to v1, only patch 5/5 has been changed to incorporate Sakari's comments. I've modified the exposure control to use line units instead of microseconds, renamed various constants to mimic the MT9P031 driver and moved the hflip/vflip cluster creation after checking for control handler errors. Danny Kukawka (1): mt9p031: Remove duplicate media/v4l2-subdev.h include Laurent Pinchart (3): mt9p031: Remove unused xskip and yskip fields in struct mt9p031 v4l: Aptina-style sensor PLL support mt9p031: Use generic PLL setup code Martin Hostettler (1): v4l: Add driver for Micron MT9M032 camera sensor drivers/media/video/Kconfig | 12 + drivers/media/video/Makefile | 5 + drivers/media/video/aptina-pll.c | 174 ++++++++ drivers/media/video/aptina-pll.h | 56 +++ drivers/media/video/mt9m032.c | 819 ++++++++++++++++++++++++++++++++++++++ drivers/media/video/mt9p031.c | 67 ++-- include/media/mt9m032.h | 36 ++ 7 files changed, 1129 insertions(+), 40 deletions(-) create mode 100644 drivers/media/video/aptina-pll.c create mode 100644 drivers/media/video/aptina-pll.h create mode 100644 drivers/media/video/mt9m032.c create mode 100644 include/media/mt9m032.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