[PATCH v2.1] davinci_emac: fix kernel oops when changing MAC address while interface is down

2009-07-07 Thread Pablo Bitton
Check that network interface is running before changing its MAC address. Otherwise, rxch is accessed when it's NULL - causing a kernel oops. Moreover, check that the new MAC address is valid. Signed-off-by: Pablo Bitton pablo.bit...@gmail.com Signed-off-by: Chaithrika U S chaithr...@ti.com

Re: [PATCH v2.1] davinci_emac: fix kernel oops when changing MAC address while interface is down

2009-07-07 Thread Pablo Bitton
Hi, I've resubmitted this patch since my email client has corrupted the v2 patch, turning TAB characters into spaces. Hopefully, this won't happen again. On Tue, Jul 7, 2009 at 9:10 AM, Pablo Bittonpablo.bit...@gmail.com wrote: Check that network interface is running before changing its MAC

RE: [PATCH 1/2] davinci: Add cpufreq support

2009-07-07 Thread Nori, Sekhar
On Tue, Jul 07, 2009 at 00:34:23, David Brownell wrote: On Monday 06 July 2009, Sekhar Nori wrote: The patch implements cpufreq driver, support to change PLL output rate and recalculation of the rates of PLL derived clocks It seems to me this is missing some sanity checks. First, that the

RE: LSP 2.10 Previewer hung on preview task

2009-07-07 Thread Jadav, Brijesh R
Hi, Can you check whether H3A is enabled in the Kernel and CCDC output for H3A is enabled? As far as I remember, there was some issue with the H3A and previewer. When H3A is enabled, previewer stops giving interrupts. Can you check whether previewer interrupts are coming properly? You can

RE: DM6446: LSP1.30 NAND Driver Bug

2009-07-07 Thread Venkatachala Upadhya
Hi, I have seen this issue being discussed in this forum. The context was Davinci git. For using with MontaVista, I am not sure of this issue being discussed. If you search the posts from march to May, you will get more information. That should help you to sort this out. With best regards,

[PATCH]: v4l: DaVinci: DM646x: Updates to VPIF display driver

2009-07-07 Thread Chaithrika U S
Minor fixes like change in the names of the standards, remove inclusion of version.h in the header file. Signed-off-by: Chaithrika U S chaithr...@ti.com --- Applies to v4l-dvb repo drivers/media/video/davinci/vpif_display.c | 16 +--- drivers/media/video/davinci/vpif_display.h |

RE: LSP 2.10 Previewer hung on preview task

2009-07-07 Thread Ondrej Pindroch
Thaks this could be a problem. I have changed - wait_for_completion_interruptible((device-wfc)); + wait_for_completion_interruptible_timeout((device-wfc), ); But with any success it hung somewhere else. However I will check the H3A Print /proc/interupts is impossible, because when it

[PATCH v2] ARM: DaVinci: DM646x Video: Platform and board specific setup

2009-07-07 Thread Chaithrika U S
Platform specific display device setup for DM646x EVM Add platform device and resource structures. Also define a platform specific clock setup function that can be accessed by the driver to configure the clock and CPLD. Signed-off-by: Manjunath Hadli m...@ti.com Signed-off-by: Brijesh Jadav

RE: LSP 2.10 Previewer hung on preview task

2009-07-07 Thread Jadav, Brijesh R
Hi, You can check by doing telnet to the board and check the previewer interrupts if Linux kernel is not hung. Are you able to come out of the application by pressing Ctrl+c? If it is not coming out, something is getting corrupted. You may want to dump Previewer registers and check whether

[PATCH] davinci: dm646x: Add clock info and update mux setup for ATA

2009-07-07 Thread Hemant Pedanekar
This patch adds clock data for IDE and also updates pin mux mask for ATA so as to disable PCI when ATA is selected. Signed-off-by: Hemant Pedanekar hema...@ti.com --- arch/arm/mach-davinci/dm646x.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git

Debugging or using trace on evmDM6446

2009-07-07 Thread Sandeep YEDIRE
Hello there, I am currently working on my own algorithm on evmDM6446. I m able to create video server and want to debug on DSP 64XX. Can you please inform how to debug on DSP side and any info or link is really appreciated. Many Thanks, Sandeep.Yedire Yahoo! recommends that you

Re: [PATCH 2/2] davinci: Add support for DA850/OMAP-L138 EVM board

2009-07-07 Thread Kevin Hilman
Rajashekhara, Sudhakar sudhakar@ti.com writes: On Tue, Jul 07, 2009 at 00:02:00, Kevin Hilman wrote: Rajashekhara, Sudhakar sudhakar@ti.com writes: On Wed, Jul 01, 2009 at 23:24:21, Kevin Hilman wrote: Rajashekhara, Sudhakar sudhakar@ti.com writes: This patch also fixes

[PATCH] davinci: dm646x-evm: Add platform and resource data and cpld setup for IDE

2009-07-07 Thread Hemant Pedanekar
This patch depends on Add clock info and update mux setup for ATA patch submitted earlier. An I2C driver is added for controlling the CPLD register 0, which drives ATA_RSTn and ATA_PWD. Signed-off-by: Hemant Pedanekar hema...@ti.com --- arch/arm/mach-davinci/board-dm646x-evm.c | 102

Re: [PATCH] davinci: dm646x-evm: Add platform and resource data and cpld setup for IDE

2009-07-07 Thread Sergei Shtylyov
Hello. Hemant Pedanekar wrote: This patch depends on Add clock info and update mux setup for ATA patch submitted earlier. An I2C driver is added for controlling the CPLD register 0, which drives ATA_RSTn and ATA_PWD. Signed-off-by: Hemant Pedanekar hema...@ti.com [...] diff --git

Re: [PATCH 2/2] davinci: Add support for DA850/OMAP-L138 EVM board

2009-07-07 Thread Steve Chen
On Tue, 2009-07-07 at 07:36 -0700, Kevin Hilman wrote: Steve can you rename the board name in RMK's machine registry from davinci_da8xx_evm to davinci_da830_evm. Done, ___ Davinci-linux-open-source mailing list

Re: [PATCH 2/2] davinci: Add support for DA850/OMAP-L138 EVM board

2009-07-07 Thread Kevin Hilman
Steve Chen sc...@mvista.com writes: On Tue, 2009-07-07 at 07:36 -0700, Kevin Hilman wrote: Steve can you rename the board name in RMK's machine registry from davinci_da8xx_evm to davinci_da830_evm. Done, Hmm, the names changed, but the Kconfig macro didn't change:

Re: [PATCH 02/26] davinci: EDMA: restructure to support multiple channel controllers

2009-07-07 Thread Kevin Hilman
Russell King - ARM Linux li...@arm.linux.org.uk writes: On Mon, Jul 06, 2009 at 02:14:36PM -0700, Kevin Hilman wrote: From: Sudhakar Rajashekhara sudhakar@ti.com Define a structure to store EDMA channel controller based information. Use platform_device.id to find out the instance being

Re: [PATCH] davinci: dm646x-evm: Add platform and resource data and cpld setup for IDE

2009-07-07 Thread Kevin Hilman
Sergei Shtylyov sshtyl...@ru.mvista.com writes: Hello. Hemant Pedanekar wrote: This patch depends on Add clock info and update mux setup for ATA patch submitted earlier. An I2C driver is added for controlling the CPLD register 0, which drives ATA_RSTn and ATA_PWD. Signed-off-by: Hemant

Re: [alsa-devel] [PATCH V1 11/11] ASoC: DaVinci: pcm, fix underruns by using sram

2009-07-07 Thread Troy Kisky
Mark Brown wrote: battery life by setting up very big DMAs. On a similar vein is it worth considering making this feature entirely optional and/or falling back to non-SRAM if SRAM allocation fails? Yes Chris Ring also asked for that, and it is fairly easy to allocate another SDRAM buffer

Re: [alsa-devel] [PATCH V1 11/11] ASoC: DaVinci: pcm, fix underruns by using sram

2009-07-07 Thread Troy Kisky
Troy Kisky wrote: Mark Brown wrote: Even when using SDRAM, there is still another advantage to double buffering. That is tolerating very long interrupt latency on dma completion. The current code sets up the next periods dma transfer on dma completion. This could easily lead to underruns.

Re: [alsa-devel] [PATCH V1 11/11] ASoC: DaVinci: pcm, fix underruns by using sram

2009-07-07 Thread Troy Kisky
Troy Kisky wrote: Troy Kisky wrote: Mark Brown wrote: Even when using SDRAM, there is still another advantage to double buffering. That is tolerating very long interrupt latency on dma completion. The current code sets up the next periods dma transfer on dma completion. This could easily

RE: Debugging or using trace on evmDM6446

2009-07-07 Thread Ring, Chris
http://tiexpressdsp.com/index.php/Debugging_the_DSP_side_of_a_CE_application_on_DaVinci_using_CCS Chris From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Sandeep YEDIRE

Re: [PATCH 07/26] davinci: dm646x: Adds McASP clock

2009-07-07 Thread Troy Kisky
Mark Brown wrote: On Mon, Jul 06, 2009 at 02:50:44PM -0700, Kevin Hilman wrote: Mark Brown broo...@sirena.org.uk writes: I guess it's safe for me to go ahead and merge the ASoC changes that were waiting for this now, then? Yes, go ahead. IIRC it's runtime dependencies only so there

RE: Reg. two out buffers in encoding of DM6446

2009-07-07 Thread Tivy, Robert
You must have a bug somewhere with respect to your buffer pointers. The virtual addresses that CMEM is complaining about are not ones that would be returned by Memory_contigAlloc on a Linux system. However, CMEM_getPhys() (the user front end to the kernel support) is often used for more than

[PATCH] ASoC: DaVinci: pcm, don't play 1st sound period twice

2009-07-07 Thread Troy Kisky
Update the dma link with correct data as soon as the master channel has copied it. Otherwise, the 1st period will play twice. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- sound/soc/davinci/davinci-pcm.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [PATCH 07/26] davinci: dm646x: Adds McASP clock

2009-07-07 Thread Troy Kisky
Mark Brown wrote: On Mon, Jul 06, 2009 at 02:50:44PM -0700, Kevin Hilman wrote: Mark Brown broo...@sirena.org.uk writes: I guess it's safe for me to go ahead and merge the ASoC changes that were waiting for this now, then? Yes, go ahead. IIRC it's runtime dependencies only so there

Re: Debugging or using trace on evmDM6446

2009-07-07 Thread Sandeep YEDIRE
I am sorry, I do not have CCS v3.3 IDE.  Is it possible to debug without that on DSP core?   is there Any other alternate way to check data on DSP side ?  Many Thanks, Sandeep.Yedire From: Ring, Chris cr...@ti.com To: Sandeep YEDIRE sandee...@yahoo.co.in;

How to support to usb device on DM6446?

2009-07-07 Thread 黄守旺
Hello everybody ,because dm6446 only has one usb port,i can not connect usb 3G modem and usb wifi together. Can you tell me the low cost solution to let them work all? Usb hub ? local bus to usb host ?... Thansk for any advice. 2009-07-08 黄守旺 发件人: Sandeep YEDIRE 发送时间:

RE: How to support to usb device on DM6446?

2009-07-07 Thread Venkatachala Upadhya
Hi, You can connect a USB HUB and connect both the devices. We are using keyboard and the mouse in the same fashion. With best regards, Venkatachala Upadhya| Extn: 65395| -- From: davinci-linux-open-source-boun...@linux.davincidsp.com

RE: Debugging or using trace on evmDM6446

2009-07-07 Thread Ring, Chris
http://tiexpressdsp.com/index.php/CE_DEBUG Chris From: Sandeep YEDIRE [mailto:sandee...@yahoo.co.in] Sent: Tuesday, July 07, 2009 9:35 PM To: Ring, Chris; davinci-linux-open-source@linux.davincidsp.com Cc: bmi...@acmet.com Subject: Re: Debugging or using trace on