DSP hang when run DVSDK Demo in DM6446

2009-09-23 Thread Dasheng Li
Hi All: I running encode demo with dvsdk_demos_2_00_00_07 in dvsdk_2_00_00_22, But system no respond after capture and encode some frame, It seems the DSP hand after running with CE_DEBUG=2 Lots of error message come out after press Ctrl+C. Below is the detail: 1, run: loadmodules.sh CMEMK

RE: [PATCH v3 1/2] Input: Add DaVinci DM365 Keypad support

2009-09-23 Thread Nori, Sekhar
On Wed, Sep 23, 2009 at 09:16:27, Dmitry Torokhov wrote: On Tue, Sep 22, 2009 at 10:37:35AM -0700, Kevin Hilman wrote: Miguel Aguilar miguel.agui...@ridgerun.com writes: Sekhar, If you and Sneha agree I will write driver in terms of davinci instead of dm365. I add a vote

RE: DSP hang when run DVSDK Demo in DM6446

2009-09-23 Thread Uppal, Deepali
Hello, I do not know why the DSP is hanging. But I can give an explanation for the crash dump seen after CTRL C. DSPLink has a signal handler registered by default which clean up the DSPLink driver when process termination signals are sent to any process/thread which is using the driver on

RE: DSP hang when run DVSDK Demo in DM6446

2009-09-23 Thread Uppal, Deepali
Hi, But system no respond after capture and encode some frame, It seems the DSP hand after running with CE_DEBUG=2 Do you see a hang only when you run with CE_DEBUG=2? Thanks and Regards, Deepali Uppal DSP/BIOS Link Platform Support Products -Original Message- From: Jack

RE: DSP hang when run DVSDK Demo in DM6446

2009-09-23 Thread Jack
Hi: No! my meaning is after check the message when using CE_DEBUG=2, It seems the DSP hanging. Thanks. Jack -Original Message- From: Uppal, Deepali [mailto:deep...@ti.com] Sent: Wednesday, September 23, 2009 5:29 PM To: Jack; 'davinci-linux-open-source@linux.davincidsp.com' Subject:

RE: [PATCH v2] davinci: RMII support for DA850/OMAP-L138 EVM

2009-09-23 Thread Chaithrika U S
On Tue, Sep 22, 2009 at 18:35:12, Sergei Shtylyov wrote: Hello. Chaithrika U S wrote: DA850/OMAP-L138 EVM has a RMII Ethernet PHY on the UI daughter card. The PHY is enabled by proper programming of the IO Expander (TCA6416) ports. Also for RMII PHY to work, the MDIO clock of MII

RE: [PATCH v2] davinci: RMII support for DA850/OMAP-L138 EVM

2009-09-23 Thread Chaithrika U S
On Wed, Sep 23, 2009 at 02:10:13, Sergei Shtylyov wrote: Hello. Nori, Sekhar wrote: is enabled by proper programming of the IO Expander (TCA6416) ports. Also for RMII PHY to work, the MDIO clock of MII PHY has to be disabled since both the PHYs have the same address. This is done

RE: [PATCH v2] davinci: RMII support for DA850/OMAP-L138 EVM

2009-09-23 Thread Nori, Sekhar
On Wed, Sep 23, 2009 at 02:10:13, Sergei Shtylyov wrote: Hello. Nori, Sekhar wrote: is enabled by proper programming of the IO Expander (TCA6416) ports. Also for RMII PHY to work, the MDIO clock of MII PHY has to be disabled since both the PHYs have the same address. This is done

Dsplink Memory Leak Problem

2009-09-23 Thread Caglar Akyuz
Hi, I'm using dsplink 1.60 with latest git kernel. I noticed that dsplink leaks some kernel memory during starting/stopping of a dsp application. I know this is expected per [1] but this condition is hard to satisfy. Consider an application consisting of dsplink + codec engine + dmai +

Multiple sd devices on dm644x

2009-09-23 Thread arun thomas whitchurch
Hi, We are using a dm6446 based board with an sdio device and an sd slot on the sd/mmc bus. The driver seems to detect the sdio device but not any card plugged in to the sd slot. After we commented the call to check for sdio devices in the sd driver, the sd card was detected. The driver looks

RE: DSP hang when run DVSDK Demo in DM6446

2009-09-23 Thread Ring, Chris
When the DSP becomes unresponsive well after startup, like in this case, it's typically b/c some DSP side code has crashed. Is it always when encoding the 3rd frame (if I counted right)? Does it happen when encoding different scenes? Can you connect with CCS and see what the DSP is doing? If

Re: [PATCH 1/2] Input: DaVinci Keypad Driver

2009-09-23 Thread Miguel Aguilar
Dmitry, Dmitry Torokhov wrote: Hi Miguel, On Tue, Sep 22, 2009 at 03:27:30PM -0600, miguel.agui...@ridgerun.com wrote: From: Miguel Aguilar miguel.agui...@ridgerun.com Adds the driver for enabling keypad support for DaVinci platforms. DM365 is the only platform that uses this driver at the

Re: [PATCH v3 1/2] Input: Add DaVinci DM365 Keypad support

2009-09-23 Thread Miguel Aguilar
Sekhar, Nori, Sekhar wrote: On Wed, Sep 23, 2009 at 09:16:27, Dmitry Torokhov wrote: On Tue, Sep 22, 2009 at 10:37:35AM -0700, Kevin Hilman wrote: Miguel Aguilar miguel.agui...@ridgerun.com writes: Sekhar, If you and Sneha agree I will write driver in terms of davinci instead of dm365. I

RE: [PATCH v3 1/2] Input: Add DaVinci DM365 Keypad support

2009-09-23 Thread Nori, Sekhar
On Wed, Sep 23, 2009 at 20:28:19, Miguel Aguilar wrote: Sekhar, Nori, Sekhar wrote: On Wed, Sep 23, 2009 at 09:16:27, Dmitry Torokhov wrote: On Tue, Sep 22, 2009 at 10:37:35AM -0700, Kevin Hilman wrote: Miguel Aguilar miguel.agui...@ridgerun.com writes: Sekhar, If you and Sneha

Re: [alsa-devel] [PATCH 2/4] ASoC: DaVinci: Voice Codec Interface

2009-09-23 Thread Miguel Aguilar
Mark Brown wrote: On Tue, Sep 22, 2009 at 01:29:20PM -0600, miguel.agui...@ridgerun.com wrote: From: Miguel Aguilar miguel.agui...@ridgerun.com 1) Adds an interface needed by the voice codec CQ0093. It'd be better to mention the specific name of the interface here to help people find the

Re: [alsa-devel] [PATCH 2/4] ASoC: DaVinci: Voice Codec Interface

2009-09-23 Thread Miguel Aguilar
Mark Brown wrote: On Wed, Sep 23, 2009 at 09:18:42AM -0600, Miguel Aguilar wrote: Mark Brown wrote: On Tue, Sep 22, 2009 at 01:29:20PM -0600, miguel.agui...@ridgerun.com wrote: 2) Add an option to select internal or external codec in the DM365. Can you not do both simultaneously? This

Re: [PATCH 1/2] Input: DaVinci Keypad Driver

2009-09-23 Thread Miguel Aguilar
Dmitry, Dmitry Torokhov wrote: Hi Miguel, [Adding David to CC for the __devexit/__exit discussion] On Wed, Sep 23, 2009 at 08:52:40AM -0600, Miguel Aguilar wrote: Dmitry, Dmitry Torokhov wrote: Hi Miguel, On Tue, Sep 22, 2009 at 03:27:30PM -0600, miguel.agui...@ridgerun.com wrote: From:

Re: [PATCH 1/2] Input: DaVinci Keypad Driver

2009-09-23 Thread Miguel Aguilar
Miguel Aguilar wrote: Dmitry, Dmitry Torokhov wrote: Hi Miguel, [Adding David to CC for the __devexit/__exit discussion] On Wed, Sep 23, 2009 at 08:52:40AM -0600, Miguel Aguilar wrote: Dmitry, Dmitry Torokhov wrote: Hi Miguel, On Tue, Sep 22, 2009 at 03:27:30PM -0600,

Re: [PATCH 1/2] Input: DaVinci Keypad Driver

2009-09-23 Thread David Brownell
On Wednesday 23 September 2009, Dmitry Torokhov wrote: __devexit? [MA] According to comments from David Brownell to the first version of this patch the __exit should be used. - Use platform_driver_probe() and __exit/__exit_p();    there's no point in keeping that code around in    

Re: [PATCH 1/2] Input: DaVinci Keypad Driver

2009-09-23 Thread Miguel Aguilar
Dmitry Torokhov wrote: On Wed, Sep 23, 2009 at 11:25:59AM -0600, Miguel Aguilar wrote: Please kopy keymap into the davinci_kp stucture and use it so that platform data is never changed and can be declared const. Do you mean something like this? struct davinci_kp { ... const int

Re: [PATCH v2] davinci: RMII support for DA850/OMAP-L138 EVM

2009-09-23 Thread Sergei Shtylyov
Hello. Nori, Sekhar wrote: is enabled by proper programming of the IO Expander (TCA6416) ports. Also for RMII PHY to work, the MDIO clock of MII PHY has to be disabled since both the PHYs have the same address. This is done via the GPIO2[6] pin. This patch adds support for RMII PHY. This

Text in OSD window makes window little dark

2009-09-23 Thread kirthika varadarajan
Hi all, When i write some text on OSD window in DM6446 the Window becomes little darker. Is there any way to eliminate this. Regards Kiruthika ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

The recommendation of 256M DDR chips on DM355

2009-09-23 Thread Han Jun-peng
Hi ALL! We plan to use a 256M DDR chip to substitute the original 128M one.but I am not sure weather the chips searched by google apply to DM355 or not. So Is there anyone can recommend some chips to me? btw:Is there any difference between the chips when we use the DM355 on 270MHz or 216MHz?

RE: [PATCH v2] davinci: RMII support for DA850/OMAP-L138 EVM

2009-09-23 Thread Nori, Sekhar
On Thu, Sep 24, 2009 at 01:56:44, Sergei Shtylyov wrote: Hello. Nori, Sekhar wrote: is enabled by proper programming of the IO Expander (TCA6416) ports. Also for RMII PHY to work, the MDIO clock of MII PHY has to be disabled since both the PHYs have the same address. This is done