[PATCH v3] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-07-20 Thread Chaithrika U S
brijes...@ti.com Signed-off-by: Chaithrika U S chaithr...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- Applies to Davinci GIT tree. Minor updates like change in structure name- subdev_info to vpif_subdev_info and correction to VDD3P3V_VID_MASK value. arch/arm/mach-davinci/board

[PATCH] v4l: DaVinci: DM646x: Update the structure name as per header file changes

2009-07-20 Thread Chaithrika U S
In the platform header file, the subdev_info structure name has been changed to vpif_subdev_info. Update this change in the driver too. Signed-off-by: Chaithrika U S chaithr...@ti.com --- Applies to v4l-dvb repository. drivers/media/video/davinci/vpif_display.c |2 +- 1 files changed, 1

[PATCH]: v4l: DaVinci: DM646x: Updates to VPIF display driver

2009-07-07 Thread Chaithrika U S
Minor fixes like change in the names of the standards, remove inclusion of version.h in the header file. Signed-off-by: Chaithrika U S chaithr...@ti.com --- Applies to v4l-dvb repo drivers/media/video/davinci/vpif_display.c | 16 +--- drivers/media/video/davinci/vpif_display.h

[PATCH v2] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-07-07 Thread Chaithrika U S
brijes...@ti.com Signed-off-by: Chaithrika U S chaithr...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- Applies to Davinci GIT tree.The current version has updates as per review comments from Russell King arch/arm/mach-davinci/board-dm646x-evm.c| 125

[PATCH] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-06-22 Thread Chaithrika U S
and clock definitions for Video on DM646x. Signed-off-by: Manjunath Hadli m...@ti.com Signed-off-by: Brijesh Jadav brijes...@ti.com Signed-off-by: Chaithrika U S chaithr...@ti.com --- Applies to Davinci GIT tree. This patch was previously submitted as a part of the series of patches that added display

[PATCH] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-06-22 Thread Chaithrika U S
and clock definitions for Video on DM646x. Signed-off-by: Manjunath Hadli m...@ti.com Signed-off-by: Brijesh Jadav brijes...@ti.com Signed-off-by: Chaithrika U S chaithr...@ti.com --- Applies to Davinci GIT tree. This patch was previously submitted as a part of the series of patches that added display

[PATCH] ARM: DaVinci: DM646x Video: Fix compile time warnings for mutex locking

2009-06-22 Thread Chaithrika U S
mutex_lock_interruptible return value has to be handled properly to indicate the status to the higher layers of the kernel. Signed-off-by: Chaithrika U S chaithr...@ti.com --- Applies to v4l-dvb-dm646x repo maintained by Hans Verkuil at http://linuxtv.org/hg/~hverkuil/v4l-dvb-dm646x/ drivers

[PATCH v3 0/4] ARM: DaVinci: DM646x Video: DM646x display driver

2009-05-08 Thread Chaithrika U S
Display driver for TI DM646x EVM Signed-off-by: Manjunath Hadli m...@ti.com Signed-off-by: Brijesh Jadav brijes...@ti.com Signed-off-by: Chaithrika U S chaithr...@ti.com These patches add the display driver support for TI DM646x EVM. This patch set has been tested for basic display functionality

[PATCH] Subject: [PATCH v3 1/4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-05-08 Thread Chaithrika U S
and clock definitions for Video on DM646x. Signed-off-by: Manjunath Hadli m...@ti.com Signed-off-by: Brijesh Jadav brijes...@ti.com Signed-off-by: Chaithrika U S chaithr...@ti.com --- Applies to Davinci GIT tree arch/arm/mach-davinci/board-dm646x-evm.c| 122 +++ arch/arm

[PATCH v3 2/4] ARM: DaVinci: DM646x Video: VPIF driver

2009-05-08 Thread Chaithrika U S
Video Port Interface driver Add VPIF driver for DM646x. This code be used by the display and capture drivers. This version has some incorporated the review comments. Signed-off-by: Manjunath Hadli m...@ti.com Signed-off-by: Brijesh Jadav brijes...@ti.com Signed-off-by: Chaithrika U S chaithr

[PATCH 0/4] ARM: DaVinci: DM646x Video: DM646x display driver

2009-03-26 Thread Chaithrika U S
Display driver for TI DM646x EVM Signed-off-by: Chaithrika U S chaithr...@ti.com This patch set has been updated with the review comments for the RFC sent earlier. These patches add the display driver support for TI DM646x EVM. This patch set has been tested for basic display functionality

[PATCH 1/4] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-03-26 Thread Chaithrika U S
Mux and clock definitions for Video on DM646x. Signed-off-by: Chaithrika U S chaithr...@ti.com --- Applies to DaVinci GIT tree arch/arm/mach-davinci/board-dm646x-evm.c| 138 +++ arch/arm/mach-davinci/dm646x.c | 63 arch/arm/mach-davinci

[PATCH 3/4] ARM: DaVinci: DM646x Video: Add VPIF display driver

2009-03-26 Thread Chaithrika U S
. - changed the subdev calls to subdev_call_until_err Signed-off-by: Chaithrika U S chaithr...@ti.com --- Applies to v4l-dvb repository drivers/media/video/davinci/vpif_display.c | 1702 drivers/media/video/davinci/vpif_display.h | 204 2 files changed, 1906

[PATCH 4/4] ARM: DaVinci: DM646x Video: Makefile and config files modifications for Display

2009-03-26 Thread Chaithrika U S
Makefile and Kconfig changes Modifies and adds the video Makefiles and Kconfig files to support DM646x Video display device Signed-off-by: Chaithrika U S chaithr...@ti.com --- Applies to v4l-dvb repository drivers/media/video/Kconfig | 22 ++ drivers/media/video

[PATCH v2] v4l2-subdev: ADV7343 video encoder driver

2009-03-24 Thread Chaithrika U S
of adv7343_channel Note: There is no mention of SECAM support in the encoder datasheet. Signed-off-by: Chaithrika U S chaithr...@ti.com --- drivers/media/video/Kconfig|9 + drivers/media/video/Makefile |1 + drivers/media/video/adv7343.c | 545

[PATCH v2] v4l2-subdev: THS7303 video amplifier driver

2009-03-24 Thread Chaithrika U S
of the 'Kconfig', 'Makefiile', 'v4l2-chip-ident.h' files by both the patches. This updated version of the patch has incorporated the review comments. Signed-off-by: Chaithrika U S chaithr...@ti.com --- drivers/media/video/Kconfig |9 +++ drivers/media/video/Makefile|1 + drivers/media

[PATCH] v4l2-subdev: ADV7343 video encoder driver

2009-03-23 Thread Chaithrika U S
Analog Devices ADV7343 video encoder driver Add ADV7343 I2C based video encoder driver. This follows the v4l2-subdev framework.This driver has been tested on TI DM646x EVM. It has been tested for Composite and Component outputs. Signed-off-by: Chaithrika U S chaithr...@ti.com --- drivers/media

[PATCH] v4l2-subdev: THS7303 video amplifier driver

2009-03-23 Thread Chaithrika U S
of the 'Kconfig', 'Makefile', 'v4l2-chip-ident.h' files by both the patches. Signed-off-by: Chaithrika U S chaithr...@ti.com --- drivers/media/video/Kconfig |9 ++ drivers/media/video/Makefile|1 + drivers/media/video/ths7303.c | 158 +++ include