Re: [PATCH v6] v4l: Add driver for Micron MT9M032 camera sensor

2012-03-11 Thread Sakari Ailus
Hi Laurent, Thanks for the patch. On Sun, Mar 11, 2012 at 03:33:41PM +0100, Laurent Pinchart wrote: > From: Martin Hostettler > > The MT9M032 is a parallel 1.6MP sensor from Micron controlled through I2C. > > The driver creates a V4L2 subdevice. It currently supports cropping, gain, > exposure

[PATCH v6] v4l: Add driver for Micron MT9M032 camera sensor

2012-03-11 Thread Laurent Pinchart
From: Martin Hostettler The MT9M032 is a parallel 1.6MP sensor from Micron controlled through I2C. The driver creates a V4L2 subdevice. It currently supports cropping, gain, exposure and v/h flipping controls in monochrome mode with an external pixel clock. Signed-off-by: Martin Hostettler [Lo