Re: 720p on DM6446

2009-12-15 Thread Vladimir Pantelic
Stephane Cerveau wrote: Hi all, Does anyone ever use the DaVinci to display a UI in 720p (1280 x 720) with an HDMI transmitter? I encounter an issue, where I miss around 60 columns(overscan 40 pixel on left and 20 on the right) . I miss also 40 lines(30 up and 10 down). I would like to know

[PATCH] davinci: clock: Check CLK_PSC flag before disabling PSC

2009-12-15 Thread Chaithrika U S
Some modules do not have PSC to control their clocks. The 'lpsc' field in the clk structure is 0 for such clocks. In the clock disable function check for CLK PSC flag before disabling the PSC. If this is not taken care of then it may so happen that module controlled by LPSC 0 is erroneously

RE: [PATCH v2 0/4] i2c: davinci: Add power management features

2009-12-15 Thread Chaithrika U S
Hi All, Do you have any review comments/suggestions for this patch series? Regards, Chaithrika On Tue, Dec 08, 2009 at 15:43:34, Chaithrika U S wrote: Add suspend/resume and cpufreq features to DaVinci I2C driver All patches apply to Linus' kernel tree. Testing of these features was done on

Re: using i2c driver in a kernel driver

2009-12-15 Thread Caglar Akyuz
[Wrong e-mail address first time, sorry for that] On Tuesday 15 December 2009 09:47:22 Albert Burbea wrote: Hi everybody, Hi, I would like to know how can I use an I2C device inside a device driver. The problem is that I wish to leave the I2C available to other application on the platform,

Compiling DVSDK in scratchbox

2009-12-15 Thread Paul Stuart
Hi, I'd like to compile a project based off of the dm355 dvsdk sample code natively in scratchbox. The major stumbling block seems to be the xdctools; TI has only included x86 binaries with the package, as far as I can tell. Any ideas on whether the source for those are available? Are we

[PATCH - v3 4/4] DaVinci - vpfe-capture-converting ccdc drivers to platform driver

2009-12-15 Thread m-karicheri2
From: Muralidharan Karicheri m-kariche...@ti.com This combines the two patches sent earlier to change the clock configuration and converting ccdc drivers to platform drivers. This has updated comments against v2 of these patches. Two new clocks master and slave are defined for ccdc driver as per

[PATCH - v3 1/4] V4L - vpfe_capture - remove clock and ccdc resource handling

2009-12-15 Thread m-karicheri2
From: Muralidharan Karicheri m-kariche...@ti.com This combines the two patches sent earlier to change the clock configuration and converting ccdc drivers to platform drivers. This has updated comments against v1 of these patches. In this patch, the clock configuration is moved to ccdc driver

[PATCH - v3 3/4] V4L - vpfe capture - convert dm644x ccdc module to a platform driver

2009-12-15 Thread m-karicheri2
From: Muralidharan Karicheri m-kariche...@ti.com Updated based on Kevin's comments on clock configuration. The ccdc now uses a generic name for clocks. master and slave. On individual platforms these clocks will inherit from the platform specific clock. This will allow re-use of the driver for

[PATCH] DaVinci: DM365: Changing default queue for DM365.

2009-12-15 Thread s-paulraj
From: Sandeep Paulraj s-paul...@ti.com In DM365 Q0, Q1 and Q2 are used by codecs. LSP drivers should use Q3. This patch changes the default queue for DM365. Signed-off-by: Sandeep Paulraj s-paul...@ti.com --- arch/arm/mach-davinci/dm365.c |2 +- 1 files changed, 1 insertions(+), 1

Re: [PATCH 0/4 v11] Support for TVP7002 in DM365

2009-12-15 Thread Santiago Nunez-Corrales
Hi Hans, I know you'be been busy and in the road lately. Just checking if you had the chance to review this version of the code. Regards, Hans Verkuil wrote: On Tuesday 08 December 2009 01:44:43 Santiago Nunez-Corrales wrote: Hans, Hi. Have you had a chance to look at this version of

Re: Compiling DVSDK in scratchbox

2009-12-15 Thread Tripp Lilley
On Tue, Dec 15, 2009 at 10:49, Paul Stuart paul_stu...@seektech.com wrote:  I'd like to compile a project based off of the dm355 dvsdk sample code natively in scratchbox. The major stumbling block seems to be the   xdctools; TI has only included x86 binaries with the package, as far as I can

Re: [PATCH 3/4 v11] TVP7002 driver for DM365

2009-12-15 Thread Hans Verkuil
Hi Santiago, Some quick review comments: On Monday 30 November 2009 16:51:53 santiago.nu...@ridgerun.com wrote: From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides the implementation of the TVP7002 decoder driver for DM365. Implemented using the V4L2 DV presets

Re: [PATCH 2/4 v11] Definitions for TVP7002 in DM365

2009-12-15 Thread Hans Verkuil
On Monday 30 November 2009 16:51:38 santiago.nu...@ridgerun.com wrote: From: Santiago Nunez-Corrales santiago.nu...@ridgerun.com This patch provides the required definitions for the TVP7002 driver in DM365. Signed-off-by: Santiago Nunez-Corrales santiago.nu...@ridgerun.com ---

Re: [PATCH 0/4 v11] Support for TVP7002 in DM365

2009-12-15 Thread Hans Verkuil
On Tuesday 15 December 2009 20:24:19 Santiago Nunez-Corrales wrote: Hi Hans, I know you'be been busy and in the road lately. Just checking if you had the chance to review this version of the code. Done! Regards, Hans Regards, Hans Verkuil wrote: On Tuesday 08 December

Re: [PATCH - v1 4/6] V4L - vpfe_capture bug fix and enhancements

2009-12-15 Thread Hans Verkuil
On Thursday 10 December 2009 18:00:29 m-kariche...@ti.com wrote: From: Muralidharan Karicheri m-kariche...@ti.com Added a experimental IOCTL, to read the CCDC parameters. Default handler was not getting the original pointer from the core. So a wrapper function added to handle the default

Re: [PATCH - v1 4/6] V4L - vpfe_capture bug fix and enhancements

2009-12-15 Thread Hans Verkuil
Note that the other patches from this series are fine as far as I am concerned. One general note: I always have difficulties with constructions like this: + val = (bc-horz.win_count_calc + ISIF_HORZ_BC_WIN_COUNT_MASK) | +

Where is dm350mmap_reply_mutex defined?

2009-12-15 Thread Paul Stuart
Hi, Can't rebuild the DVSDK's dm350mmap.ko because dm350mmap_reply_mutex is undefined. (dm350mmap.ko seems to ship with the DVSDK precompiled) Can't find it (dm350mmap_reply_mutex) in the DVSDK sources, git, arago, or montavista kernels. Any leads? Thanks! Paul

RE: [PATCH - v1 4/6] V4L - vpfe_capture bug fix and enhancements

2009-12-15 Thread Karicheri, Muralidharan
Hans, I remember there was a comment against an earlier patch that asks for combining such statements since it makes the function appear as big. Not sure who had made that comment. That is the reason you find code like this in this patch. It was initially done with multiple OR statements to

USB MAssage Storage drivers

2009-12-15 Thread Gopala Gottumukkala
My target is not recognizing the USB massage storage. I am working the 2.6.32 Davinci kernel Any suggestion and ideas. - gg ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

RE: Where is dm350mmap_reply_mutex defined?

2009-12-15 Thread Tivy, Robert
Perhaps you missed an earlier build error related to it. My (old) copy of dm350mmap.c has: static DECLARE_MUTEX_LOCKED (dm350mmap_reply_mutex); You can know that it *should* be defined in dm350mmap.c because it's got the dm350mmap perfix. Regards, - Rob -Original Message- From:

RE: Where is dm350mmap_reply_mutex defined?

2009-12-15 Thread Saran, Sajesh Kumar
You might want to patch the file with http://arago-project.org/git/people/?p=sajesh/arago-dvsdk-integration.git;a=blob;f=recipes/ti/files/dm355mm.patch;h=6ee6064f5afc56c914a88722a4678a7d699a3ca2;hb=e7d033861d6e89703525a501f619c132cde4a15c Regards, Sajesh -Original Message- From:

Help:

2009-12-15 Thread chandra shekar reddy
Hi All, I am profiling the my multithreaded appicaltion.I am using gprof tool for that.When I run my application I am getting the fallowing error log.. To generate gmon.out file I set --pg option, while cross compiling the code Its not generating gmon.out file.When I try with simple

Re: USB MAssage Storage drivers

2009-12-15 Thread Philby John
On Tue, 2009-12-15 at 18:46 -0500, Gopala Gottumukkala wrote: My target is not recognizing the USB massage storage. I am working the 2.6.32 Davinci kernel Any suggestion and ideas. ahah, this information isn't enough. Your Vendor/Product ID for this device is compared in a lookup a table. If

Re: [PATCH - v1 4/6] V4L - vpfe_capture bug fix and enhancements

2009-12-15 Thread Hans Verkuil
On Wednesday 16 December 2009 00:37:52 Karicheri, Muralidharan wrote: Hans, I remember there was a comment against an earlier patch that asks for combining such statements since it makes the function appear as big. Not sure who had made that comment. That is the reason you find code like