RE: [PATCH] arm: Fix DEBUG_LL for omap zoom2/3

2010-03-22 Thread Pais, Allen
Hi all, Got a zoom3 finally! This is needed to boot with DEBUG_LL + earlyprintk. And of course it won't compile because of a missing #. Here's the working version. One more time. Looks like what I posted is not enough, we also need to make sure the mapping does not overlap

RE: [PATCH] arm: Fix DEBUG_LL for omap zoom2/3

2010-03-22 Thread Pais, Allen
With this patch[DEBUG_LL + earlyprintk], I still haven't been able to boot the kernel. Is it working on your side. The commit am using is : a842b5f9ce70e1b738eabb4d719860070180ed1c I think you will also need the 3630 serial fixes series posted recently. I just merged

RE: [PATCH 1/2] omap: Disable GAIA I2C1/I2C4 internal pull-ups

2010-02-02 Thread Pais, Allen
From: Sonasath, Moiz Sent: Tuesday, February 02, 2010 3:40 PM To: Tony Lindgren; Pais, Allen Cc: linux-omap@vger.kernel.org Subject: RE: [PATCH 1/2] omap: Disable GAIA I2C1/I2C4 internal pull-ups Tony/Allen/Paul, -Original Message- From: linux

RE: [PATCH 1/2] omap: Disable GAIA I2C1/I2C4 internal pull-ups

2010-02-01 Thread Pais, Allen
From: Tony Lindgren [t...@atomide.com] Sent: Monday, February 01, 2010 7:53 PM To: Pais, Allen Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH 1/2] omap: Disable GAIA I2C1/I2C4 internal pull-ups Hi, * Pais, Allen allen.p...@ti.com [100121 02:31

[PATCH 1/2] omap: Disable GAIA I2C1/I2C4 internal pull-ups

2010-01-21 Thread Pais, Allen
From 4044fcc9c517e86fbea9f7d3b15d5cf75a767476 Mon Sep 17 00:00:00 2001 From: Allen Pais allen.p...@ti.com Date: Thu, 21 Jan 2010 21:00:04 +0530 Subject: [PATCH 1/2] omap: Disable GAIA I2C1/I2C4 internal pull-ups This patch disables GAIA I2C1 adn I2C4(SR) internal pull-up, to use only the external

[PATCH 2/2] omap: 3630: Disable internal pull-ups

2010-01-21 Thread Pais, Allen
From 9a6b34dca3ff8ce4a200df4b65037978e4325452 Mon Sep 17 00:00:00 2001 From: Allen Pais allen.p...@ti.com Date: Thu, 21 Jan 2010 21:23:41 +0530 Subject: [PATCH 2/2] omap: 3630: Disable internal pull-ups This patch disables the newly introduced internal pull-up feature in OMAP3630, to use only the

[PATCH 2/2 V2] omap: 3630: Disable internal pull-ups

2010-01-21 Thread Pais, Allen
From 4aa00e5dd0bdf06b7eb421cef9e066670669691e Mon Sep 17 00:00:00 2001 From: Allen Pais allen.p...@ti.com Date: Thu, 21 Jan 2010 21:54:04 +0530 Subject: [PATCH 2/2] omap: 3630: Disable internal pull-ups This patch disables the newly introduced internal pull-up feature in OMAP3630, to use only the

[PATCH 0/2] Introduce 3630sdp board file.

2009-10-26 Thread Pais, Allen
OMAP3630 is a migration in GS70 process of the OMAP3430 with some performance improvements. OMAP3630 is a high performance multimedia application processor based on the enhanced OMAP 3 Architecture integrated on a 45nm process OMAP3630's architecture is designed for 2.5G wireless terminals, 3G

[PATCH 1/2] Added board-3630.c file.

2009-10-26 Thread Pais, Allen
From 553ee2299d0ea6493e8587e7cc832361646f81a7 Mon Sep 17 00:00:00 2001 From: Allen Pais allen.p...@ti.com Date: Mon, 26 Oct 2009 12:50:17 +0530 Subject: [PATCH 1/2] Added board-3630.c file. The following sequence of patch set is to adds minimal OMAP3630 board support to OMAP GIT. This patch is

[PATCH 2/2] Accomodate the board file change in Kconfig

2009-10-26 Thread Pais, Allen
From 0599ed35fde00cd84681e5d8f9a57a797fae1270 Mon Sep 17 00:00:00 2001 From: Allen Pais allen.p...@ti.com Date: Mon, 26 Oct 2009 12:51:02 +0530 Subject: [PATCH 2/2] Accomodate the board file change in Kconfig Signed-off-by: Allen Pais allen.p...@ti.com --- arch/arm/mach-omap2/Kconfig |4

RE: [PATCH 1/2] Added board-3630.c file.

2009-10-26 Thread Pais, Allen
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Menon, Nishanth Sent: Monday, October 26, 2009 4:40 PM To: Pais, Allen; linux-omap@vger.kernel.org Subject: RE: [PATCH 1/2] Added board-3630.c file. -Original Message

RE: [PATCH v2] OMAP3: introduce OMAP3630

2009-10-15 Thread Pais, Allen
Muxes for OMAP 3630. Signed-off-by: Allen Pais allen.p...@ti.com diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c index b5fac32..93abb74 100644 --- a/arch/arm/mach-omap2/mux.c +++ b/arch/arm/mach-omap2/mux.c @@ -551,6 +551,42 @@ MUX_CFG_34XX(AF13_3430_MMC3_DAT3, 0x5e2,

[RFC][Patch V1] OMAP3: Mux Changes.

2009-10-15 Thread Pais, Allen
Please ignore my previous mail. Muxes for OMAP 3630. Signed-off-by: Allen Pais allen.p...@ti.com diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach-omap2/mux.c index b5fac32..93abb74 100644 --- a/arch/arm/mach-omap2/mux.c +++ b/arch/arm/mach-omap2/mux.c @@ -551,6 +551,42 @@

RE: [RFC][Patch V1] OMAP3: Mux Changes.

2009-10-15 Thread Pais, Allen
Sent: Thursday, October 15, 2009 7:24 AM To: Pais, Allen; Aguirre Rodriguez, Sergio Alberto; linux-omap Cc: Chikkature Rajashekar, Madhusudhan; Pandita, Vikram; Gadiyar, Anand; Cousson, Benoit; Felipe Balbi; Kevin Hilman; Premi, Sanjeev; Shilimkar, Santosh; Tony Lindgren Subject: RE: [RFC][Patch

RE: [RFC][PATCH] OMAP3: introduce OMAP3630

2009-10-08 Thread Pais, Allen
Nishanth, Would there be CONFIG_ARCH_OMAP3630? - Allen From: Menon, Nishanth Sent: Thursday, October 08, 2009 9:40 AM To: Premi, Sanjeev Cc: Pandita, Vikram; Shilimkar, Santosh; linux-omap; Chikkature Rajashekar, Madhusudhan; Pais, Allen; Gadiyar

RE: [PATCH][RFC] OMAP3630: Create architecture macros and config entries.

2009-09-21 Thread Pais, Allen
be very helpful to us. Thanks - Allen From: Aguirre Rodriguez, Sergio Alberto Sent: Monday, September 21, 2009 2:41 PM To: Pais, Allen; linux-omap@vger.kernel.org; Raju, Veeramanikandan; Bongale, Hariprasad Subject: RE: [PATCH][RFC] OMAP3630: Create

[PATCH][RFC] OMAP3630: Create architecture macros and config entries.

2009-09-20 Thread Pais, Allen
This patch creates the architectural macros for OMAP3630. Signed-off-by: Allen Pais allen.p...@ti.com arch/arm/mach-omap2/Kconfig | 13 ++ arch/arm/plat-omap/include/mach/cpu.h | 30 +- diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index