Re: While Booting DM6446 hangs

2009-07-04 Thread omkar savagaonkar
Do U have previous log file? Compare and then decide.. --- On Sun, 5/7/09, kirthika varadarajan wrote: From: kirthika varadarajan Subject: While Booting DM6446 hangs To: "Davinci-linux-open-source@linux.davincidsp.com" Date: Sunday, 5 July, 2009, 9:36 AM Here with i am sending the debug mes

While Booting DM6446 hangs

2009-07-04 Thread kirthika varadarajan
Here with i am sending the debug messages which i get while booting Suddenly stops at Video capture. Am i missing something in make menuconfig. Previously it was working.. Uncompressing Linux. Linux version 2.6.10_mvl401-da

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

2009-07-04 Thread Troy Kisky
Fix underruns by using dma to copy 1st to sram in a ping/pong buffer style and then copying from the sram to the ASP. This also has the advantage of tolerating very long interrupt latency on dma completion. Signed-off-by: Troy Kisky --- sound/soc/davinci/davinci-pcm.c | 520

[PATCH V1 08/11] ASoc: DaVinci: i2s, Improve underrun, support mono

2009-07-04 Thread Troy Kisky
This patch will reduce the number of underruns by shifting out 32 bit values instead of 16 bit. It also adds mono support. Signed-off-by: Troy Kisky --- sound/soc/davinci/davinci-i2s.c | 124 +++ sound/soc/davinci/davinci-pcm.c | 31 +++--- sound/soc/da

[PATCH V1 07/11] ASoC: DaVinci: i2s, fix mcbsp_word_length update

2009-07-04 Thread Troy Kisky
Code previously just "ors" in this field without clearing first. Fix, by never reading this register. Signed-off-by: Troy Kisky --- sound/soc/davinci/davinci-i2s.c | 50 ++ 1 files changed, 29 insertions(+), 21 deletions(-) diff --git a/sound/soc/davinci/da

[PATCH V1 09/11] ASoC: DaVinci: i2s, add davinci_i2s_prepare and shutdown

2009-07-04 Thread Troy Kisky
If the codec is master then prepare should call mcbsp_start, not trigger. Signed-off-by: Troy Kisky --- sound/soc/davinci/davinci-i2s.c | 28 +++- 1 files changed, 27 insertions(+), 1 deletions(-) diff --git a/sound/soc/davinci/davinci-i2s.c b/sound/soc/davinci/davinci

davinci-i2c,pcm updates

2009-07-04 Thread Troy Kisky
This patch set is against git://git.alsa-project.org/alsa-kernel.git but the last patch in series won't compile until the sram allocator patch is available. ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http:/

[PATCH V1 03/11] ASoc: DaVinci: i2s, minor cleanup

2009-07-04 Thread Troy Kisky
Add davinci_mcbsp_dev as argument to davinci_mcbsp_start and davinci_mcbsp_stop. Signed-off-by: Troy Kisky --- sound/soc/davinci/davinci-i2s.c | 16 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sound/soc/davinci/davinci-i2s.c b/sound/soc/davinci/davinci-i2s.c

[PATCH V1 01/11] ASoC: DaVinci: i2s, remove MOD_REG_BIT macro

2009-07-04 Thread Troy Kisky
No functional changes. Rename variable w to something more meaningful. Remove code obfuscating macro MOD_REG_BIT. Signed-off-by: Troy Kisky --- sound/soc/davinci/davinci-i2s.c | 96 ++- 1 files changed, 44 insertions(+), 52 deletions(-) diff --git a/sound/s

[PATCH V1 02/11] ASoC: DaVinci: i2s toggle clock to complete reset

2009-07-04 Thread Troy Kisky
Add toggle_clock function to complete i2s reset earlier. Signed-off-by: Troy Kisky --- sound/soc/davinci/davinci-i2s.c | 31 +-- 1 files changed, 25 insertions(+), 6 deletions(-) diff --git a/sound/soc/davinci/davinci-i2s.c b/sound/soc/davinci/davinci-i2s.c index b

[PATCH V1 06/11] ASoC: DaVinci: i2s, minor cleanup of davinci_i2s_startup

2009-07-04 Thread Troy Kisky
Save a few lines of code. Signed-off-by: Troy Kisky --- sound/soc/davinci/davinci-i2s.c |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sound/soc/davinci/davinci-i2s.c b/sound/soc/davinci/davinci-i2s.c index 4260965..5b31b56 100644 --- a/sound/soc/davinci/davinci-

[PATCH V1 05/11] ASoC: DaVinci: i2s, only start sample generator if needed

2009-07-04 Thread Troy Kisky
Only start sample generator if needed, and more cleanup on davinci_mcbsp_start. Signed-off-by: Troy Kisky --- sound/soc/davinci/davinci-i2s.c | 32 ++-- 1 files changed, 14 insertions(+), 18 deletions(-) diff --git a/sound/soc/davinci/davinci-i2s.c b/sound/soc/davi

[PATCH V1 10/11] ASoC: DaVinci: i2s don't limit rates

2009-07-04 Thread Troy Kisky
If the codec is master, we support anything that the codec supports. Signed-off-by: Troy Kisky --- sound/soc/davinci/davinci-i2s.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/sound/soc/davinci/davinci-i2s.c b/sound/soc/davinci/davinci-i2s.c index f3e7bf8..f4b25ce 1

[PATCH V1 04/11] ASoC: DaVinci: i2s cleanup

2009-07-04 Thread Troy Kisky
Move variable declaration closer to use. Signed-off-by: Troy Kisky --- sound/soc/davinci/davinci-i2s.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/sound/soc/davinci/davinci-i2s.c b/sound/soc/davinci/davinci-i2s.c index f7d7e4c..73a0fd8 100644 --- a/sound/soc/davi

RE: Davinci-linux-open-source Digest, Vol 43, Issue 11

2009-07-04 Thread cai xiaodong
an > windla...@gmail.com > 2009-07-04 > -- next part -- > An HTML attachment was scrubbed... > URL: > http://linux.omap.com/pipermail/davinci-linux-open-source/attachments/20090704/4679ef85/attachment-0001.htm > >

Serial Boot Loading utility Issue

2009-07-04 Thread Onkar
Hi, I am trying to use serial boot loader utility and still not able to load kernel image in DDR. This DDR interface is separately tested. So I guess I am going somewhere wrong in using this utility. (I am working on DM646x custom board and trying to load linux in it) Steps I am following a