[PATCH v5 0/6] davinci vpbe: dm6446 v4l2 driver

2010-12-11 Thread Manjunath Hadli
version3 : addressed Sergei's and Murali's comments on: 1. Fixed Sergei's comments on language errors in davinci_vpbe_readme.txt 2. Fixed Murali's comments on moving davinci_vpbe_readme.txt to different patch Manjunath Hadli (6): davinci vpbe: V4L2 display driver for DM644X SoC davinci vpbe:

[PATCH v5 4/6] davinci vpbe: VENC( Video Encoder) implementation

2010-12-11 Thread Manjunath Hadli
This patch adds the VENC or the Video encoder, whichis responsible for the blending of al source planes and timing generation for Video modes like NTSC, PAL and other digital outputs. the VENC implementation currently supports COMPOSITE and COMPONENT outputs and NTSC and PAL resolutions through

[PATCH v5 5/6] davinci vpbe: platform specific additions

2010-12-11 Thread Manjunath Hadli
This patch implements the overall device creation for the Video display driver, and addition of tables for the mode and output list. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Acked-by: Muralidharan Karicheri m-kariche...@ti.com Acked-by: Hans Verkuil hverk...@xs4all.nl ---

[PATCH v5 2/6] davinci vpbe: VPBE display driver

2010-12-11 Thread Manjunath Hadli
This patch implements the coe functionality of the dislay driver, mainly controlling the VENC and other encoders, and acting as the one point interface for the man V4L2 driver.This implements the cre of each of the V4L2 IOCTLs. Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Acked-by:

[PATCH v5 3/6] davinci vpbe: OSD(On Screen Display) block

2010-12-11 Thread Manjunath Hadli
This patch implements the functionality of the OSD block of the VPBE.The OSD in total supports 4 planes or Video sources - 2 mainly RGB and 2 Video. The patch implements general handling of all the planes, with specific emphasis on the Video plane capabilities as the Video planes are supported

[PATCH v5 6/6] davinci vpbe: Build infrastructure for VPBE driver

2010-12-11 Thread Manjunath Hadli
This patch adds the build infra-structure for Davinci VPBE dislay driver Signed-off-by: Manjunath Hadli manjunath.ha...@ti.com Acked-by: Muralidharan Karicheri m-kariche...@ti.com Acked-by: Hans Verkuil hverk...@xs4all.nl --- drivers/media/video/davinci/Kconfig | 22 ++

Re: [PATCH v7 00/12] tnetv107x ssp drivers

2010-12-11 Thread Mark Brown
On Fri, Dec 10, 2010 at 04:19:48PM -0800, Kevin Hilman wrote: [PATCH v7 08/12] gpio: add ti-ssp gpio driver David Brownell? (MAINTAINERS isn't clear here) It's mostly abandoned at the minute. Andrew Morton has been taking patches. Grant Likely said he might take it over so sending stuff his

RE: [PATCH v4 0/6] davinci vpbe: dm6446 v4l2 driver

2010-12-11 Thread Hadli, Manjunath
Sure Kevin. Will send you a patch. -Manju On Fri, Dec 10, 2010 at 22:46:14, Kevin Hilman wrote: Hans Verkuil hverk...@xs4all.nl writes: version4 : addressed Hans's comments on: 1. replaced mutex_lock_interruptible() with mutex_lock() 2. replaced ntsc and pal macros with new

Re: [PATCH v5 6/6] davinci vpbe: Build infrastructure for VPBE driver

2010-12-11 Thread Sergei Shtylyov
Hello. On 11-12-2010 12:20, Manjunath Hadli wrote: This patch adds the build infra-structure for Davinci VPBE dislay driver Signed-off-by: Manjunath Hadlimanjunath.ha...@ti.com Acked-by: Muralidharan Karicherim-kariche...@ti.com Acked-by: Hans Verkuilhverk...@xs4all.nl [...] diff --git

Re: [PATCH 00/49] spi: davinci: re-write existing driver

2010-12-11 Thread Michael Williamson
On 11/18/2010 08:14 AM, Nori, Sekhar wrote: Hi Grant, On Thu, Nov 18, 2010 at 17:01:24, Nori, Sekhar wrote: On Thu, Nov 18, 2010 at 12:23:24, Nori, Sekhar wrote: Here is the pull request: The following changes since commit 0a5b871ea4c6bfb2723ac2ffc7ef5c32452abb89: Linus Torvalds (1):

Re: [PATCH v4 0/6] davinci vpbe: dm6446 v4l2 driver

2010-12-11 Thread Hans Verkuil
On Friday, December 10, 2010 18:16:14 Kevin Hilman wrote: Hans Verkuil hverk...@xs4all.nl writes: version4 : addressed Hans's comments on: 1. replaced mutex_lock_interruptible() with mutex_lock() 2. replaced ntsc and pal macros with new equivalent macros 3. simplifying the code in the

Re: [PATCH 00/49] spi: davinci: re-write existing driver

2010-12-11 Thread Grant Likely
On Sat, Dec 11, 2010 at 8:34 AM, Michael Williamson michael.william...@criticallink.com wrote: On 11/18/2010 08:14 AM, Nori, Sekhar wrote: Hi Grant, On Thu, Nov 18, 2010 at 17:01:24, Nori, Sekhar wrote: On Thu, Nov 18, 2010 at 12:23:24, Nori, Sekhar wrote: Here is the pull request: The