Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support

2010-07-16 Thread Russell King - ARM Linux
On Thu, Jul 15, 2010 at 12:08:07PM +0300, Hiroshi DOYU wrote: From: ext Russell King - ARM Linux li...@arm.linux.org.uk Subject: Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support Date: Thu, 15 Jul 2010 10:41:18 +0200 On Thu, Jul 15, 2010 at 08:34:50AM +0300, Hiroshi DOYU wrote:

Re: [RFC 1/3 v3] mm: iommu: An API to unify IOMMU, CPU and device memory management

2010-07-16 Thread Russell King - ARM Linux
On Thu, Jul 15, 2010 at 08:48:36PM -0400, Tim HRM wrote: Interesting, since I seem to remember the MSM devices mostly conduct IO through regions of normal RAM, largely accomplished through ioremap() calls. Without more public domain documentation of the MSM chips and AMSS interfaces I

RE: [RFC][PATCH 1/1] ARM: Add initial hibernation support

2010-07-16 Thread Shilimkar, Santosh
Hiroshi, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Russell King - ARM Linux Sent: Friday, July 16, 2010 1:23 PM To: Hiroshi DOYU Cc: linux-arm-ker...@lists.infradead.org; pa...@ucw.cz;

Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support

2010-07-16 Thread Hiroshi DOYU
From: ext Russell King - ARM Linux li...@arm.linux.org.uk Subject: Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support Date: Fri, 16 Jul 2010 09:52:44 +0200 On Thu, Jul 15, 2010 at 12:08:07PM +0300, Hiroshi DOYU wrote: From: ext Russell King - ARM Linux li...@arm.linux.org.uk Subject:

Re: [RFC][PATCH 1/1] ARM: Add initial hibernation support

2010-07-16 Thread Hiroshi DOYU
From: ext Shilimkar, Santosh santosh.shilim...@ti.com Subject: RE: [RFC][PATCH 1/1] ARM: Add initial hibernation support Date: Fri, 16 Jul 2010 10:48:00 +0200 Hiroshi, -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of

[PATCH v2] omap hsmmc: fix processing of all dma interrupts as block completion

2010-07-16 Thread Venkatraman S
If other informative interrupts are enabled for the DMA channel used by hsmmc, those are incorrectly treated as block completion. This patch lets only the block completion interrupt to be processed. Signed-off-by: Venkatraman S svenk...@ti.com CC: Madhusudhan Chikkature madhu...@ti.com CC: Andrew

Omap3 omap3_clk_lock_dpll5() problem

2010-07-16 Thread Arno Steffen
I do have some messages while booting a 2.6.33 kernel: What does this mean? How can I get rid of it? What is omap3_clk_lock_dpll5() doing and what if I comment it out? I guess it make some sense ;) Clocking rate (Crystal/Core/MPU): 12.0/332/550 MHz [ cut here ] WARNING:

Re: Omap3 omap3_clk_lock_dpll5() problem

2010-07-16 Thread Arno Steffen
Reprogramming SDRC clock to 26600 Hz dpll3_m2_clk rate change failed: -22 Why I cant't let it run only on 322 MHz? For this I could found an answer. There is no entry for this frequency in omap_sdrc_params mt46h32m32lf6_sdrc_params (in arch/arm/mach-omap2/sdram-micron ) -- To

RE: Omap3 omap3_clk_lock_dpll5() problem

2010-07-16 Thread Gadiyar, Anand
Arno Steffen wrote: I do have some messages while booting a 2.6.33 kernel: What does this mean? How can I get rid of it? What is omap3_clk_lock_dpll5() doing and what if I comment it out? I guess it make some sense ;) Not sure why you have this issue - I'll have to dig a bit, or maybe

Re: Omap3 omap3_clk_lock_dpll5() problem

2010-07-16 Thread Arno Steffen
2010/7/16 Gadiyar, Anand gadi...@ti.com: Arno Steffen wrote: I do have some messages while booting a 2.6.33 kernel: What does this mean? How can I get rid of it? What is omap3_clk_lock_dpll5()  doing and what if I comment it out? I guess it make some sense ;) Not sure why you have this

Buffer overrun in the TWL4030 keypad driver with Nokia RX51

2010-07-16 Thread Laurent Pinchart
Hi everybody, I've spent the day debugging a kernel crash in the USB networking code to find out the problem was caused by a buffer overrun in the TWL4030 keypad driver. The Nokia RX51 board code (arch/arm/mach-omap2/board-rx51-peripherals.c) defines a key map for the matrix keypad keyboard.

Re: [PATCH] Combine dsi and sdi under the same vdds supply.

2010-07-16 Thread Paul Walmsley
Tomi, Koen, On Thu, 15 Jul 2010, Mathieu Poirier wrote: From b817304b25a0358f2897d39048adfada8d4126bc Mon Sep 17 00:00:00 2001 From: Mathieu J. Poirier mathieu.poir...@canonical.com Date: Wed, 14 Jul 2010 15:31:46 -0600 Subject: [PATCH] Combine dsi and sdi under the same vdds supply. The

Re: [RFC 1/3 v3] mm: iommu: An API to unify IOMMU, CPU and device memory management

2010-07-16 Thread Larry Bassel
On 16 Jul 10 08:58, Russell King - ARM Linux wrote: On Thu, Jul 15, 2010 at 08:48:36PM -0400, Tim HRM wrote: Interesting, since I seem to remember the MSM devices mostly conduct IO through regions of normal RAM, largely accomplished through ioremap() calls. Without more public domain