Re: [PATCH 00/13] DSPBRIDGE: Patchset with various fixes

2009-07-16 Thread Ameya Palande
Hi Nishant, ext Nishanth Menon wrote: Ameya Palande had written, on 07/15/2009 09:56 AM, the following: Most of them have already got an ack, but can you please verify them again? Following patches need an ack: [PATCH 04/13] DSPBRIDGE: fix macros that break when inside an if/else [PATCH

Re: [PATCH 12/13] DSPBRIDGE: fix resuming problem with dsp hibernation

2009-07-16 Thread Ameya Palande
Hi Fernando, ext Guzman Lugo, Fernando wrote: Hi, -Original Message- From: Ameya Palande [mailto:ameya.pala...@nokia.com] Sent: Wednesday, July 15, 2009 9:57 AM To: linux-omap@vger.kernel.org Cc: Ramirez Luna, Omar; Guzman Lugo, Fernando; Menon, Nishanth; hiroshi.d...@nokia.com

Re: [PATCH 12/13] DSPBRIDGE: fix resuming problem with dsp hibernation

2009-07-16 Thread Hiroshi DOYU
From: ext Guzman Lugo, Fernando x0095...@ti.com Subject: RE: [PATCH 12/13] DSPBRIDGE: fix resuming problem with dsp hibernation Date: Thu, 16 Jul 2009 01:10:58 +0200 Hi, -Original Message- From: Ameya Palande [mailto:ameya.pala...@nokia.com] Sent: Wednesday, July 15, 2009

Re: PM: off mode

2009-07-16 Thread Roger Quadros
ext Roger Quadros wrote: ext Kevin Hilman wrote: Roger Quadros ext-roger.quad...@nokia.com writes: ext Roger Quadros wrote: ext Kevin Hilman wrote: Roger Quadros ext-roger.quad...@nokia.com writes: Hi Kevin, Off mode does not seem to work on RX51 on latest PM branch. I get a reboot if I

[PATCH v3] OMAP: timer-gp: Fix for null pointer dereferencing issue

2009-07-16 Thread Mittal, Mukund
From: Mukund Mittal mmit...@ti.com OMAP: timer-gp: Fix for null pointer dereferencing issue Calling WARN_ON() to warn for null pointer dereferencing for gpt pointer. Signed-off-by: Mukund Mittal mmit...@ti.com --- arch/arm/mach-omap2/timer-gp.c |4 +++- 1 files changed, 3 insertions(+), 1

RE: [PATCH 3/3] [OMAP:I2C]OMAP3430 Silicon Errata 1.153

2009-07-16 Thread Sonasath, Moiz
Hello Nishant, Comments inlined, Regards Moiz Sonasath -Original Message- From: Menon, Nishanth Sent: Wednesday, July 15, 2009 6:03 PM To: Sonasath, Moiz Cc: linux-omap@vger.kernel.org; Kamat, Nishant; Paul Walmsley; Pandita, Vikram Subject: Re: [PATCH 3/3] [OMAP:I2C]OMAP3430 Silicon

Re: [PATCH 0/2] hwmod fixes for MMC module reset on init

2009-07-16 Thread Paul Walmsley
Hi Kevin, On Tue, 7 Jul 2009, Kevin Hilman wrote: I've started to integrate the new hwmod/omapdev into the PM branch for the next release. With the new MMC hwmod added, hwmod should do a full reset and idle of the MMC modules on init, so I decided to remove the patch from the PM branch

Re: [PATCH v3] OMAP: timer-gp: Fix for null pointer dereferencing issue

2009-07-16 Thread Kevin Hilman
Mittal, Mukund mmit...@ti.com writes: From: Mukund Mittal mmit...@ti.com OMAP: timer-gp: Fix for null pointer dereferencing issue not exaclty a fix. this patch will print a warning and happily continue on and dereference the NULL. Calling WARN_ON() to warn for null pointer dereferencing

[PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size

2009-07-16 Thread Janboe Ye
commit e85c205ac1427f2405021a36f083280ff0d0a35e increase vmalloc size. vmalloc space will overlap with OMAP3 sram virtual address. Signed-off-by: Li Hong Mei hong-mei...@motorola.com Signed-off-by: Janboe Ye yuan-bo...@motorola.com --- arch/arm/plat-omap/sram.c |4 ++-- 1 files changed, 2

[PATCH] fix omap3 sram virtual addres overlap vmalloc space after increasing vmalloc size

2009-07-16 Thread Janboe Ye
resend for mini coding style fixing commit e85c205ac1427f2405021a36f083280ff0d0a35e increase vmalloc size. vmalloc space will overlap with OMAP3 sram virtual address. Signed-off-by: Li Hong Mei hong-mei...@motorola.com Signed-off-by: Janboe Ye yuan-bo...@motorola.com ---

[PATCH] DSPBRIDGE: Maintain VDD1 at OPP3 while DSP is active

2009-07-16 Thread Ameya Palande
With Smartreflex ON, OPP2 is not sufficient for reliable DSP operation and we can see following problems: 1. DSP mailbox timeout 2. DSP MMU Faults 3. DSP SYSERRORS To avoid these issues, this patch maintains OPP3 for DSP active operation by introducing a new new module parameter min_active_opp.

Re: [PATCH] DSPBRIDGE: Maintain VDD1 at OPP3 while DSP is active

2009-07-16 Thread Hiroshi DOYU
From: Palande Ameya (Nokia-D/Helsinki) ameya.pala...@nokia.com Subject: [PATCH] DSPBRIDGE: Maintain VDD1 at OPP3 while DSP is active Date: Fri, 17 Jul 2009 01:35:52 +0200 With Smartreflex ON, OPP2 is not sufficient for reliable DSP operation and we can see following problems: 1. DSP mailbox