[PATCH v4] arm: omap3evm: Add support for an MT9M032 based camera board.

2011-12-17 Thread Martin Hostettler
Adds board support for an MT9M032 based camera to omap3evm. Signed-off-by: Martin Hostettler mar...@neutronstar.dyndns.org --- arch/arm/mach-omap2/Makefile|3 +- arch/arm/mach-omap2/board-omap3evm-camera.c | 159 +++ arch/arm/mach-omap2/board

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

2011-12-17 Thread 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 mar...@neutronstar.dyndns.org

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

2011-12-13 Thread 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 mar...@neutronstar.dyndns.org

[PATCH v3] arm: omap3evm: Add support for an MT9M032 based camera board.

2011-12-13 Thread Martin Hostettler
Adds board support for an MT9M032 based camera to omap3evm. Signed-off-by: Martin Hostettler mar...@neutronstar.dyndns.org --- arch/arm/mach-omap2/Makefile|3 +- arch/arm/mach-omap2/board-omap3evm-camera.c | 155 +++ arch/arm/mach-omap2/board

[PATCH v2] v4l subdev: add dispatching for VIDIOC_DBG_G_REGISTER and VIDIOC_DBG_S_REGISTER.

2011-09-19 Thread Martin Hostettler
Ioctls on the subdevs node currently don't dispatch the register access debug driver callbacks. Add the dispatching with the same security checks are for non subdev video nodes (i.e. only capable(CAP_SYS_ADMIN may call the register access ioctls). Sigend-off-by: Martin Hostettler martin

[PATCH] v4l subdev: add dispatching for VIDIOC_DBG_G_REGISTER and VIDIOC_DBG_S_REGISTER.

2011-09-17 Thread Martin Hostettler
Ioctls on the subdevs node currently don't dispatch the register access debug driver callbacks. Add the dispatching with the same security checks are for non subdev video nodes (i.e. only capable(CAP_SYS_ADMIN may call the register access ioctls). --- drivers/media/video/v4l2-subdev.c | 20

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

2011-09-17 Thread Martin Hostettler
The MT9M032 is a parallel 3MP 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 mar...@neutronstar.dyndns.org

[PATCH v2] arm: omap3evm: Add support for an MT9M032 based camera board.

2011-09-17 Thread Martin Hostettler
Adds board support for an MT9M032 based camera to omap3evm. Sigend-off-by: Martin Hostettler mar...@neutronstar.dyndns.org --- arch/arm/mach-omap2/Makefile|1 + arch/arm/mach-omap2/board-omap3evm-camera.c | 183 +++ 2 files changed, 184 insertions

[PATCH] media-ctl: subdev: add Y8 format.

2011-01-20 Thread Martin Hostettler
--- subdev.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) This is a trivial patch for media-ctl to support monochrome 8bit video formats. diff --git a/subdev.c b/subdev.c index f36a8e7..6f4eb26 100644 --- a/subdev.c +++ b/subdev.c @@ -39,6 +39,7 @@ static struct { }

Re: [PATCH V2] v4l: OMAP3 ISP CCDC: Add support for 8bit greyscale sensors

2011-01-20 Thread Martin Hostettler
) is that we should set the default value to 0. I'll see if I can convince people at Nokia that it would be the right way to go. If so I'll apply a patch for that. Yes, that would be great, thanks. I'll resend the patch with this part removed. regards, - Martin Hostettler -- To unsubscribe

[PATCH V3] v4l: OMAP3 ISP CCDC: Add support for 8bit greyscale sensors

2011-01-20 Thread Martin Hostettler
Adds support for V4L2_MBUS_FMT_Y8_1X8 format and 8bit data width in synchronous interface. When using V4L2_MBUS_FMT_Y8_1X8 (or possibly another 8bit per pixel) mode set the CDCC to output 8bit per pixel instead of 16bit. Signed-off-by: Martin Hostettler mar...@neutronstar.dyndns.org --- drivers

[PATCH V2] v4l: OMAP3 ISP CCDC: Add support for 8bit greyscale sensors

2011-01-18 Thread Martin Hostettler
to output 8bit per pixel instead of 16bit. Signed-off-by: Martin Hostettler mar...@neutronstar.dyndns.org --- drivers/media/video/isp/ispccdc.c | 22 ++ drivers/media/video/isp/ispvideo.c |2 ++ 2 files changed, 20 insertions(+), 4 deletions(-) Changes since first version

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

2011-01-18 Thread Martin Hostettler
The MT9M032 is a parallel 1284x812 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 mar

[PATCH RFC] arm: omap3evm: Add support for an MT9M032 based camera board.

2011-01-18 Thread Martin Hostettler
Adds board support for an MT9M032 based camera to omap3evm. Sigend-off-by: Martin Hostettler mar...@neutronstar.dyndns.org --- arch/arm/mach-omap2/Makefile|1 + arch/arm/mach-omap2/board-omap3evm-camera.c | 177 +++ 2 files changed, 178 insertions

[PATCH] v4l: OMAP3 ISP CCDC: Add support for 8bit greyscale sensors

2010-12-14 Thread Martin Hostettler
remove 1/4 of the sensor range. When using V4L2_MBUS_FMT_Y8_1X8 (or possibly another 8bit per pixel) mode set the CDCC to output 8bit per pixel instead of 16bit. Signed-off-by: Martin Hostettler mar...@neutronstar.dyndns.org --- drivers/media/video/isp/isp.h |2 ++ drivers/media/video/isp