Re: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL code generic

2010-01-16 Thread Russell King - ARM Linux
On Fri, Jan 15, 2010 at 05:35:15PM -0800, Tony Lindgren wrote: diff --git a/arch/arm/mach-omap1/include/mach/debug-macro.S b/arch/arm/mach-omap1/include/mach/debug-macro.S index 23e4724..0174858 100644 --- a/arch/arm/mach-omap1/include/mach/debug-macro.S +++

RE: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL code generic

2010-01-16 Thread Shilimkar, Santosh
snip -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Saturday, January 16, 2010 7:05 AM To: linux-arm-ker...@lists.infradead.org Cc: linux-omap@vger.kernel.org Subject: [PATCH 2/4] omap: Make

RE: [PATCH 4/4] omap: Make get_irqnr_and_base common for mach-omap2 multiboot

2010-01-16 Thread Shilimkar, Santosh
This too is nice fix for multiboot. -Original Message- From: linux-arm-kernel-boun...@lists.infradead.org [mailto:linux-arm-kernel-boun...@lists.infradead.org] On Behalf Of Tony Lindgren Sent: Saturday, January 16, 2010 7:05 AM To: linux-arm-ker...@lists.infradead.org Cc:

Re: [PATCH 4/4] omap: Make get_irqnr_and_base common for mach-omap2 multiboot

2010-01-16 Thread Russell King - ARM Linux
On Fri, Jan 15, 2010 at 05:35:20PM -0800, Tony Lindgren wrote: -#ifndef CONFIG_ARCH_OMAP4 +#if defined(CONFIG_ARCH_OMAP2420) || defined(CONFIG_ARCH_OMAP2430) || \ + defined(CONFIG_ARCH_OMAP34XX) + +#define INTCPS_SIR_IRQ_OFFSET0x0040 /* Active interrupt offset */

Re: [PATCH 4/4] omap: Make get_irqnr_and_base common for mach-omap2 multiboot

2010-01-16 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [100116 03:53]: On Fri, Jan 15, 2010 at 05:35:20PM -0800, Tony Lindgren wrote: -#ifndef CONFIG_ARCH_OMAP4 +#if defined(CONFIG_ARCH_OMAP2420) || defined(CONFIG_ARCH_OMAP2430) || \ + defined(CONFIG_ARCH_OMAP34XX) + +#define

Re: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL code generic

2010-01-16 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [100116 01:33]: On Fri, Jan 15, 2010 at 05:35:15PM -0800, Tony Lindgren wrote: diff --git a/arch/arm/mach-omap1/include/mach/debug-macro.S b/arch/arm/mach-omap1/include/mach/debug-macro.S index 23e4724..0174858 100644 ---

Re: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL code generic

2010-01-16 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [100116 03:02]: snip Can you please add add OMAP4 UART3 case as well here using OMAP4UART3. Sure. Attached patch fixes UART3 support for OMAP4 on top of your patches. Tested this on OMAP4430 SDP. You can fold this patch if you like Thanks

Re: [PATCH 1/4] omap: Clean the serial port defines

2010-01-16 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [100115 23:46]: Thanks for the nice cleanup. Thanks for testing :) snip --- a/arch/arm/plat-omap/include/plat/common.h +++ b/arch/arm/plat-omap/include/plat/common.h @@ -47,6 +47,10 @@ struct omap_globals { void __iomem*prm;

Re: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL code generic

2010-01-16 Thread Russell King - ARM Linux
On Sat, Jan 16, 2010 at 11:18:20AM -0800, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [100116 01:33]: On Fri, Jan 15, 2010 at 05:35:15PM -0800, Tony Lindgren wrote: diff --git a/arch/arm/mach-omap1/include/mach/debug-macro.S

RE: [PATCH 1/4] omap: Clean the serial port defines

2010-01-16 Thread Shilimkar, Santosh
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Sunday, January 17, 2010 12:56 AM To: Shilimkar, Santosh Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org Subject: Re: [PATCH 1/4] omap: Clean the serial port defines * Shilimkar, Santosh

RE: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL code generic

2010-01-16 Thread Shilimkar, Santosh
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Sunday, January 17, 2010 12:51 AM To: Shilimkar, Santosh Cc: linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org Subject: Re: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL code generic *

Re: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL code generic

2010-01-16 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [100116 11:31]: On Sat, Jan 16, 2010 at 11:18:20AM -0800, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [100116 01:33]: On Fri, Jan 15, 2010 at 05:35:15PM -0800, Tony Lindgren wrote: diff --git

Re: LDP broken?

2010-01-16 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [100113 09:32]: * Russell King - ARM Linux li...@arm.linux.org.uk [100113 05:39]: While trying to boot the latest kernel on the LDP platform, it appears that MMC has a problem. Unfortunately, being a small form factor card, the only platform I have

Re: Issue in oamp nand driver with 32-bit reads in prefetch mode

2010-01-16 Thread Artem Bityutskiy
On Mon, 2010-01-11 at 12:00 +0530, Vimal Singh wrote: On Sun, Jan 10, 2010 at 2:16 PM, Artem Bityutskiy dedeki...@gmail.com wrote: On Thu, 2009-12-31 at 17:50 +0530, Vimal Singh wrote: There is a bug in nand prefetch read routine, which comes into effect only if nand device is a 16-bit

[PATCH V2 0/10] omap_hsmmc changes V2

2010-01-16 Thread Adrian Hunter
Hi Here are some changes we need for omap_hsmmc. They are dependent on OMAP board files so it would be simplest if the patches all went via the OMAP tree. This is version 2 of this patch set. Thank you Tony, Paul and Madhu for your comments. Changes from version 1: - amended patch

[PATCH V2 2/10] omap: Rename mmc-twl4030 files to hsmmc

2010-01-16 Thread Adrian Hunter
From a65fae702aa81d4596d6fbefd2ab3c8ea87c244a Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Sun, 17 Jan 2010 02:34:22 +0200 Subject: [PATCH] omap: Rename mmc-twl4030 files to hsmmc mmc-twl4030.[ch] no longer has any dependency on twl4030 and should be renamed to

[PATCH V2 1/10] omap_hsmmc: Move gpio and regulator control from board file

2010-01-16 Thread Adrian Hunter
From 4e67280a67a4ee532300e8cfba633766a4201a41 Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Mon, 4 Jan 2010 13:44:36 +0200 Subject: [PATCH] omap_hsmmc: Move gpio and regulator control from board file This patch moves the setup code for GPIO's and Voltage Regulators

[PATCH V2 3/10] omap: Rename hsmmc symbols to reflect independence from twl4030

2010-01-16 Thread Adrian Hunter
From 189a7b728445f49557bfd3d08af8ec5341632dae Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Sun, 17 Jan 2010 02:41:07 +0200 Subject: [PATCH] omap: Rename hsmmc symbols to reflect independence from twl4030 hsmmc.[ch] no longer has any dependency on twl4030 and variable

[PATCH V2 1/10] omap_hsmmc: Move gpio and regulator control from board file

2010-01-16 Thread Adrian Hunter
From 4e67280a67a4ee532300e8cfba633766a4201a41 Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Mon, 4 Jan 2010 13:44:36 +0200 Subject: [PATCH] omap_hsmmc: Move gpio and regulator control from board file This patch moves the setup code for GPIO's and Voltage Regulators

[PATCH V2 0/10] omap_hsmmc changes V2

2010-01-16 Thread Adrian Hunter
Hi Here are some changes we need for omap_hsmmc. They are dependent on OMAP board files so it would be simplest if the patches all went via the OMAP tree. This is version 2 of this patch set. Thank you Tony, Paul and Madhu for your comments. Changes from version 1: - amended patch

[PATCH V2 2/10] omap: Rename mmc-twl4030 files to hsmmc

2010-01-16 Thread Adrian Hunter
From a65fae702aa81d4596d6fbefd2ab3c8ea87c244a Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Sun, 17 Jan 2010 02:34:22 +0200 Subject: [PATCH] omap: Rename mmc-twl4030 files to hsmmc mmc-twl4030.[ch] no longer has any dependency on twl4030 and should be renamed to

[PATCH V2 4/10] omap: Reconnect hsmmc context loss count

2010-01-16 Thread Adrian Hunter
From 3c112c3bb8c8457283862468574be9b0c18dc27e Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Tue, 5 Jan 2010 10:06:58 +0200 Subject: [PATCH] omap: Reconnect hsmmc context loss count Call the PM context-loss count function, now that there is a prototype for it.

[PATCH V2 5/10] omap: Add functions for dynamic remuxing of pins

2010-01-16 Thread Adrian Hunter
From 33beb5bc36cba739971dc8919a6929925ad3dafc Mon Sep 17 00:00:00 2001 From: Tony Lindgren t...@atomide.com Date: Wed, 13 Jan 2010 10:27:17 -0800 Subject: [PATCH] omap: Add functions for dynamic remuxing of pins Make the omap_mux_read and write available for board code, and rename

[PATCH V2 7/10] omap_hsmmc: Allow for power saving without going off

2010-01-16 Thread Adrian Hunter
From 9906604c602bff545e09cd78070c1c26b4ee8855 Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Tue, 5 Jan 2010 14:14:07 +0200 Subject: [PATCH] omap_hsmmc: Allow for power saving without going off An eMMC may be always powered on, so that the lowest power saving state

[PATCH V2 6/10] omap: RX51: Remux to pull eMMC lines down when powering off

2010-01-16 Thread Adrian Hunter
From 58f549be326b94b9e1eb74f31d751d01605229d5 Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Fri, 15 Jan 2010 15:18:39 +0200 Subject: [PATCH] omap: RX51: Remux to pull eMMC lines down when powering off It has been discovered that, when eMMC is powered off, current will

[PATCH V2 9/10] omap_hsmmc: Ensure regulator enable / disable are paired

2010-01-16 Thread Adrian Hunter
From aab14d3bf93b2b44d2f9ac09752666cc8857bf0e Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Fri, 15 Jan 2010 22:10:10 +0200 Subject: [PATCH] omap_hsmmc: Ensure regulator enable / disable are paired Stop using 'regulator_is_enabled()' and just pair enables with

[PATCH V2 8/10] omap_hsmmc: Fix disable timeouts

2010-01-16 Thread Adrian Hunter
From c72533ba49f8810bcb67ac8ebcb57d440480a06b Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Tue, 5 Jan 2010 14:20:23 +0200 Subject: [PATCH] omap_hsmmc: Fix disable timeouts Disable timeouts are in msecs not jiffies. Signed-off-by: Adrian Hunter

[PATCH V2 10/10] omap_hsmmc: Allow for a shared VccQ

2010-01-16 Thread Adrian Hunter
From 4efc87c9092d87dcb315196c4c40ffa220956cf6 Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Thu, 7 Jan 2010 13:54:45 +0200 Subject: [PATCH] omap_hsmmc: Allow for a shared VccQ EMMC can have two voltage supplies, Vcc and VccQ which are implemented in the code as