Re: Start-up boot problems

2009-06-17 Thread Tobias Knutsson
You should also check that there is no mismatch between kernel and userspace ABI. For example if your userspace (busybox i presume) is compiled with a EABI compiler, CONFIG_AEABI should be set. It could also be the other way around, old userspace with EABI-enabled kernel. In that case i think you c

LKCD for Davinci

2009-06-17 Thread arun thomas whitchurch
Hi, Has anyone used the Linux Kernel Crash Dump utility on the dm6446. I downloaded the patch for the 2.6.10 kernel from ' http://sourceforge.net/project/showfiles.php?group_id=2726&package_id=108740' and applied it to my kernel and tried to follow the instructions given, but it seems to be missing

[PATCH] adding support for setting bus parameters in sub device

2009-06-17 Thread m-karicheri2
From: Muralidharan Karicheri This patch adds support for setting bus parameters such as bus type (Raw Bayer or Raw YUV image data bus), bus width (example 10 bit raw image data bus, 10 bit BT.656 etc.), and polarities (vsync, hsync, field etc) in sub device. This allows bridge driver to configure

[PATCH - V3] TVP514x: Migration to sub-device framework

2009-06-17 Thread m-karicheri2
From: Muralidharan Karicheri This patch converts TVP514x driver to sub-device framework from V4L2-int framework. NOTE: Please note that this patch was tested on DM355 and DM6446 and not tested on OMAP platform Changes from v2 based on review comments (Taken over this work from Vaibhav)

[PATCH 9/11 - v3] common vpss module for video drivers

2009-06-17 Thread m-karicheri2
From: Muralidharan Karicheri common voss module for video drivers This is a new module added for vpss library functions that are used for configuring vpss system module. All video drivers will include vpss.h header file and call functions defined in this module to configure vpss system module.

[PATCH 6/11 - v3] Makefile and config files for vpfe capture driver

2009-06-17 Thread m-karicheri2
From: Muralidharan Karicheri Makefile and config files for the driver This adds Makefile and Kconfig changes to build vpfe capture driver. No change in this version Reviewed by: Hans Verkuil Reviewed by: Laurent Pinchart Signed-off-by: Muralidharan Karicheri --- Applies to v4l-dvb reposito

[PATCH 2/11 - v3] ccdc hw device header file for vpfe capture

2009-06-17 Thread m-karicheri2
From: Muralidharan Karicheri CCDC hw device header file Adds ccdc hw device header for vpfe capture driver No change from last version Reviewed by: Hans Verkuil Reviewed by: Laurent Pinchart Signed-off-by: Muralidharan Karicheri --- Applies to v4l-dvb repository drivers/media/video/davin

[PATCH 11/11 - v3] Makefile and config file changes for davinci git tree

2009-06-17 Thread m-karicheri2
From: Muralidharan Karicheri Makefile and config files for vpfe capture driver that applies to DaVinci GIT tree only. This is added to help in applying this patch to DaVinci GIT tree since the tree has some obsolete davinci drivers that is being removed by this patch. These files are not availabl

[PATCH 3/11 - v3] dm355 ccdc module for vpfe capture driver

2009-06-17 Thread m-karicheri2
From: Muralidharan Karicheri DM355 CCDC hw module Adds ccdc hw module for DM355 CCDC. This registers with the bridge driver a set of hw_ops for configuring the CCDC for a specific decoder device connected to vpfe. The module description and owner information added Reviewed by: Hans Verkuil Re

[PATCH 5/11 - v3] ccdc types used across ccdc modules for vpfe capture driver

2009-06-17 Thread m-karicheri2
From: Muralidharan Karicheri common types used across CCDC modules No change from last version Reviewed by: Hans Verkuil Reviewed by: Laurent Pinchart Signed-off-by: Muralidharan Karicheri --- Applies to v4l-dvb repository include/media/davinci/ccdc_types.h | 43

[PATCH 7/11 - v3] DM355 platform changes for vpfe capture driver

2009-06-17 Thread m-karicheri2
From: Muralidharan Karicheri DM355 platform and board setup This has platform and board setup changes to support vpfe capture driver for DM355 EVMs. summary of changes 1) replaced v4l2_routing structure with vpfe structure for route 2) ccdc bus parameter settings added 3

[PATCH 8/11 - v3] DM6446 platform changes for vpfe capture driver

2009-06-17 Thread m-karicheri2
From: Muralidharan Karicheri DM644x platform and board setup This adds plarform and board setup changes required to support vpfe capture driver on DM644x summary of changes:- 1) replaced v4l2_routing structure with vpfe structure 2) input names changed to Composite and S-Video

[PATCH 0/11 - v3] ARM: DaVinci: Video: DM355/DM6446 VPFE Capture driver

2009-06-17 Thread m-karicheri2
From: Muralidharan Karicheri Big Thanks to all reviewers who have contributed to this driver by reviewing and offering valuable comments. VPFE Capture driver for DaVinci Media SOCs :- DM355 and DM6446 This is the version v3 of the patch series. This is the reworked version of the driver based o

[PATCH 4/11 - v3] dm644x ccdc module for vpfe capture driver

2009-06-17 Thread m-karicheri2
From: Muralidharan Karicheri DM644x CCDC hw module This is the hw module for DM644x CCDC. This registers with the vpfe capture driver and provides a set of hw_ops to configure CCDC for a specific decoder device connected to the VPFE Module description, GPL and owner information MACROs added at

kernel NULL in fs_may_remount_ro with a 2.6.28 kernel

2009-06-17 Thread Craig Matsuura
We have recently moved to the 2.6.28 kernel on the DM64xx, While on a jffs2 rootfs read-only I can remount the file system r/w copy a large file to the file system and remount it r/o and get the following kernel oops. Is there anything with alignment or building with a gcc 4.3.2 toolchain that

Re: [RFC PATCH] adding support for setting bus parameters in sub device

2009-06-17 Thread Hans Verkuil
On Wednesday 17 June 2009 17:43:42 m-kariche...@ti.com wrote: > From: Muralidharan Karicheri > > This patch adds support for setting bus parameters such as bus type > (Raw Bayer or Raw YUV image data bus), bus width (example 10 bit raw > image data bus, 10 bit BT.656 etc.), and polarities (vsync,

Re: [PATCH 1/10 - v2] vpfe capture bridge driver for DM355 and DM6446

2009-06-17 Thread Hans Verkuil
On Wednesday 17 June 2009 17:02:01 Karicheri, Muralidharan wrote: > >> > > > >Can you post your latest proposal for the s_bus op? > > > >I propose a few changes: the name of the struct should be something like > >v4l2_bus_settings, the master/slave bit should be renamed to something > >like 'host_

RE: [RFC PATCH] adding support for setting bus parameters in sub device

2009-06-17 Thread Karicheri, Muralidharan
Hans, Let me know if this has all changes that you are expecting. This is just for review. I will send the final one against the latest v4l-dvb kernel tree. Murali Karicheri Software Design Engineer Texas Instruments Inc. Germantown, MD 20874 email: m-kariche...@ti.com >-Original Message---

[RFC PATCH] adding support for setting bus parameters in sub device

2009-06-17 Thread m-karicheri2
From: Muralidharan Karicheri This patch adds support for setting bus parameters such as bus type (Raw Bayer or Raw YUV image data bus), bus width (example 10 bit raw image data bus, 10 bit BT.656 etc.), and polarities (vsync, hsync, field etc) in sub device. This allows bridge driver to configure

RE: [PATCH 1/10 - v2] vpfe capture bridge driver for DM355 and DM6446

2009-06-17 Thread Karicheri, Muralidharan
>> >> > >Can you post your latest proposal for the s_bus op? > >I propose a few changes: the name of the struct should be something like >v4l2_bus_settings, the master/slave bit should be renamed to something >like 'host_is_master', and we should have two widths: subdev_width and >host_width. > >T

[Resend] [PATCH] Frame Buffer driver for DA8XX

2009-06-17 Thread Rajashekhara, Sudhakar
Reseding the same patch with additional Signed-off information. Adds LCD controller (LCDC) driver for TI's DA8xx/OMAP-L1xx architecture. LCDC specifications can be found at http://www.ti.com/litv/pdf/sprufm0a. LCDC on DA8xx consists of two independent controllers, the Raster Controller and the LC

[PATCH] Frame Buffer driver for DA8XX

2009-06-17 Thread Rajashekhara, Sudhakar
Adds LCD controller (LCDC) driver for TI's DA8xx/OMAP-L1xx architecture. LCDC specifications can be found at http://www.ti.com/litv/pdf/sprufm0a. LCDC on DA8xx consists of two independent controllers, the Raster Controller and the LCD Interface Display Driver (LIDD) controller. LIDD further suppor

[PATCH] TI DaVinci EMAC : Fix rmmod error

2009-06-17 Thread Chaithrika U S
clk_disable was called twice in the remove function. Correct this so that the driver module unloads without error. Signed-off-by: Chaithrika U S --- Applies to Linus' kernel tree drivers/net/davinci_emac.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/net/davi

RE: Re: DM6467 - Encoding in 1080i with DMAI

2009-06-17 Thread Robert Chen
We figured out the issue (turned out to be a buffer management issue). -Robert -Original Message- From: Robert Chen Sent: Tuesday, June 16, 2009 6:34 AM To: 'davinci-linux-open-source@linux.davincidsp.com' Subject: Re: DM6467 - Encoding in 1080i with DMAI This is a follow-up to