Re: Problem with UBIFS

2010-07-16 Thread rohan tabish
yup that is right i read it its great thanks --- On Thu, 15/7/10, Steve Chen sc...@mvista.com wrote: From: Steve Chen sc...@mvista.com Subject: Re: Problem with UBIFS To: rohan tabish rohan_ja...@yahoo.co.uk Cc: davinci-linux-open-source@linux.davincidsp.com Date: Thursday, 15 July, 2010, 17:57

DSP/BIOS

2010-07-16 Thread rohan tabish
Does Git kernel supports DSP/BIOS API from TI. Regard's RT ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

DSP/BIOS Link for GIT Kernel

2010-07-16 Thread rohan tabish
Is there any source for DSP/BIOS/Link for git kernel Regard's RT ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

RE: [PATCH] DaVinci: dm365: Added clockout2 management.

2010-07-16 Thread Nori, Sekhar
Hello Raffaele, When you submit an Nth version of a patch, can you please put a vN after PATH in the subject? That way it is easier for maintainer to find out the latest version of the patch. On Wed, Jul 14, 2010 at 19:51:09, Raffaele Recalcati wrote: From: Davide Bonfanti

[PATCH 3/3] ASoC: DaVinci: Voicecodec: Added support based on davinci-pcm-copyfromuser

2010-07-16 Thread Raffaele Recalcati
From: Davide Bonfanti davide.bonfa...@bticino.it The driver uses the pcm implementation without the use of DMA in order to support Voicecodec (cq93vc). Signed-off-by: Davide Bonfanti davide.bonfa...@bticino.it Signed-off-by: Raffaele Recalcati raffaele.recalc...@bticino.it ---

[PATCH 1/3] ASoC: soc-core: soc_pcm_ops dynamically allocated

2010-07-16 Thread Raffaele Recalcati
From: Davide Bonfanti davide.bonfa...@bticino.it If soc_pcm_ops is statically allocated, more than one call to soc_new_pcm cause operations overwrite. The problem is overcome usyng dynamic allocation. Signed-off-by: Davide Bonfanti davide.bonfa...@bticino.it Signed-off-by:

[PATCH 2/3] ASoC: DaVinci: Added support based on copy_from_user instead of DMA

2010-07-16 Thread Raffaele Recalcati
From: Davide Bonfanti davide.bonfa...@bticino.it This driver implements a pcm interface without the use of a DMA but with a copy_from_user. There's a buffer in the driver that is filled with davinci_pcm_copy. When pcm is running, a TIMER interrupt is activated in order to fill

Re: [PATCH 1/3] ASoC: soc-core: soc_pcm_ops dynamically allocated

2010-07-16 Thread Mark Brown
On Fri, Jul 16, 2010 at 04:46:57PM +0200, Raffaele Recalcati wrote: If soc_pcm_ops is statically allocated, more than one call to soc_new_pcm cause operations overwrite. The problem is overcome usyng dynamic allocation. As I said previously you're looking for Liam's

Re: [PATCH 1/3] ASoC: soc-core: soc_pcm_ops dynamically allocated

2010-07-16 Thread Raffaele Recalcati
2010/7/16 Mark Brown broo...@opensource.wolfsonmicro.com On Fri, Jul 16, 2010 at 04:46:57PM +0200, Raffaele Recalcati wrote: If soc_pcm_ops is statically allocated, more than one call to soc_new_pcm cause operations overwrite. The problem is overcome usyng dynamic allocation.

Re: [PATCH 1/3] ASoC: soc-core: soc_pcm_ops dynamically allocated

2010-07-16 Thread Mark Brown
On Fri, Jul 16, 2010 at 05:25:19PM +0200, Raffaele Recalcati wrote: For us it is better to have also more feedback from you about the other two patches. So the next patchset we'll submit shall be more complete. Sure - those are bigger and take longer to read, should get to them by the end of