Re: OTG support for dm355 MUSB in 2.6.30rc?

2009-06-04 Thread Koen Kooi
On 04-06-09 00:54, Kevin Hilman wrote: David Brownelldavi...@pacbell.net writes: On Wednesday 03 June 2009, Kevin Hilman wrote: Dm355 does support OTG in the hardware. You would need to merge patches (that Dave had submitted earlier) on top of the tree to get this functionality. Can you

Re: where I can get the patch support for DM355 SDHC ?

2009-06-04 Thread Taco Alex
David Brownell wrote: On Wednesday 03 June 2009, e-eo wrote: I use DM355 EVM board, and it has two SD slot. The kernel version I am using is linux-2.6.1, and it just only support SD that less than 2 G. Now, my project need two SDs that support SDHC. where I can get the patch?

Re: about kernel 2.6.30 on DM355 EVM.

2009-06-04 Thread Taco Alex
Jeff wrote: All, I compiled the new kernel 2.6.30 and run it on DM355 EVM. When I booted EVM using 2.6.30 kernel, I can not get my nand flash work and I got error in the following. “davinci_nand davinci_nand.0: 4-bit ECC nyet supported davinci_nand: probe of davinci_nand.0 failed with

terminal question!

2009-06-04 Thread Serkan Erdogan
Hii all, Could you tell me the reason of that why i cant interrupt any command from teminal by pressing CTRL+C, CTRL+Z or CTRL+Q; when i login with nfs using reduced file system dm355 . For example if i give ping 192.168.2.11command, after the command stars i can't interrupt it so i must restart

Re: [PATCH 3/9] dm355 ccdc module for vpfe capture driver

2009-06-04 Thread Laurent Pinchart
Hi, On Tuesday 02 June 2009 02:12:41 Kevin Hilman wrote: Karicheri, Muralidharan m-kariche...@ti.com writes: Thanks for reviewing this. I have not gone through all of your comments, but would like to respond to the following one first. I will respond to the rest as I do the rework.

UART 3 read..

2009-06-04 Thread Mahalakshmi Gonuguntala
Hi, I am using Mistral (OMAP3530 EVM). We are using /dev/ttyS0 for console.. UART1/2 we have connected to the PC. I would like to send some data from other pc to UART3.. So can come one .. guide me .. how can i read the data which is coming at UART3 port.. How can i configure UART3.. to read

RE: [alsa-devel] [PATCH v3 5/6] ARM: DaVinci: ASoC: Add mcasp support for DM646x

2009-06-04 Thread chaithrika
On Wed, Jun 03, 2009 at 17:42:37, Mark Brown wrote: On Wed, Jun 03, 2009 at 04:33:51PM +0530, chaithrika wrote: Why is the McASP driver using platform data called 'evm_snd_patform_data'? This suggests that there's some abstraction problem with the separation between the machine and

Re: Status of the vlynq driver

2009-06-04 Thread Ottavio Campana
Kevin Hilman wrote: Ottavio Campanaottavio.camp...@dei.unipd.it writes: Hi, I'm trying to understand the status of the vlynq driver. Last time (01/15/2009) I saw a patch from Hugo Vileneuve, which was based on on a previous driver coming out from openwrt. At that time, Kevin Hilman said it

Re: terminal question!

2009-06-04 Thread Steve Chen
On Thu, 2009-06-04 at 11:59 +0300, Serkan Erdogan wrote: Hii all, Could you tell me the reason of that why i cant interrupt any command from teminal by pressing CTRL+C, CTRL+Z or CTRL+Q; when i login with nfs using reduced file system dm355 . For example if i give ping 192.168.2.11command,

DM365 : Device IDs of NANDs supported

2009-06-04 Thread 周宏家 Besta
Hi All I had a question about DM365 Nand flash support. In ..\ \flash_utils\DM36x\Common\src\device_nand.c //FOR DM365,referred DM365 ROM code const NAND_CHIP_InfoObj DEVICE_NAND_CHIP_infoTable[] = { …….. …….. { 0xD3, 8192, 64, 2048+64}, // 1 GB

RE: DM365 : Device IDs of NANDs supported

2009-06-04 Thread Paulraj, Sandeep
From: davinci-linux-open-source-bounces+s-paulraj=ti@linux.davincidsp.com [mailto:davinci-linux-open-source-bounces+s-paulraj=ti@linux.davincidsp.com] On Behalf Of Chou Max (??? Besta) Sent: Thursday, June 04, 2009 6:55 AM To:

Crashing on ARM side while codec engine is running.

2009-06-04 Thread Joshua Hintze
Lately I’ve been trying to track down a bug on some of my arm code running on the davinci.  As most programmers know there can be plenty of sigfaults. The problem is that the codec engine is running when I sigfault so it doesn’t get closed down properly. This means the next time I try to launch my

RE: Crashing on ARM side while codec engine is running.

2009-06-04 Thread Stephane St-Hilaire
I'm new to this mailing list and I'm not clear on how much this has been discussed before, but is there a way to recover from an application crash without having to reboot the system? I have this daemon that interfaces with the codec engine for the audio processing and even though I'd like to

RE: osd0 goes black after 5 minutes

2009-06-04 Thread BJ Opp
So am I really the only one in the world that's having this issue? -Original Message- From: davinci-linux-open-source-bounces+bj_opp=seektech@linux.davincidsp.com [mailto:davinci-linux-open-source-bounces+bj_opp=seektech@linux.davincidsp.com] On Behalf Of BJ Opp Sent:

RE: osd0 goes black after 5 minutes

2009-06-04 Thread Steve Chen
On Thu, 2009-06-04 at 13:11 -0700, BJ Opp wrote: So am I really the only one in the world that's having this issue? Not really. There was a very nice write up on the mailing list regarding this topic before. In summary, 5 minutes is when screen saver kicks in. Regards, Steve

RE: [PATCH 3/9] dm355 ccdc module for vpfe capture driver

2009-06-04 Thread Karicheri, Muralidharan
My first reaction to this is... no. I'm reluctant to have a bunch of driver specific hooks in the core davinci SoC specific code. I'd much rather see this stuff kept along with the driver in drivers/media/* and abstracted as necessary there. I agree with Kevin on this. arch/* is mostly

RE: Crashing on ARM side while codec engine is running.

2009-06-04 Thread Ring, Chris
Newer releases - especially of products with kernel mode components like Link and CMEM - handle cleanup after app crashes better. Which versions are you using, and which devices (DM644x? OMAP3?)? Unfortunately, sometimes crashes/reboots are unavoidable - e.g. if a DSP-side write from a DSP

Re: osd0 goes black after 5 minutes

2009-06-04 Thread BJ Opp
I agree that it was a fantastic writeup. Unfortunately, it doesn't solve my problem. That solves the problem of the console blanking (screen saver mode) when there is no input. The blanking I'm seeing happens even when there IS input happening on the console. Using setterm to turn off

Re: Status of the vlynq driver

2009-06-04 Thread Kevin Hilman
Ottavio Campana ottavio.camp...@dei.unipd.it writes: Kevin Hilman wrote: Ottavio Campanaottavio.camp...@dei.unipd.it writes: Hi, I'm trying to understand the status of the vlynq driver. Last time (01/15/2009) I saw a patch from Hugo Vileneuve, which was based on on a previous driver