Re: [RFC][PATCH] DSPBRIDGE: Video Playback Cache Optimization

2009-06-10 Thread Hiroshi DOYU
From: ext Ramirez Luna, Omar omar.rami...@ti.com Subject: RE: [RFC][PATCH] DSPBRIDGE: Video Playback Cache Optimization Date: Wed, 10 Jun 2009 01:18:29 +0200 Hi, [sending as plain text to l-o] Could you please comment on this patch. From: Sripal Bagadia baga...@ti.com Date: Tue, 9 Jun

Re: [alsa-devel] Please help in adding ams-delta support to ASoC

2009-06-10 Thread Peter Ujfalusi
On Tuesday 09 June 2009 18:17:42 ext Janusz Krzysztofik wrote: Peter Ujfalusi wrote: I'm kind of bad at visualizing things, is it possible to put somewhere the screenshoot of the scope showing at least one sample? Good idea. I'll take some screenshots for future reference and let you know

Re: [alsa-devel] Please help in adding ams-delta support to ASoC

2009-06-10 Thread Janusz Krzysztofik
Hi Peter, Wednesday 10 June 2009 10:12:32 Peter Ujfalusi napisał(a): On Tuesday 09 June 2009 18:17:42 ext Janusz Krzysztofik wrote: +static struct omap_mcbsp_reg_cfg mcbsp_regs = { + .spcr2 = FREE | XINTM(3) | XRST, + .spcr1 = RINTM(3) | RRST, + .rcr1 = RFRLEN1(2 - 1) |

Re: [alsa-devel] Please help in adding ams-delta support to ASoC

2009-06-10 Thread Peter Ujfalusi
On Wednesday 10 June 2009 13:27:38 ext Janusz Krzysztofik wrote: Not only this. AFAICS, there is no way of specifying single phase stereo (with XPHASE/RPHASE unset), 2 words per frame (XFRLEN1/RFRLEN1(2 - 1)). Isn't this required for correct DSP_A/DSP_B support? Sure it is possible:

Re: [alsa-devel] Please help in adding ams-delta support to ASoC

2009-06-10 Thread Janusz Krzysztofik
Peter Ujfalusi wrote: On Wednesday 10 June 2009 13:27:38 ext Janusz Krzysztofik wrote: Not only this. AFAICS, there is no way of specifying single phase stereo (with XPHASE/RPHASE unset), 2 words per frame (XFRLEN1/RFRLEN1(2 - 1)). Isn't this required for correct DSP_A/DSP_B support? Sure it

Re: MUSB Host problems

2009-06-10 Thread Gary Thomas
Pandita, Vikram wrote: -Original Message- From: Gary Thomas [mailto:g...@mlbassoc.com] Sent: Tuesday, June 09, 2009 1:28 PM To: Pandita, Vikram Cc: linux-omap@vger.kernel.org Subject: Re: MUSB Host problems Pandita, Vikram wrote: -Original Message- From:

Important changes, bunch of legacy code removed from linux-omap tree

2009-06-10 Thread Tony Lindgren
Hi all, I've pushed a big pile of patches that take us to sync with what's about to get merged to the mainline kernel. So we'll be using the mainline omap code that is already queued up to go in this merge window for 2.6.31. It's basically a backport of omap code that will be in 2.6.31 to 2.6.30.

Re: [alsa-devel] Please help in adding ams-delta support to ASoC

2009-06-10 Thread Janusz Krzysztofik
Janusz Krzysztofik wrote: Peter Ujfalusi wrote: I'm kind of bad at visualizing things, is it possible to put somewhere the screenshoot of the scope showing at least one sample? Good idea. I'll take some screenshots for future reference and let you know when available. Hi, Some screenshots

OMAP submissions for next merge window

2009-06-10 Thread Kevin Hilman
Russell, For this merge window, we submitted multiple changesets for OMAP which Tony then queued up in his for-next branch. In some offline discussions, you suggested for the next window we might try a slightly different approach. You expressed a preference for merging each series directly into

[PATCH] omapfb: Add support for MIPI-DCS compatible LCDs

2009-06-10 Thread Imre Deak
Fixed-by: Mike Wege ext-mike.w...@nokia.com Fixed-by: Arnaud Patard arnaud.pat...@rtp-net.org Fixed-by: Timo Savola tsav...@movial.fi Fixed-by: Hiroshi DOYU hiroshi.d...@nokia.com Fixed-by: Trilok Soni soni.tri...@gmail.com Signed-off-by: Imre Deak imre.d...@solidboot.com Signed-off-by: Juha

DSS2 TV settings

2009-06-10 Thread Gary Thomas
Tomi, I'm running your latest DSS2 tree and have some questions about the TV settings. The timings, as published, don't work all that well on our TV sets. When I display a frame buffer to the TV (using the recipe from the Documentation directory), some of the actual frame buffer does not show

Re: [alsa-devel] Please help in adding ams-delta support to ASoC

2009-06-10 Thread Janusz Krzysztofik
Wednesday 10 June 2009 12:53:42 Peter Ujfalusi napisał(a): On Wednesday 10 June 2009 13:27:38 ext Janusz Krzysztofik wrote: Just out of curiosity, can you try this one as well: --- a/sound/soc/omap/omap-mcbsp.c +++ b/sound/soc/omap/omap-mcbsp.c @@ -191,6 +191,7 @@ static int

[PATCH] IOMMU: function flush_iotlb_page is not flushing correct entry

2009-06-10 Thread Guzman Lugo, Fernando
Hi, The function flush_iotlb_page is not loading into the CAM register the entry to be removed, so it function removes the last entry loaded into the CAM register, so it is leaving a mapped address which maybe would not be validad. From 14aef69914856e4bc679bdacfaf48d9214f8dfc9 Mon Sep

OMAP3xxx hsmmc : MMC3 doesn't work, always times out?

2009-06-10 Thread Hugo Vincent
Hi everyone, I'm trying to get the MMC3 slot working on my OMAP3503 Gumstix Overo based board working. Compiling 2.6.29-omap1 with CONFIG_MMC=y CONFIG_MMC_DEBUG=y CONFIG_MMC_BLOCK=y CONFIG_MMC_BLOCK_BOUNCE=y and MMC polling enabled (mmc-caps |= MMC_CAP_NEEDS_POLL; in

RE: OMAP3xxx hsmmc : MMC3 doesn't work, always times out?

2009-06-10 Thread Pandita, Vikram
Hugo -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Hugo Vincent Sent: Wednesday, June 10, 2009 9:14 PM To: linux-omap; General mailing list for gumstix users. Subject: OMAP3xxx hsmmc : MMC3 doesn't work, always times out?

Re: OMAP3xxx hsmmc : MMC3 doesn't work, always times out?

2009-06-10 Thread Hugo Vincent
On Thu, Jun 11, 2009 at 2:39 PM, Pandita, Vikramvikram.pand...@ti.com wrote: Hugo -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Hugo Vincent Sent: Wednesday, June 10, 2009 9:14 PM To: linux-omap; General mailing list for