RE: [PATCH] OMAP3: Add support for DPLL3 divisor values higher than 2

2008-12-18 Thread Tero.Kristo
Hi Kevin, Sorry I was on a sick leave so could not reply to this. Tero Kristo tero.kri...@nokia.com writes: Previously only 1 and 2 was supported. This is needed for DVFS VDD2 control. Tero, What is this patch against? It doesn't apply to current PM branch, current l-o HEAD or on top of

[PATCH] ARM: OMAP3: Initialize XCCR and RCCR McBSP registers for McBSP DAI driver

2008-12-18 Thread Lopez Cruz, Misael
This patch enables XCCR and RCCR McBSP register writing in OMAP 24xx/34xx platforms. It also explicitly initializes those registers to their default values in ASoC McBSP DAI driver. Signed-off-by: Misael Lopez Cruz x0052...@ti.com --- arch/arm/plat-omap/include/mach/mcbsp.h |6 ++

Re: [PATCH 1/1] LCD backlight support for OMAP3 EVM using TPS6235x based power module

2008-12-18 Thread Koen Kooi
Op 18 dec 2008, om 10:41 heeft Koen Kooi het volgende geschreven: Op 18 dec 2008, om 10:34 heeft Pillai, Manikandan het volgende geschreven: Hi, For OMAP we do not have the backlight class support. I know that and it's *very* annoying that TI insist on using some non-standard

Re: [PATCH 1/1] LCD backlight support for OMAP3 EVM using TPS6235x based power module

2008-12-18 Thread Koen Kooi
Adding the backlight class maintainer (Richard Purdie) to CC: Op 18 dec 2008, om 11:17 heeft Koen Kooi het volgende geschreven: Op 18 dec 2008, om 10:41 heeft Koen Kooi het volgende geschreven: Op 18 dec 2008, om 10:34 heeft Pillai, Manikandan het volgende geschreven: Hi, For OMAP we

GPIO switch framework (was: Re: [PATCH] ARM: OMAP: Add support for dynamic GPIO switch update)

2008-12-18 Thread Jani Nikula
On Tue, 2008-12-16 at 11:35 +0530, ext Trilok Soni wrote: OK, I found other guys (android ??) using such home brew frameworks. Time to write a switch framework. To start a discussion on what such a GPIO switch framework should be like if someone were to write it, here's a list of the kind of

Re: N810 suspend

2008-12-18 Thread Felipe Contreras
On Thu, Dec 18, 2008 at 9:01 AM, Jarkko Nikula jarkko.nik...@nokia.com wrote: On Wed, 17 Dec 2008 14:09:11 +0200 ext Jarkko Nikula jarkko.nik...@nokia.com wrote: On Tue, 16 Dec 2008 09:22:38 -0800 ext Tony Lindgren t...@atomide.com wrote: Oh, I just tested that sleep-while-idle worked

Re: N810 suspend

2008-12-18 Thread Jarkko Nikula
On Thu, 18 Dec 2008 14:51:20 +0200 ext Felipe Contreras felipe.contre...@gmail.com wrote: xorg.conf's Option SuspendTime seems to equal to blanking command 3 (VESA_POWERDOWN). Look drivers/video/omap/omapfb_main.c: omapfb_blank. Yes, but it should be FB_BLANK_POWERDOWN (4), shouldn't it?

RE: DSP/IOMMU needs 128-byte alignment from user-space buffers?

2008-12-18 Thread Kanigeri, Hari
Hi Felipe, So if I'm understanding correctly there's no problem with unaligned DMM buffers if the DSP software is just reading; the problem is when writing data back to ARM. --- That is my understanding too. For read only buffer there shouldn't be an issue with data corruption. I heard

Re: GPIO switch framework (was: Re: [PATCH] ARM: OMAP: Add support for dynamic GPIO switch update)

2008-12-18 Thread Jani Nikula
On Thu, 2008-12-18 at 18:30 +0530, ext Trilok Soni wrote: Why limit to GPIO based switches only? GPIOs should be client of switch framework I think, and how h/w implements that switch should be hidden by client specific driver. You're quite right, it's better not to make such unnecessary

Re: [PATCH] ARM: OMAP3: Initialize XCCR and RCCR McBSP registers for McBSP DAI driver

2008-12-18 Thread Tony Lindgren
Hi, * Lopez Cruz, Misael x0052...@ti.com [081218 12:16]: This patch enables XCCR and RCCR McBSP register writing in OMAP 24xx/34xx platforms. It also explicitly initializes those registers to their default values in ASoC McBSP DAI driver. Can you please describe a bit what these registers do?

Re: [PATCH] ARM: OMAP3: Initialize XCCR and RCCR McBSP registers for McBSP DAI driver

2008-12-18 Thread Jarkko Nikula
On Thu, 18 Dec 2008 15:41:37 +0200 ext Tony Lindgren t...@atomide.com wrote: Hi, * Lopez Cruz, Misael x0052...@ti.com [081218 12:16]: This patch enables XCCR and RCCR McBSP register writing in OMAP 24xx/34xx platforms. It also explicitly initializes those registers to their default

Re: [PATCH] ARM: OMAP3: Initialize XCCR and RCCR McBSP registers for McBSP DAI driver

2008-12-18 Thread Tony Lindgren
* Jarkko Nikula jarkko.nik...@nokia.com [081218 15:49]: On Thu, 18 Dec 2008 15:41:37 +0200 ext Tony Lindgren t...@atomide.com wrote: Hi, * Lopez Cruz, Misael x0052...@ti.com [081218 12:16]: This patch enables XCCR and RCCR McBSP register writing in OMAP 24xx/34xx platforms. It

RE: [PATCH][OMAP3][sDMA] : Fixing the DMA chain transfer callback.

2008-12-18 Thread Shilimkar, Santosh
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Thursday, December 18, 2008 7:38 PM To: Shilimkar, Santosh Cc: 'linux-omap@vger.kernel.org' Subject: Re: [PATCH][OMAP3][sDMA] : Fixing the DMA chain transfer callback. Hi, * Shilimkar, Santosh

Re: [PATCH] ARM: OMAP3: Initialize XCCR and RCCR McBSP registersfor McBSP DAI driver

2008-12-18 Thread shekhar, chandra
- Original Message - From: Tony Lindgren t...@atomide.com To: Lopez Cruz, Misael x0052...@ti.com Cc: linux-omap@vger.kernel.org; Pandita, Vikram vikram.pand...@ti.com Sent: Thursday, December 18, 2008 7:11 PM Subject: Re: [PATCH] ARM: OMAP3: Initialize XCCR and RCCR McBSP registersfor

[PATCH] ARM: OMAP3: Enable writing to XCCR and RCCR McBSP registers for OMAP 2430/34xx

2008-12-18 Thread Lopez Cruz, Misael
This patch enables writing to McBSP Transmit Configuration Control Register (XCCR) and Receive Configuration Control Register (RCCR) for 2430/34xx platforms. It also adds XCCR, RCCR entries in McBSP register configuration structure and bit definitions for both registers. Signed-off-by: Misael

SoC: OMAP: Initialize XCCR and RCCR registers in McBSP DAI driver

2008-12-18 Thread Lopez Cruz, Misael
This patch explicitly initializes McBSP Transmit Configuration Control Register (XCCR) and Receive Configuration Control Register (RCCR) to their reset values. Reset values are 26 ns of DX delay and Transmit DMA disabled for XCCR register; receive full cycle mode enabled and Receive DMA disabled

[REVIEW PATCH] OMAP3 ISP-Camera: Added BT656 support

2008-12-18 Thread hvaibhav
From: Vaibhav Hiremath hvaib...@ti.com Support for BT656 through TVP5146 decoder, works on top of ISP-Camera patches posted by Sergio on 12th Dec 2008. The TVP514x driver patch has been accepted under V4L, will be part of O-L in the next merge window. As of now you can access the patches from -