[PATCH v2 2/5] [media] v4l: Add support for mt9t111 sensor driver

2011-09-27 Thread Deepthy Ravi
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 --- drivers/media/video/Kconfig |7 + drivers/media/video/Makefile |1

[PATCH v2 1/5] omap3evm: Enable regulators for camera interface

2011-09-27 Thread Deepthy Ravi
From: Vaibhav Hiremath Enabled 1v8 and 2v8 regulator output, which is being used by camera module. Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- arch/arm/mach-omap2/board-omap3evm.c | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git

[PATCH v2 4/5] ispccdc: Configure CCDC_SYN_MODE register

2011-09-27 Thread Deepthy Ravi
Configure INPMOD and PACK8 fileds for UYVY8_2X8 and YUYV8_2X8 formats. Signed-off-by: Deepthy Ravi --- drivers/media/video/omap3isp/ispccdc.c | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/omap3isp/ispccdc.c b/drivers/media/video/omap3isp

[PATCH v2 3/5] omap3evm: Add Camera board init/hookup file

2011-09-27 Thread Deepthy Ravi
From: Vaibhav Hiremath Adds board support for MT9T111 sensor. Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- arch/arm/mach-omap2/Makefile|5 + arch/arm/mach-omap2/board-omap3evm-camera.c | 185 +++ arch/arm/mach-omap2/board

[PATCH v2 5/5] omap2plus_defconfig: Enable omap3isp and MT9T111 sensor drivers

2011-09-27 Thread Deepthy Ravi
into the kernel. Signed-off-by: Deepthy Ravi --- arch/arm/configs/omap2plus_defconfig |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index d5f00d7..48032b6 100644 --- a/arch/arm/configs

[PATCH v2 0/5] OMAP3EVM: Add support for MT9T111 sensor

2011-09-27 Thread Deepthy Ravi
sensor. Deepthy Ravi (3): [media] v4l: Add support for mt9t111 sensor driver ispccdc: Configure CCDC_SYN_MODE register omap2plus_defconfig: Enable omap3isp and MT9T111 sensor drivers Vaibhav Hiremath (2): omap3evm: Enable regulators for camera interface omap3evm: Add Camera board init/hookup

[PATCH 1/5] omap3evm: Enable regulators for camera interface

2011-09-20 Thread Deepthy Ravi
From: Vaibhav Hiremath Enabled 1v8 and 2v8 regulator output, which is being used by camera module. Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- arch/arm/mach-omap2/board-omap3evm.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git

[PATCH 3/5] omap3evm: Add Camera board init/hookup file

2011-09-20 Thread Deepthy Ravi
From: Vaibhav Hiremath Adds board support for MT9T111 sensor. Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- arch/arm/mach-omap2/Makefile|5 + arch/arm/mach-omap2/board-omap3evm-camera.c | 185 +++ arch/arm/mach-omap2/board

[PATCH 0/5] OMAP3EVM: Add support for MT9T111 sensor

2011-09-20 Thread Deepthy Ravi
.html which adds YUYV input support for OMAP3ISP. --- Deepthy Ravi (2): ispccdc: Configure CCDC_SYN_MODE register for UYVY8_2X8 and YUYV8_2X8 formats omap2plus_defconfig: Enable omap3isp and MT9T111 sensor drivers Vaibhav Hiremath (3): omap3evm: Enable regulators for camera

[PATCH 4/5] ispccdc: Configure CCDC_SYN_MODE register for UYVY8_2X8 and YUYV8_2X8 formats

2011-09-20 Thread Deepthy Ravi
Configure INPMOD and PACK8 fileds of CCDC_SYN_MODE register for UYVY8_2X8 and YUYV8_2X8 formats. Signed-off-by: Deepthy Ravi --- drivers/media/video/omap3isp/ispccdc.c | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/omap3isp/ispccdc.c b

[PATCH 5/5] omap2plus_defconfig: Enable omap3isp and MT9T111 sensor drivers

2011-09-20 Thread Deepthy Ravi
Enables multimedia driver, media controller api, v4l2-subdev-api, omap3isp and mt9t111 sensor drivers in omap2plus_defconfig. Signed-off-by: Deepthy Ravi --- arch/arm/configs/omap2plus_defconfig | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/configs

[PATCH 7/8] omap3evm: camera: Configure BT656 interface

2011-09-08 Thread Deepthy Ravi
From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- arch/arm/mach-omap2/board-omap3evm-camera.c | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3evm-camera.c b/arch/arm/mach-omap2/board

[PATCH 8/8] omap2plus_defconfig: Enable tvp514x video decoder support

2011-09-08 Thread Deepthy Ravi
Enables multimedia driver, media controller api, v4l2-subdev-api, and tvp514x video decoder support in omap2plus_defconfig. Signed-off-by: Deepthy Ravi --- arch/arm/configs/omap2plus_defconfig | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/configs

[PATCH 6/8] ispccdc: Add support for BT656 interface

2011-09-08 Thread Deepthy Ravi
From: Vaibhav Hiremath Add support for BT656 interface in omap3isp ccdc driver. In addition, this corrects some build errors associated with isp_video_mbus_to_pix(). The function was declared as static. Made it extern. Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- drivers

[PATCH 5/8] ispccdc: Configure CCDC registers

2011-09-08 Thread Deepthy Ravi
From: Vaibhav Hiremath Configure the CCDC registers for YUV and non YUV data. Also some code clean-up for making it compact. Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- drivers/media/video/omap3isp/ispccdc.c | 65 +-- drivers/media/video

[PATCH 4/8] ispvideo: Add support for G/S/ENUM_STD ioctl

2011-09-08 Thread Deepthy Ravi
From: Vaibhav Hiremath In order to support TVP5146 (for that matter any video decoder), it is important to support G/S/ENUM_STD ioctl on /dev/videoX device node. Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- drivers/media/video/omap3isp/ispvideo.c | 98

[PATCH 3/8] tvp514x: Migrate to media-controller framework

2011-09-08 Thread Deepthy Ravi
to ccdc and isp format arrays. Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- drivers/media/video/omap3isp/ispccdc.c |1 + drivers/media/video/omap3isp/ispvideo.c |3 + drivers/media/video/tvp514x.c | 241 --- include/media/v4l2

[PATCH 2/8] omap3evm: Add Camera board init/hookup file

2011-09-08 Thread Deepthy Ravi
From: Vaibhav Hiremath In OMAP3EVM Rev G, TVP5146 video decoder is populated on the main board. This decoder is registered as a subdevice to the media-controller/omap3isp. Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- arch/arm/mach-omap2/Makefile|5

[PATCH 1/8] omap3evm: Enable regulators for camera interface

2011-09-08 Thread Deepthy Ravi
From: Vaibhav Hiremath Enabled 1v8 and 2v8 regulator output, which is being used by camera module. Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- arch/arm/mach-omap2/board-omap3evm.c | 40 ++ 1 files changed, 40 insertions(+), 0 deletions

[PATCH 0/8] OMAP3EVM: Add tvp514x video decoder support

2011-09-08 Thread Deepthy Ravi
the following patch https://patchwork.kernel.org/patch/1062042/ which moves platform data definitions from isp.h to media/omap3isp.h Cc: Vaibhav Hiremath --- Deepthy Ravi (1): omap2plus_defconfig: Enable tvp514x video decoder support Vaibhav Hiremath (7): omap3evm: Enable regulators for

[PATCH v2] omap3: ISP: Fix the failure of CCDC capture during suspend/resume

2011-09-07 Thread Deepthy Ravi
t video capture. This fix addresses this issue by dequeuing and enqueing the last buffer in isp_pm_prepare() after its DMA gets completed. Thus,when ISP resumes it always finds atleast one buffer on the DMA queue - this is true if application uses only 3 buffers. Signed-off-by: Abhilash K V Signed-

[PATCHv2] ISP:BUILD:FIX: Move media_entity_init() and

2011-08-19 Thread Deepthy Ravi
1237: undefined reference to `media_entity_init' The file containing definitions of media_entity_init and media_entity_cleanup functions will not be built if that config option is disabled. And this is corrected by defining two dummy functions. Signed-off-by: Vaibhav Hiremath Signed-

[PATCH] V4L/DVB: Add chip ID of TVP5146 video decoder

2011-08-17 Thread Deepthy Ravi
From: Vaibhav Hiremath This patch is to add chip identifier entry for TVP5146 video decoder. Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- include/media/v4l2-chip-ident.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/media/v4l2-chip

[PATCH] Media controller: Define media_entity_init() and media_entity_cleanup() conditionally

2011-08-17 Thread Deepthy Ravi
From: Vaibhav Hiremath Defines the two functions only when CONFIG_MEDIA_CONTROLLER is enabled. Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- include/media/media-entity.h |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/include/media/media

[PATCH 2/2] omap3: ISP: Kernel crash when attempting suspend

2011-08-10 Thread Deepthy Ravi
not in the stopped state. Signed-off-by: Abhilash K V Signed-off-by: Deepthy Ravi --- drivers/media/video/omap3isp/isp.c | 12 ++-- drivers/media/video/omap3isp/ispvideo.c |4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/media/video/omap3isp/isp.c

[PATCH 1/2] omap3: ISP: Fix the failure of CCDC capture during suspend/resume

2011-08-10 Thread Deepthy Ravi
ff-by: Abhilash K V Signed-off-by: Deepthy Ravi --- drivers/media/video/omap3isp/isp.c | 20 +++ drivers/media/video/omap3isp/isp.h |4 ++ drivers/media/video/omap3isp/ispvideo.c | 56 ++- drivers/media/video/omap3isp/ispvideo.h |2 + 4 fi

[PATCH 0/2] omap3: ISP: Fix the failure of CCDC capture during suspend/resume

2011-08-10 Thread Deepthy Ravi
This patchset fixes the occasional failure of CCDC capture during suspend/resume. Cc: Vaibhav Hiremath Cc: Abhilash K V --- Abhilash K V (2): omap3: ISP: Fix the failure of CCDC capture during suspend/resume omap3: ISP: Kernel crash when attempting suspend drivers/media/video/omap3isp/isp