[PATCH v12 0/8] davinci vpbe: dm6446 v4l2 driver

2011-01-07 Thread Manjunath Hadli
inversion #ifdef to platform based implementation Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil Manjunath Hadli (8): davinci vpbe: V4L2 display driver for DM644X SoC davinci vpbe: VPBE display driver davinci vpbe: OSD(On Screen Display) block

[PATCH v12 3/8] davinci vpbe: OSD(On Screen Display) block

2011-01-07 Thread Manjunath Hadli
through the V4L2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_osd.c | 1216 +++ drivers/media/video/davinci/vpbe_osd_regs.h | 364 include/media/davinci/vpbe_osd.h

[PATCH v12 4/8] davinci vpbe: VENC( Video Encoder) implementation

2011-01-07 Thread Manjunath Hadli
the analog DACs. The venc block is implemented as a subdevice, allowing for additional external and internal encoders of other kind to plug-in. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_venc.c | 556

[PATCH v12 2/8] davinci vpbe: VPBE display driver

2011-01-07 Thread Manjunath Hadli
This patch implements the core functionality of the dislay driver, mainly controlling the VENC and other encoders, and acting as the one point interface for the main V4L2 driver. This implements the core of each of the V4L2 IOCTLs. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri

[PATCH v12 2/8] davinci vpbe: VPBE display driver

2011-01-07 Thread Manjunath Hadli
This patch implements the core functionality of the dislay driver, mainly controlling the VENC and other encoders, and acting as the one point interface for the main V4L2 driver. This implements the core of each of the V4L2 IOCTLs. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri

[PATCH v12 6/8] davinci vpbe: board specific additions

2011-01-07 Thread Manjunath Hadli
This patch implements tables for display timings,outputs and other board related functionalities. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/board-dm644x-evm.c | 86 -- 1 files changed, 70

[PATCH v12 7/8] davinci vpbe: Build infrastructure for VPBE driver

2011-01-07 Thread Manjunath Hadli
This patch adds the build infra-structure for Davinci VPBE dislay driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/Kconfig | 22 ++ drivers/media/video/davinci/Makefile |2 ++ 2 files

[PATCH v12 8/8] davinci vpbe: Readme text for Dm6446 vpbe

2011-01-07 Thread Manjunath Hadli
Please refer to this file for detailed documentation of davinci vpbe v4l2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- Documentation/video4linux/README.davinci-vpbe | 93 + 1 files changed, 93 insertions(+), 0

[PATCH v12 5/8] davinci vpbe: platform specific additions

2011-01-07 Thread Manjunath Hadli
This patch implements the overall device creation for the Video display driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/dm644x.c | 168 +-- arch/arm/mach-davinci/include/mach

[PATCH v13 0/8] davinci vpbe: dm6446 v4l2 driver

2011-01-10 Thread Manjunath Hadli
of the GNU General Public License as published by the Free Software Foundation version 2. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil Manjunath Hadli (8): davinci vpbe: V4L2 display driver for DM644X SoC davinci vpbe: VPBE display driver davinci vp

[PATCH v13 2/8] davinci vpbe: VPBE display driver

2011-01-10 Thread Manjunath Hadli
This patch implements the core functionality of the dislay driver, mainly controlling the VENC and other encoders, and acting as the one point interface for the main V4L2 driver. This implements the core of each of the V4L2 IOCTLs. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri

[PATCH v13 3/8] davinci vpbe: OSD(On Screen Display) block

2011-01-10 Thread Manjunath Hadli
through the V4L2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_osd.c | 1216 +++ drivers/media/video/davinci/vpbe_osd_regs.h | 364 include/media/davinci/vpbe_osd.h

[PATCH v13 4/8] davinci vpbe: VENC( Video Encoder) implementation

2011-01-10 Thread Manjunath Hadli
the analog DACs. The venc block is implemented as a subdevice, allowing for additional external and internal encoders of other kind to plug-in. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_venc.c | 556

[PATCH v13 5/8] davinci vpbe: platform specific additions

2011-01-10 Thread Manjunath Hadli
This patch implements the overall device creation for the Video display driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/dm644x.c | 168 +-- arch/arm/mach-davinci/include/mach

[PATCH v13 6/8] davinci vpbe: board specific additions

2011-01-10 Thread Manjunath Hadli
This patch implements tables for display timings,outputs and other board related functionalities. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/board-dm644x-evm.c | 86 -- 1 files changed, 70

[PATCH v13 7/8] davinci vpbe: Build infrastructure for VPBE driver

2011-01-10 Thread Manjunath Hadli
This patch adds the build infra-structure for Davinci VPBE dislay driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/Kconfig | 22 ++ drivers/media/video/davinci/Makefile |2 ++ 2 files

[PATCH v13 8/8] davinci vpbe: Readme text for Dm6446 vpbe

2011-01-10 Thread Manjunath Hadli
Please refer to this file for detailed documentation of davinci vpbe v4l2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- Documentation/video4linux/README.davinci-vpbe | 93 + 1 files changed, 93 insertions(+), 0

[PATCH 5/8] davinci vpbe: platform specific additions

2011-01-10 Thread Manjunath Hadli
This patch implements the overall device creation for the Video display driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/dm644x.c | 172 +-- arch/arm/mach-davinci/include/mach

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

2011-01-14 Thread Manjunath Hadli
This patch implements the core functionality of the dislay driver, mainly controlling the VENC and other encoders, and acting as the one point interface for the main V4L2 driver. This implements the core of each of the V4L2 IOCTLs. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri

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

2011-01-14 Thread Manjunath Hadli
through the V4L2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_osd.c | 1216 +++ drivers/media/video/davinci/vpbe_osd_regs.h | 364 include/media/davinci/vpbe_osd.h

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

2011-01-14 Thread Manjunath Hadli
the analog DACs. The venc block is implemented as a subdevice, allowing for additional external and internal encoders of other kind to plug-in. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_venc.c | 556

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

2011-01-14 Thread Manjunath Hadli
This patch adds the build infra-structure for Davinci VPBE dislay driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/Kconfig | 22 ++ drivers/media/video/davinci/Makefile |2 ++ 2 files

[PATCH v14 6/6] davinci vpbe: Readme text for Dm6446 vpbe

2011-01-14 Thread Manjunath Hadli
Please refer to this file for detailed documentation of davinci vpbe v4l2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- Documentation/video4linux/README.davinci-vpbe | 93 + 1 files changed, 93 insertions(+), 0

[PATCH v14 0/2] platform changes for DM6446 VPBE v4l2 driver

2011-01-14 Thread Manjunath Hadli
version14 : addressed Shekhar's comments on: 1. Implemetation of single io_remap of system module base address 2. Minor changes in the GPL comments cover letter addition: Need the 6 main driver patches for DM6446 VPBE v4l2 driver for build. Signed-off-by: Manjunath Hadli Acked-by: Muralid

[PATCH v14 1/2] davinci vpbe: platform specific additions

2011-01-14 Thread Manjunath Hadli
This patch implements the overall device creation for the Video display driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/devices.c | 11 +- arch/arm/mach-davinci/dm355.c |3 + arch/arm

[PATCH v14 2/2] davinci vpbe: board specific additions

2011-01-14 Thread Manjunath Hadli
This patch implements tables for display timings,outputs and other board related functionalities. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/board-dm644x-evm.c | 84 - 1 files changed, 69

[PATCH v15 0/3] davinci vpbe: dm6446 v4l2 driver

2011-01-17 Thread Manjunath Hadli
version15 : addressed Sergei and Shekhar's comments on: 1. Moving the ioremap of DAVINCI_SYSTEM_MODULE_BASE to common.c 2. Moving the DM644X #defines to Dm644x.c 3. Removed the initializer for field inversion parameter. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Ack

[PATCH v15 1/3] davinci vpbe: platform specific additions

2011-01-17 Thread Manjunath Hadli
This patch implements the overall device creation for the Video display driver, initializes the platform variables and implements platform functions including setting video clocks. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci

[PATCH v15 2/3] davinci vpbe: board specific additions

2011-01-17 Thread Manjunath Hadli
This patch implements tables for display timings,outputs and other board related functionalities. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/board-dm644x-evm.c | 84 - 1 files changed, 69

[PATCH v15 3/3] davinci vpbe: changes to common files

2011-01-17 Thread Manjunath Hadli
Implemented a common and single mapping for DAVINCI_SYSTEM_MODULE_BASE to be used by all davinci platforms. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/common.c|4 +++- arch/arm/mach-davinci/devices.c

[PATCH v16 0/3] davinci vpbe: dm6446 v4l2 driver

2011-01-18 Thread Manjunath Hadli
version16 : addressed Sergei's comments on: 1. Minor code change. 2. Interchanged the sequence of patches. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil Manjunath Hadli (3): davinci vpbe: changes to common files davinci vpbe: platform spe

[PATCH v16 1/3] davinci vpbe: changes to common files

2011-01-18 Thread Manjunath Hadli
Implemented a common and single mapping for DAVINCI_SYSTEM_MODULE_BASE to be used by all davinci platforms. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/common.c|4 +++- arch/arm/mach-davinci/devices.c

[PATCH v16 2/3] davinci vpbe: platform specific additions

2011-01-18 Thread Manjunath Hadli
This patch implements the overall device creation for the Video display driver, initializes the platform variables and implements platform functions including setting video clocks. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci

[PATCH v16 3/3] davinci vpbe: board specific additions

2011-01-18 Thread Manjunath Hadli
This patch implements tables for display timings,outputs and other board related functionalities. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- arch/arm/mach-davinci/board-dm644x-evm.c | 84 - 1 files changed, 69

[RFC] davinci: vpfe: mdia controller implementation for capture

2011-03-06 Thread Manjunath Hadli
Introduction This is the proposal of the initial version of design and implementation of the Davinci family (dm644x,dm355,dm365)VPFE (Video Port Front End) drivers using Media Controloler , the initial version which supports the following: 1) dm365 vpfe 2) ccdc,previewer,resizer,h3a,

[PATCH 1/7] davinci: move DM64XX_VDD3P3V_PWDN to devices.c

2011-03-14 Thread Manjunath Hadli
Move the definition of DM64XX_VDD3P3V_PWDN from hardware.h to devices.c since it is used only there. Signed-off-by: Manjunath Hadli --- arch/arm/mach-davinci/devices.c |1 + arch/arm/mach-davinci/include/mach/hardware.h |3 --- 2 files changed, 1 insertions(+), 3 deletions

[PATCH 2/7] davinci: eliminate use of IO_ADDRESS() on sysmod

2011-03-14 Thread Manjunath Hadli
each relevant SoC Signed-off-by: Manjunath Hadli --- arch/arm/mach-davinci/devices.c | 23 ++- arch/arm/mach-davinci/dm355.c |1 + arch/arm/mach-davinci/dm365.c |1 + arch/arm/mach-davinci/dm644x.c|1

[PATCH 3/7] davinci: dm644x: Replace register base value with a defined macro

2011-03-14 Thread Manjunath Hadli
Replace hard coded value of vpss register base to a define macro DM644X_VPSS_REG_BASE for proper readability Signed-off-by: Manjunath Hadli --- arch/arm/mach-davinci/dm644x.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-davinci/dm644x.c b/arch

[PATCH 4/7] davinci: dm644x: change vpfe capture structure variables for consistency

2011-03-14 Thread Manjunath Hadli
change the vpfe capture related configuration structure variables from to dm644xevm_ to make it consistent with the rest of the file. Signed-off-by: Manjunath Hadli --- arch/arm/mach-davinci/board-dm644x-evm.c | 24 arch/arm/mach-davinci/dm644x.c | 12

[PATCH 5/7] davinci: dm644x: move vpfe init from soc to board specific files

2011-03-14 Thread Manjunath Hadli
Move all vpfe platform device registrations to the board specific file like the rest of the devices, and have all of them together. This would remove the restriction of inclusion and registration of vpfe platform devices for non-vpfe boards. Signed-off-by: Manjunath Hadli --- arch/arm/mach

[PATCH 6/7] davinci: dm644x: add support for v4l2 video display

2011-03-14 Thread Manjunath Hadli
Create platform devices for various video modules like venc,osd, vpbe and v4l2 driver for dm644x. Signed-off-by: Manjunath Hadli --- arch/arm/mach-davinci/dm644x.c | 130 ++- arch/arm/mach-davinci/include/mach/dm644x.h |4 + 2 files changed, 131

[PATCH 7/7] davinci: dm644x EVM: add support for VPBE display

2011-03-14 Thread Manjunath Hadli
This patch adds support for V4L2 video display to DM6446 EVM. Support for SD and ED modes is provided, along with Composite and Component outputs. Signed-off-by: Manjunath Hadli --- arch/arm/mach-davinci/board-dm644x-evm.c| 108 ++- arch/arm/mach-davinci/dm644x.c

[PATCH v17 00/13] davinci vpbe: dm6446 v4l2 driver

2011-03-15 Thread Manjunath Hadli
field inversion parameter. 7. Changing the Field inversion #ifdef to platform based implementation. 8. Interchanged platform and board specific patches due to dependencies. Manjunath Hadli (13): davinci vpbe: V4L2 display driver for DM644X SoC davinci vpbe: VPBE display driver davinci

[PATCH v15 02/13] davinci vpbe: VPBE display driver

2011-03-15 Thread Manjunath Hadli
This patch implements the core functionality of the dislay driver, mainly controlling the VENC and other encoders, and acting as the one point interface for the main V4L2 driver. This implements the core of each of the V4L2 IOCTLs. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri

[PATCH v15 04/13] davinci vpbe: VENC( Video Encoder) implementation

2011-03-15 Thread Manjunath Hadli
the analog DACs. The venc block is implemented as a subdevice, allowing for additional external and internal encoders of other kind to plug-in. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_venc.c | 556

[PATCH v15 05/13] davinci vpbe: Build infrastructure for VPBE driver

2011-03-15 Thread Manjunath Hadli
This patch adds the build infra-structure for Davinci VPBE dislay driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/Kconfig | 22 ++ drivers/media/video/davinci/Makefile |2 ++ 2 files

[PATCH v17 07/13] davinci: move DM64XX_VDD3P3V_PWDN to devices.c

2011-03-15 Thread Manjunath Hadli
Move the definition of DM64XX_VDD3P3V_PWDN from hardware.h to devices.c since it is used only there. Signed-off-by: Manjunath Hadli --- arch/arm/mach-davinci/devices.c |1 + arch/arm/mach-davinci/include/mach/hardware.h |3 --- 2 files changed, 1 insertions(+), 3 deletions

[PATCH v15 03/13] davinci vpbe: OSD(On Screen Display) block

2011-03-15 Thread Manjunath Hadli
through the V4L2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_osd.c | 1216 +++ drivers/media/video/davinci/vpbe_osd_regs.h | 364 include/media/davinci/vpbe_osd.h

[PATCH v17 09/13] davinci: dm644x: Replace register base value with a defined macro

2011-03-15 Thread Manjunath Hadli
Replace hard coded value of vpss register base to a define macro DM644X_VPSS_REG_BASE for proper readability Signed-off-by: Manjunath Hadli --- arch/arm/mach-davinci/dm644x.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-davinci/dm644x.c b/arch

[PATCH v17 11/13] davinci: dm644x: move vpfe init from soc to board specific files

2011-03-15 Thread Manjunath Hadli
Move all vpfe platform device registrations to the board specific file like the rest of the devices, and have all of them together. This would remove the restriction of inclusion and registration of vpfe platform devices for non-vpfe boards. Signed-off-by: Manjunath Hadli --- arch/arm/mach

[PATCH v17 13/13] davinci: dm644x EVM: add support for VPBE display

2011-03-15 Thread Manjunath Hadli
This patch adds support for V4L2 video display to DM6446 EVM. Support for SD and ED modes is provided, along with Composite and Component outputs. Signed-off-by: Manjunath Hadli --- arch/arm/mach-davinci/board-dm644x-evm.c| 108 ++- arch/arm/mach-davinci/dm644x.c

[PATCH v17 12/13] davinci: dm644x: add support for v4l2 video display

2011-03-15 Thread Manjunath Hadli
Create platform devices for various video modules like venc,osd, vpbe and v4l2 driver for dm644x. Signed-off-by: Manjunath Hadli --- arch/arm/mach-davinci/dm644x.c | 130 ++- arch/arm/mach-davinci/include/mach/dm644x.h |4 + 2 files changed, 131

[PATCH v17 08/13] davinci: eliminate use of IO_ADDRESS() on sysmod

2011-03-15 Thread Manjunath Hadli
each relevant SoC. In this patch davinci_sysmodbase is used by davinci_setup_mmc but the later patches in the series use the same in different places using DAVINCI_SYSMODULE_VIRT.This patch lays the foundation for that. Signed-off-by: Manjunath Hadli --- arch/arm/mach-davinci/devices.c

[PATCH v15 06/13] davinci vpbe: Readme text for Dm6446 vpbe

2011-03-15 Thread Manjunath Hadli
Please refer to this file for detailed documentation of davinci vpbe v4l2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- Documentation/video4linux/README.davinci-vpbe | 93 + 1 files changed, 93 insertions(+), 0

[PATCH v17 10/13] davinci: dm644x: change vpfe capture structure variables for consistency

2011-03-15 Thread Manjunath Hadli
change the vpfe capture related configuration structure variables from to dm644xevm_ to make it consistent with the rest of the file. Signed-off-by: Manjunath Hadli --- arch/arm/mach-davinci/board-dm644x-evm.c | 24 arch/arm/mach-davinci/dm644x.c | 12

[PATCH v16 00/13] davinci vpbe: dm6446 v4l2 driver

2011-04-02 Thread Manjunath Hadli
inversion #ifdef to platform based implementation. 7. Interchanged platform and board specific patches due to dependencies. 8. Fixed sparse warnings. Manjunath Hadli (13): davinci vpbe: V4L2 display driver for DM644X SoC davinci vpbe: VPBE display driver davinci vpbe: OSD(On Screen Display

[PATCH v16 02/13] davinci vpbe: VPBE display driver

2011-04-02 Thread Manjunath Hadli
This patch implements the core functionality of the display driver, mainly controlling the VENC and other encoders, and acting as the one point interface for the main V4L2 driver. This implements the core of each of the V4L2 IOCTLs. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri

[PATCH v16 03/13] davinci vpbe: OSD(On Screen Display) block

2011-04-02 Thread Manjunath Hadli
through the V4L2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_osd.c | 1216 +++ drivers/media/video/davinci/vpbe_osd_regs.h | 364 include/media/davinci/vpbe_osd.h

[PATCH v16 04/13] davinci vpbe: VENC( Video Encoder) implementation

2011-04-02 Thread Manjunath Hadli
the analog DACs. The venc block is implemented as a subdevice, allowing for additional external and internal encoders of other kind to plug-in. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_venc.c | 556

[PATCH v16 05/13] davinci vpbe: Build infrastructure for VPBE driver

2011-04-02 Thread Manjunath Hadli
This patch adds the build infra-structure for Davinci VPBE dislay driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/Kconfig | 22 ++ drivers/media/video/davinci/Makefile |2 ++ 2 files

[PATCH v16 06/13] davinci vpbe: Readme text for Dm6446 vpbe

2011-04-02 Thread Manjunath Hadli
Please refer to this file for detailed documentation of davinci vpbe v4l2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- Documentation/video4linux/README.davinci-vpbe | 93 + 1 files changed, 93 insertions(+), 0

[PATCH v18 07/13] davinci: move DM64XX_VDD3P3V_PWDN to devices.c

2011-04-02 Thread Manjunath Hadli
Move the definition of DM64XX_VDD3P3V_PWDN from hardware.h to devices.c since it is used only there. Signed-off-by: Manjunath Hadli Acked-by: Sekhar Nori --- arch/arm/mach-davinci/devices.c |1 + arch/arm/mach-davinci/include/mach/hardware.h |3 --- 2 files changed, 1

[PATCH v18 10/13] davinci: dm644x: change vpfe capture structure variables for consistency

2011-04-02 Thread Manjunath Hadli
Add SoC and board prefixes to variable names so that it is consistent with the rest of the file. Signed-off-by: Manjunath Hadli Acked-by: Sekhar Nori --- arch/arm/mach-davinci/board-dm644x-evm.c | 24 arch/arm/mach-davinci/dm644x.c | 12 ++-- 2

[PATCH v18 11/13] davinci: dm644x: move vpfe init from soc to board specific files

2011-04-02 Thread Manjunath Hadli
Move all vpfe platform device registrations to the board specific file like the rest of the devices, and have all of them together. This would remove the restriction of inclusion and registration of vpfe platform devices for non-vpfe boards. Signed-off-by: Manjunath Hadli Acked-by: Sekhar Nori

[PATCH v18 08/13] davinci: eliminate use of IO_ADDRESS() on sysmod

2011-04-02 Thread Manjunath Hadli
each relevant SoC Signed-off-by: Manjunath Hadli Acked-by: Sekhar Nori --- arch/arm/mach-davinci/devices.c | 24 +++- arch/arm/mach-davinci/dm355.c |1 + arch/arm/mach-davinci/dm365.c |1 + arch/arm/mach-davinci/dm644x.c

[PATCH v18 12/13] davinci: dm644x: add support for v4l2 video display

2011-04-02 Thread Manjunath Hadli
minimal changes. Signed-off-by: Manjunath Hadli Acked-by: Sekhar Nori --- arch/arm/mach-davinci/board-dm644x-evm.c|2 +- arch/arm/mach-davinci/dm644x.c | 163 --- arch/arm/mach-davinci/include/mach/dm644x.h |6 +- 3 files changed, 153 insertions

[PATCH v18 09/13] davinci: dm644x: Replace register base value with a defined macro

2011-04-02 Thread Manjunath Hadli
Replace hard coded value of vpss register base to a define macro DM644X_VPSS_REG_BASE for proper readability Signed-off-by: Manjunath Hadli Acked-by: Sekhar Nori --- arch/arm/mach-davinci/dm644x.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach

[PATCH v18 13/13] davinci: dm644x EVM: add support for VPBE display

2011-04-02 Thread Manjunath Hadli
This patch adds support for V4L2 video display to DM6446 EVM. Support for SD and ED modes is provided, along with Composite and Component outputs.Also added vpbe_config as a parameter for dm644x_init_video to allow for registration of vpbe platform devices. Signed-off-by: Manjunath Hadli Acked

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

2011-05-20 Thread Manjunath Hadli
version17 : Fixed Laurent Pinchart's comments for: 1.ISR reorganization 2.probe function cleanup 3.try_format cleanup 4.Minor fixes s Hadli (6): davinci vpbe: V4L2 display driver for DM644X SoC davinci vpbe: VPBE display driver davinci vpbe: OSD(On Screen Display) block davinci vpb

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

2011-05-20 Thread Manjunath Hadli
This patch implements the core functionality of the display driver, mainly controlling the VENC and other encoders, and acting as the one point interface for the main V4L2 driver. This implements the core of each of the V4L2 IOCTLs. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri

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

2011-05-20 Thread Manjunath Hadli
through the V4L2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_osd.c | 1231 +++ drivers/media/video/davinci/vpbe_osd_regs.h | 364 include/media/davinci/vpbe_osd.h

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

2011-05-20 Thread Manjunath Hadli
the analog DACs. The venc block is implemented as a subdevice, allowing for additional external and internal encoders of other kind to plug-in. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_venc.c | 566

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

2011-05-20 Thread Manjunath Hadli
This patch adds the build infra-structure for Davinci VPBE dislay driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/Kconfig | 22 ++ drivers/media/video/davinci/Makefile |2 ++ 2 files

[PATCH v17 6/6] davinci vpbe: Readme text for Dm6446 vpbe

2011-05-20 Thread Manjunath Hadli
Please refer to this file for detailed documentation of davinci vpbe v4l2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- Documentation/video4linux/README.davinci-vpbe | 93 + 1 files changed, 93 insertions(+), 0

[PATCH 1/1] davinci: dm646x: move vpif related code to driver core header from platform

2011-05-20 Thread Manjunath Hadli
move vpif related code for capture and display drivers from dm646x platform header file to vpif.h as these definitions are related to driver code more than the platform or board. Signed-off-by: Manjunath Hadli --- arch/arm/mach-davinci/include/mach/dm646x.h | 53 +--- drivers

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

2011-05-24 Thread Manjunath Hadli
Fixed Sergei's comments for Kconfig dm644x dependencies Fixed Sekhar'c comment on indentation Manjunath Hadli (6): davinci vpbe: V4L2 display driver for DM644X SoC davinci vpbe: VPBE display driver davinci vpbe: OSD(On Screen Display) block davinci vpbe: VENC( Vid

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

2011-05-24 Thread Manjunath Hadli
This patch implements the core functionality of the display driver, mainly controlling the VENC and other encoders, and acting as the one point interface for the main V4L2 driver. This implements the core of each of the V4L2 IOCTLs. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri

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

2011-05-24 Thread Manjunath Hadli
through the V4L2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_osd.c | 1231 +++ drivers/media/video/davinci/vpbe_osd_regs.h | 364 include/media/davinci/vpbe_osd.h

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

2011-05-24 Thread Manjunath Hadli
the analog DACs. The venc block is implemented as a subdevice, allowing for additional external and internal encoders of other kind to plug-in. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_venc.c | 566

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

2011-05-24 Thread Manjunath Hadli
This patch adds the build infra-structure for Davinci VPBE dislay driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/Kconfig| 23 +++ drivers/media/video/davinci/Makefile |2

[PATCH v18 6/6] davinci vpbe: Readme text for Dm6446 vpbe

2011-05-24 Thread Manjunath Hadli
Please refer to this file for detailed documentation of davinci vpbe v4l2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- Documentation/video4linux/README.davinci-vpbe | 93 + 1 files changed, 93 insertions(+), 0

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

2011-05-25 Thread Manjunath Hadli
This patch adds the build infra-structure for Davinci VPBE dislay driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/Kconfig | 23 +++ drivers/media/video/davinci/Makefile |2 ++ 2 files

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

2011-05-25 Thread Manjunath Hadli
fixed a wrong file inclusion in one of the patches Manjunath Hadli (6): davinci vpbe: V4L2 display driver for DM644X SoC davinci vpbe: VPBE display driver davinci vpbe: OSD(On Screen Display) block davinci vpbe: VENC( Video Encoder) implementation davinci vpbe: Build infrastructure for

[PATCH v19 6/6] davinci vpbe: Readme text for Dm6446 vpbe

2011-05-25 Thread Manjunath Hadli
Please refer to this file for detailed documentation of davinci vpbe v4l2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- Documentation/video4linux/README.davinci-vpbe | 93 + 1 files changed, 93 insertions(+), 0

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

2011-05-25 Thread Manjunath Hadli
through the V4L2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_osd.c | 1231 +++ drivers/media/video/davinci/vpbe_osd_regs.h | 364 include/media/davinci/vpbe_osd.h

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

2011-05-25 Thread Manjunath Hadli
This patch implements the core functionality of the display driver, mainly controlling the VENC and other encoders, and acting as the one point interface for the main V4L2 driver. This implements the core of each of the V4L2 IOCTLs. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri

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

2011-05-25 Thread Manjunath Hadli
the analog DACs. The venc block is implemented as a subdevice, allowing for additional external and internal encoders of other kind to plug-in. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_venc.c | 566

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

2011-06-17 Thread Manjunath Hadli
fixed a wrong file inclusion in one of the patches Manjunath Hadli (6): davinci vpbe: V4L2 display driver for DM644X SoC davinci vpbe: VPBE display driver davinci vpbe: OSD(On Screen Display) block davinci vpbe: VENC( Video Encoder) implementation davinci vpbe: Build infrastructure for

[RESEND PATCH v19 6/6] davinci vpbe: Readme text for Dm6446 vpbe

2011-06-17 Thread Manjunath Hadli
Please refer to this file for detailed documentation of davinci vpbe v4l2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- Documentation/video4linux/README.davinci-vpbe | 93 + 1 files changed, 93 insertions(+), 0

[RESEND PATCH v19 5/6] davinci vpbe: Build infrastructure for VPBE driver

2011-06-17 Thread Manjunath Hadli
This patch adds the build infra-structure for Davinci VPBE dislay driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/Kconfig | 23 +++ drivers/media/video/davinci/Makefile |2 ++ 2 files

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

2011-06-17 Thread Manjunath Hadli
the analog DACs. The venc block is implemented as a subdevice, allowing for additional external and internal encoders of other kind to plug-in. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_venc.c | 566

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

2011-06-17 Thread Manjunath Hadli
This patch implements the core functionality of the display driver, mainly controlling the VENC and other encoders, and acting as the one point interface for the main V4L2 driver. This implements the core of each of the V4L2 IOCTLs. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri

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

2011-06-17 Thread Manjunath Hadli
through the V4L2 driver. Signed-off-by: Manjunath Hadli Acked-by: Muralidharan Karicheri Acked-by: Hans Verkuil --- drivers/media/video/davinci/vpbe_osd.c | 1231 +++ drivers/media/video/davinci/vpbe_osd_regs.h | 364 include/media/davinci/vpbe_osd.h

[ RFC PATCH 0/8] RFC for Media Controller capture driver for DM365

2011-06-30 Thread Manjunath Hadli
r Bayer to YUV conversion 6)Resizer Module for scaling Connection for on-the-fly capture - Mt9P031 -->CCDC--->Previewer(optional)--->Resizer(optional)--->Video | TVP7002 --- | TV514x --- Manjunath Hadli (3): davinci: v

[RFC PATCH 8/8] davinci: vpfe: build infrastructure for dm365

2011-06-30 Thread Manjunath Hadli
add build infrastructure for dm365 specific modules such as IPIPE, AEW, AF. Signed-off-by: Manjunath Hadli Signed-off-by: Nagabhushana Netagunte --- drivers/media/video/davinci/Kconfig | 46 - drivers/media/video/davinci/Makefile | 17 +++- 2 files

[RFC PATCH 1/8] davinci: vpfe: add dm3xx IPIPEIF hardware support module

2011-06-30 Thread Manjunath Hadli
add support for dm3xx IPIPEIF hardware setup. This is the lowest software layer for the dm3x vpfe driver which directly accesses hardware. Add support for features like default pixel correction, dark frame substraction and hardware setup. Signed-off-by: Manjunath Hadli Signed-off-by

[RFC PATCH 7/8] davinci: vpfe: v4l2 capture driver with media interface

2011-06-30 Thread Manjunath Hadli
device registration, media registration and platform driver registrations. It calls the appropriate subdevs from here to cerate the appropriate subdevices and media entities. Signed-off-by: Manjunath Hadli Signed-off-by: Nagabhushana Netagunte --- drivers/media/video/davinci/vpfe_capture.c | 793

[RFC PATCH 5/8] davinci: vpfe: add ccdc driver with media controller interface

2011-06-30 Thread Manjunath Hadli
From: Nagabhushana Netagunte Add the CCDC driver for davinci Dm3XX SoCs. The driver supports CCDC as a media entity with 2 pads - 1 input and 1 output. The driver implements streaming support and subdev interface. The ccdc supports bayer and YUV formats. Signed-off-by: Manjunath Hadli Signed

[RFC PATCH 6/8] davinci: vpfe: add v4l2 video driver support

2011-06-30 Thread Manjunath Hadli
and single shot modes.Also supports dv_presets to include HD modes, wth support for both user pointer IO and mmap. Signed-off-by: Manjunath Hadli Signed-off-by: Nagabhushana Netagunte --- drivers/media/video/davinci/vpfe_video.c | 1712 ++ include/media/davinci

[RFC PATCH 2/8] davinci: vpfe: add IPIPE hardware layer support

2011-06-30 Thread Manjunath Hadli
for various hardware filters, gamma, cfa and clock enable. Signed-off-by: Manjunath Hadli Signed-off-by: Nagabhushana Netagunte --- drivers/media/video/davinci/dm365_ipipe_hw.c | 1012 ++ drivers/media/video/davinci/dm365_ipipe_hw.h | 539 ++ 2 files changed

  1   2   3   >