Re: Please help in adding ams-delta support to ASoC

2009-06-02 Thread Peter Ujfalusi
On Monday 01 June 2009 21:04:13 ext Jarkko Nikula wrote: On Mon, 01 Jun 2009 14:41:59 +0200 Janusz Krzysztofik jkrzy...@tis.icnet.pl wrote: The original patch ported to linux-omap-2.6.27, the last omap release with omap-alsa support, gives me a working sound driver on ams-delta. Ok, good

Re: Please help in adding ams-delta support to ASoC

2009-06-02 Thread Jarkko Nikula
On Mon, 1 Jun 2009 21:04:13 +0300 Jarkko Nikula jhnik...@gmail.com wrote: What I see at quick look from the older implementation that it is doing somewhat similar way the DMA transfer and workaround for 1510 than current ASoC except that now the DMA parameters are not reprogrammed between the

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

2009-06-02 Thread Janusz Krzysztofik
Hi Mark, Wednesday 27 May 2009 12:47:11 Mark Brown wrote: On Tue, May 26, 2009 at 03:17:23PM +0200, Janusz Krzysztofik wrote: +static int cx20442_soc_probe(struct platform_device *pdev) +{ + struct snd_soc_device *socdev = platform_get_drvdata(pdev); + struct snd_soc_codec *codec;

Re: DSS2: How to test TV and LCD output simulatenously

2009-06-02 Thread Tomi Valkeinen
Hi, On Tue, 2009-06-02 at 06:22 +0200, ext halli manjunatha wrote: Hi subbu, first boot the board including omapfb.vram=1:2Min boootargs and follow the below steps it will enable both just try it it should work You don't need to use the module parameters for that. You can allocate

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

2009-06-02 Thread Mark Brown
On Tue, Jun 02, 2009 at 09:24:39AM +0200, Janusz Krzysztofik wrote: I have choosen to register the codec device with platform_device_register_simple(cx20442-codec, ...) invoked form asoc machine driver, is this ok? Normally the platform device would be registered by the machine file under

Re: *SPAM* Re: Please help in adding ams-delta support to ASoC

2009-06-02 Thread Janusz Krzysztofik
Hi Jarkko, Jarkko Nikula wrote: Is the older implementation working at commit d8376cc482b241701f7606c81ad578b90853e175 in linux-omap, i.e. last commit before their removal? I have managed to check with that revision this morning and yes, the driver is working. I'll try you other

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

2009-06-02 Thread Janusz Krzysztofik
Hi Peter, Peter Ujfalusi wrote: On Wednesday 27 May 2009 16:07:23 ext Janusz Krzysztofik wrote: static struct omap_mcbsp_reg_cfg mcbsp_regs = { .spcr2 = FREE | XRST | GRST | XINTM(3) | FRST, .spcr1 = RINTM(3) | RRST, .rcr2 = RPHASE | RWDLEN2(OMAP_MCBSP_WORD_16) |

Re: DSS2: How to test TV and LCD output simulatenously

2009-06-02 Thread Gary Thomas
Venkatesh, Subbu wrote: Hi, I have DSS2 ported on LDP board, I could manage to get output display on TV and LCD interface individually, also tested some of the features like Rotation and Mirroring, they worked with out any problem. What does DSS2 ported on LDP board mean? What source

Re: DSS2: How to test TV and LCD output simulatenously

2009-06-02 Thread Tomi Valkeinen
Hi, On Tue, 2009-06-02 at 13:52 +0200, ext Gary Thomas wrote: Venkatesh, Subbu wrote: Hi, I have DSS2 ported on LDP board, I could manage to get output display on TV and LCD interface individually, also tested some of the features like Rotation and Mirroring, they worked with out any

RE: DSS2: How to test TV and LCD output simulatenously

2009-06-02 Thread Venkatesh, Subbu
Newbie question, could someone tell me why am I suppose to enable overlay0, when I am using only GFX. I guess overlay managers of LCD and TV should take care of displaying it from any pipelines... Regards, Subbu From: Tomi Valkeinen

RE: DSS2: How to test TV and LCD output simulatenously

2009-06-02 Thread Venkatesh, Subbu
Hi Gary, LDP is a development board, I have to work on LDP panel driver and BSP code to support new DSS2, It is ported on linux-omap tree. I am still working on testing the features. For camera I might move into V4l2, but I cannot confirm this, I am still working on testing the Framebuffer

Re: Please help in adding ams-delta support to ASoC

2009-06-02 Thread Janusz Krzysztofik
Hi Jarkko, Jarkko Nikula wrote: On Mon, 1 Jun 2009 21:04:13 +0300 Jarkko Nikula jhnik...@gmail.com wrote: Hmm, I forgot one major difference. Older implementation was transferring the buffer by transferring periods by own DMA transfers while ASoC implementation is transferring the whole buffer

Re: [PATCH] OMAP2/3 Avoid GPIO pending irq status been set after irq_disable

2009-06-02 Thread Kevin Hilman
Wang Sawsd-A24013 cqw...@motorola.com writes: Resend because of the content format issues in last mail---sorry for inconvenience. This version is line-wrapped and otherwise confusing as well so does not apply cleanly. Could you try using 'git format-patch' to generate your patch? It looks

Re: DSS2: How to test TV and LCD output simulatenously

2009-06-02 Thread Gary Thomas
Venkatesh, Subbu wrote: Hi Gary, LDP is a development board, I have to work on LDP panel driver and BSP code to support new DSS2, It is ported on linux-omap tree. I am still working on testing the features. For camera I might move into V4l2, but I cannot confirm this, I am still working on

RE: DSS2: How to test TV and LCD output simulatenously

2009-06-02 Thread Venkatesh, Subbu
Hello Gary, I have already emailed the patch, here is the link.. http://patchwork.kernel.org/patch/24196/ Regards, Subbu From: Gary Thomas [g...@mlbassoc.com] Sent: Tuesday, June 02, 2009 10:38 AM To: Venkatesh, Subbu Cc: linux-omap@vger.kernel.org; Shah,

Re: DSS2: How to test TV and LCD output simulatenously

2009-06-02 Thread Gary Thomas
Venkatesh, Subbu wrote: Hello Gary, I have already emailed the patch, here is the link.. http://patchwork.kernel.org/patch/24196/ Thanks, I'll give it a try. From: Gary Thomas [g...@mlbassoc.com] Sent: Tuesday, June 02, 2009 10:38 AM To:

RE: [PATCH] OMAP2/3 Avoid GPIO pending irq status been set after irq_disable

2009-06-02 Thread Wang Sawsd-A24013
Wang Sawsd-A24013 cqw...@motorola.com writes: Resend because of the content format issues in last mail---sorry for inconvenience. This version is line-wrapped and otherwise confusing as well so does not apply cleanly. Could you try using 'git format-patch' to generate your patch? It

Re: Please help in adding ams-delta support to ASoC

2009-06-02 Thread Jarkko Nikula
On Tue, 02 Jun 2009 15:35:10 +0200 Janusz Krzysztofik jkrzy...@tis.icnet.pl wrote: I am not sure if this is of any importance, but with the old working code, playing /dev/urandom to /dev/dsp I get only 3-4 DMA interrupts per second, while doing the same on a x86_64 via82cxxx results in 40-50

Re: [PATCH] OMAP3 Overo: add EXPORT_SYMBOLs for Overo ASoC audio to be built as a module.

2009-06-02 Thread Tony Lindgren
* Hugo Vincent hugo.vinc...@gmail.com [090601 18:03]: I'm pretty new to kernel development, so I don't know any potential problems with doing this, but without this, audio/ASoC support must be built into the kernel (modpost fails when trying to build as modules), whereas with this patch, it

[APPLIED] [PATCH] ARM:OMAP: Enable MADC on Overo

2009-06-02 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Initial commit ID (Likely to change): e0d36db80568c16474d6f6f6cd142ac505506b51 PatchWorks http://patchwork.kernel.org/patch/27051/ Git (Likely to change, and takes a while to get mirrored)

Re: PM branch updates

2009-06-02 Thread Sergey Chemishkian
Hi Kevin, I am very interested in PM patches that work on Overo, and my company can loan you an Overo Air module + Summit motherboard, if it helps. Note: this will be a loan, not a donation. Let me know if this works for you, and what is your shipping address. I have to work out details

Re: [APPLIED] [PATCH] ARM:OMAP: Enable MADC on Overo

2009-06-02 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090602 10:40]: This patch has been applied to the linux-omap by youw fwiendly patch wobot. Oops, this one is missing the description and Signed-off-by, please repost. Tony Initial commit ID (Likely to change): e0d36db80568c16474d6f6f6cd142ac505506b51

Re: [PATCH 1/2] I2C: OMAP2/3: Fix scll/sclh calculations

2009-06-02 Thread Tony Lindgren
* Aaro Koskinen aaro.koski...@nokia.com [090527 07:55]: Fix scll/sclh calculations for HS and fast modes. Currently the driver uses equal (roughly) low/high times which will result in too short low time. OMAP3430 TRM gives the following equations: F/S: tLow = (scll + 7) *

Re: [PATCH 2/2] I2C: OMAP3: Better noise suppression for fast/standard modes

2009-06-02 Thread Tony Lindgren
* Aaro Koskinen aaro.koski...@nokia.com [090527 07:55]: Use longer noise filter period for fast and standard mode. Based on an earlier patch by Eero Nurkkala. Signed-off-by: Aaro Koskinen aaro.koski...@nokia.com Ben this should be queued too. Acked-by: Tony Lindgren t...@atomide.com ---

Re: [PATCH 1/2] McSPI Slave and DMA,FIFO support

2009-06-02 Thread Tony Lindgren
Hi, Sorry for the delay in replying, few comments below. * Hemanth V heman...@ti.com [090519 22:57]: This patch adds support for McSPI slave and FIFO. DMA and FIFO could be enabled together for better throughput. Platform config parameters have been added to enable these features on any

Re: [PATCH 2/2] McSPI Slave and DMA,FIFO support

2009-06-02 Thread Tony Lindgren
* Hemanth V heman...@ti.com [090522 06:37]: Tony, would you be able merge the two patches if I removed omap_cfg_reg calls Please provide just the mux.[ch] patch separately, that way we can patch it where needed. snip snip @@ -666,6 +685,13 @@ static void __init omap_3430sdp_init(void)

[APPLIED] [RFC][PATCH] Add support for hook switch on ams-delta

2009-06-02 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Initial commit ID (Likely to change): 89c6da9692bb04ce6221c371d3161f9722005e99 PatchWorks http://patchwork.kernel.org/patch/26069/ Git (Likely to change, and takes a while to get mirrored)

Re: Patch: Init/shutdown correctness fixes for drivers/cbus/tahvo*

2009-06-02 Thread Tony Lindgren
* Andrew de Quincey adq_...@lidskialf.net [090525 16:22]: This is a companion review patch to the cbus one that fixes init/shutdown correctness in drivers/cbus/tahvo* This one is missing Signed-off-by also. Tony commit 76dfa5c81201df2340e4f5902a4552dea449d771 Author: Andrew de Quincey

[APPLIED] [PATCH] mmc-twl4030: use correct controller in twl_mmc23_set_power

2009-06-02 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Initial commit ID (Likely to change): 8ecfa515facb0eb34102ddd6d7bfe0bfee898ea0 PatchWorks http://patchwork.kernel.org/patch/21453/ Git (Likely to change, and takes a while to get mirrored)

Re: DSS2: How to test TV and LCD output simulatenously

2009-06-02 Thread Gary Thomas
Gary Thomas wrote: Venkatesh, Subbu wrote: Hello Gary, I have already emailed the patch, here is the link.. http://patchwork.kernel.org/patch/24196/ Thanks, I'll give it a try. I applied this patch to Tomi's tree (cloned today), but no joy:

RE: DSS2: How to test TV and LCD output simulatenously

2009-06-02 Thread Venkatesh, Subbu
Hi Gary, I just got to know Tomi's tree underwent lots of changes after mailing this patch, since Tomi has no target to commit, so I will update my tree and resend the patch, let me know. Regards, Subbu From: Gary Thomas [g...@mlbassoc.com] Sent:

Re: [PATCH] [MTD] [NAND] Add prefetch and dma support for omap2/3 NAND driver

2009-06-02 Thread Tony Lindgren
* vimal singh vimalsi...@ti.com [090602 05:40]: This patch adds prefetch support to access nand flash in both mpu and dma mode. This patch also adds 8-bit nand support (omap_read/write_buf8). Prefetch can be used for both 8- and 16-bit devices. This should be reviewed on the

Re: DSS2: How to test TV and LCD output simulatenously

2009-06-02 Thread Gary Thomas
Venkatesh, Subbu wrote: Hi Gary, I just got to know Tomi's tree underwent lots of changes after mailing this patch, since Tomi has no target to commit, so I will update my tree and resend the patch, let me know. Yes, that would be appreciated. I had a look at the commits in Tomi's tree

Re: [RFC][PATCH] Add support for hook switch on ams-delta

2009-06-02 Thread Jonathan McDowell
On Tue, May 26, 2009 at 08:57:20PM +0200, Janusz Krzysztofik wrote: This trivial patch adds gpio-keys compatible platform device definition to ams-delta board, that supports hook switch found on this videophone. It is derived from similiar definitions found in other boards code. The patch is

Re: [RFC][PATCH] OMAP3: add support for 2 SDRAM chip selects (was: Re: Beagleboard rev C memory timings suspend/resume)

2009-06-02 Thread Paul Walmsley
Hi Jean, a minor request: it is easier to comment on these patches if they are included inline in the E-mail message, rather than attached. That way code comments can be inlined in the reply. On Tue, 26 May 2009, Jean Pihet wrote: Here is a patch for the SDRC 2nd CS support. It applies on

Re: [PATCH] OMAP3: PM: 2 new entries in SDRC table for Qimonda HYB18M512160AF-6

2009-06-02 Thread Paul Walmsley
Hello Rajendra, On Mon, 1 Jun 2009, Rajendra Nayak wrote: This patch adds 2 more entries for new SDRC clock rates (16600 and 8300) in the sdrc params table for Qimonda HYB18M512160AF-6 sdram part. Without this CORE dvfs is broken on the 3430SDP as omap2_sdrc_get_params() call in the

Re: [PATCH] OMAP2/3 Avoid GPIO pending irq status been set after irq_disable

2009-06-02 Thread Kevin Hilman
Wang Sawsd-A24013 cqw...@motorola.com writes: Wang Sawsd-A24013 cqw...@motorola.com writes: Resend because of the content format issues in last mail---sorry for inconvenience. This version is line-wrapped and otherwise confusing as well so does not apply cleanly. Could you try using

Re: *SPAM* Re: Please help in adding ams-delta support to ASoC

2009-06-02 Thread Peter Ujfalusi
Hello Janusz, On Tuesday 02 June 2009 13:50:50 ext Janusz Krzysztofik wrote: Hi Jarkko, Jarkko Nikula wrote: Is the older implementation working at commit d8376cc482b241701f7606c81ad578b90853e175 in linux-omap, i.e. last commit before their removal? I have managed to check with that