Re: Patch series in Tarball submitted (RE: [REVIEW PATCH 00/14] OMAP3 camera + ISP + MT9P012 sensor driver v2)

2009-01-14 Thread Mauro Carvalho Chehab
On Wed, 14 Jan 2009 08:55:08 -0600 Aguirre Rodriguez, Sergio Alberto saagui...@ti.com wrote: -Original Message- From: Hiremath, Vaibhav Sent: Wednesday, January 14, 2009 8:51 AM snip [Hiremath, Vaibhav] I tried to build camera driver as module and got following error -

[PATCH] Wait for SDRC ready iso a blind delay

2009-01-14 Thread Peter 'p2' De Schrijver
This patch improves the wakeup SRAM code polling the SDRC to become ready instead of just waiting for a fixed amount of time. --- arch/arm/mach-omap2/sleep34xx.S | 50 -- 1 files changed, 37 insertions(+), 13 deletions(-) diff --git

[PATCH] Don't scale voltage in C1 state

2009-01-14 Thread Peter 'p2' De Schrijver
This patch prevents VDD1 and VDD2 to go to the lowest OPP when entering C1. It improves wakeup latency from 600us to about 50us. Now with signoff :) Signed-off-by: Peter 'p2' De Schrijver peter.de-schrij...@nokia.com --- arch/arm/mach-omap2/pm34xx.c |2 +- 1 files changed, 1 insertions(+),

Re: new PM branch available

2009-01-14 Thread Kevin Hilman
Ramesh Gupta Guntha wrote: Hi Kevin, On 1/14/09, Kevin Hilman khil...@deeprootsystems.com wrote: Hello, The latest PM branch is now available[1]. I've done basic testing of retention and off-mode (suspend and dynamic idle) on Beagle and custom HW. My SDP has something still keeping CORE

Re: new PM branch available

2009-01-14 Thread Kevin Hilman
Sriram V wrote: Hi, OMAP3EVM. all domains hit retention in suspend. On enabling cpuidle, network and mmc is not stable. network is unable to get an IP address. Sriram, Can you send me your .config for omap3evm? I'm trying to get my recently received EVM working but I am getting lots

Re: Important changes, please read

2009-01-14 Thread Tim Gardner
Tony Lindgren wrote: - We stop using source.mvista.com git tree, and only use the kernel.org git tree. There's no need for having two master trees, and kernel.org is the standard way to go. Big thanks to Monta Vista for hosting us for many years. The git path at

[OMAPZOOM][PATCH 1/4] DSPBRIDGE: Free resources when user fails to do so

2009-01-14 Thread Ramirez Luna, Omar
From: Fernando Guzman Lugo x0095...@ti.com Date: Mon, 17 Nov 2008 15:49:56 -0600 Subject: [PATCH] DSPBRIDGE: Free resources when user fails to do so Added error protection in bridge driver to handle the cases where user applications detach the processor without releasing DMM resources.

[OMAPZOOM][PATCH 2/4] DSPBRIDGE: LM Timer release for hibernation

2009-01-14 Thread Ramirez Luna, Omar
From: Ramesh Gupta grgu...@ti.com Date: Mon, 17 Nov 2008 16:11:19 -0600 Subject: [PATCH] DSPBRIDGE: LM Timer release for hibernation Release load monitor timer when the DSP is inactive and goes to hibernation Signed-off-by: Ramesh Gupta grgu...@ti.com Signed-off-by: SuiLun Lam s-...@ti.com ---

[OMAPZOOM][PATCH 3/4] DSPBRIDGE: Mapping sidetone registers

2009-01-14 Thread Ramirez Luna, Omar
From: Hari Kanigeri h-kanige...@ti.com Date: Mon, 17 Nov 2008 16:20:06 -0600 Subject: [PATCH] DSPBRIDGE: Mapping sidetone registers New 3430 HW feature integrated into McBSP2 and McBSP3, enabling a sidetone process, for DASF. Bridge has to handle this new configuration. Signed-off-by: Hari

[OMAPZOOM][PATCH 4/4] DSPBRIDGE Deleting unneeded mem alloc

2009-01-14 Thread Ramirez Luna, Omar
From: Hiroshi DOYU hiroshi.d...@nokia.com Date: Mon, 17 Nov 2008 17:13:58 -0600 Subject: [PATCH] DSPBRIDGE Deleting unneeded mem alloc Since SYNC_InitializeCS() allocates struct SYNC_CSOBJECT for hProcLock, MEM_AllocObject() shouldn't be called for hProcLock. This was double allocation for the

Re: [PATCH 1/2] Include TPS6235x based Power regulator support

2009-01-14 Thread David Brownell
On Wednesday 14 January 2009, Pillai, Manikandan wrote: Let me summarise the main problem I have been facing with regulators. The TPS6235x are I2C based devices. The regulator_register() functions require that the regulator_init_data is passed as platform_data(). But for i2c_client's

Re: new PM branch available

2009-01-14 Thread David Brownell
On Tuesday 13 January 2009, Koen Kooi wrote: [ cut here ] WARNING: at arch/arm/mach-omap2/clock.c:1094 omap2_clk_register +0x24/0x3c() Modules linked in: [c003b824] (dump_stack+0x0/0x14) from [c005b180] (warn_on_slowpath +0x4c/0x68) Just in the cause of better

Re: [PATCH 1/2] Include TPS6235x based Power regulator support

2009-01-14 Thread Mark Brown
On Wed, Jan 14, 2009 at 09:55:58AM -0800, David Brownell wrote: problem vanishes. Only the tps6235x.c driver, and in this case the regulator framework (sigh), care about that platform_data. The regulator framework will be fixed in .30. -- To unsubscribe from this list: send the line

Re: OMAP3430 clock settings

2009-01-14 Thread David Brownell
On Wednesday 14 January 2009, Krishna Kishore wrote:    After reading IVA2_CM and MPU_CM registers, I want to know how to calculate the clock speeds. You should be using the clock framework. If you do that, then clk_get_rate() does that for you. - Dave -- To unsubscribe from this list:

Re: [PATCH 1/1] OMAP gptimer based event monitor driver for oprofile

2009-01-14 Thread Siarhei Siamashka
On Tuesday 13 January 2009 16:31:53 ext Tony Lindgren wrote: Hi, Looks OK in general, few comments below. Once you're done with the changes, this should get posted to linux-arm-ker...@lists.arm.linux.org.uk for review with linux-omap list Cc'd. Thanks a lot for a patch review. I just have

Re: [PATCH 1/2] Include TPS6235x based Power regulator support

2009-01-14 Thread David Brownell
On Wednesday 14 January 2009, Mark Brown wrote: On Wed, Jan 14, 2009 at 09:55:58AM -0800, David Brownell wrote: problem vanishes. Only the tps6235x.c driver, and in this case the regulator framework (sigh), care about that platform_data. The regulator framework will be fixed in .30.

[OMAPZOOM][PATCH] DSPBRIDGE Wakeup IVA before accessing IVA MMU Registers

2009-01-14 Thread Ramirez Luna, Omar
From: Ramesh Gupta grgu...@ti.com Date: Wed, 14 Jan 2009 17:39:20 +0530 Subject: [PATCH] DSPBRIDGE Wakeup IVA before accessing IVA MMU Registers Wakeup IVA before accessing IVA MMU Registers Signed-off-by: Ramesh Gupta G grgu...@ti.com --- drivers/dsp/bridge/wmd/tiomap3430.c | 21

RE: [REVIEW PATCH 04/14] OMAP: CAM: Add ISP user header and register defs

2009-01-14 Thread Aguirre Rodriguez, Sergio Alberto
-Original Message- From: Mauro Carvalho Chehab [mailto:mche...@infradead.org] Sent: Tuesday, January 13, 2009 2:42 PM To: Aguirre Rodriguez, Sergio Alberto Cc: linux-omap@vger.kernel.org; linux-me...@vger.kernel.org; video4linux- l...@redhat.com; Sakari Ailus; Tuukka.O Toivonen;

Re: new PM branch available

2009-01-14 Thread Kevin Hilman
Koen Kooi k.k...@student.utwente.nl writes: Op 13 jan 2009, om 22:51 heeft Kevin Hilman het volgende geschreven: Hello, The latest PM branch is now available[1]. I've done basic testing of retention and off-mode (suspend and dynamic idle) on Beagle and custom HW. My SDP has something

Re: [PATCH] Don't scale voltage in C1 state

2009-01-14 Thread Kevin Hilman
Peter 'p2' De Schrijver peter.de-schrij...@nokia.com writes: This patch prevents VDD1 and VDD2 to go to the lowest OPP when entering C1. It improves wakeup latency from 600us to about 50us. Now with signoff :) Signed-off-by: Peter 'p2' De Schrijver peter.de-schrij...@nokia.com Thanks,

Re: [PATCH 1/1] OMAP gptimer based event monitor driver for oprofile

2009-01-14 Thread Tony Lindgren
* Siarhei Siamashka siarhei.siamas...@nokia.com [090114 20:18]: On Tuesday 13 January 2009 16:31:53 ext Tony Lindgren wrote: Hi, Looks OK in general, few comments below. Once you're done with the changes, this should get posted to linux-arm-ker...@lists.arm.linux.org.uk for review

Re: Important changes, please read

2009-01-14 Thread Tony Lindgren
* Tim Gardner tim.gard...@canonical.com [090114 18:42]: Tony Lindgren wrote: - We stop using source.mvista.com git tree, and only use the kernel.org git tree. There's no need for having two master trees, and kernel.org is the standard way to go. Big thanks to Monta Vista for hosting us