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

2009-10-28 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Pais, 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. Signed-off-by: Allen Pais allen.p

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

2009-10-28 Thread Pandita, Vikram
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of G, Manjunath Kondaiah Sent: Monday, October 26, 2009 9:49 AM To: Pais, Allen; linux-omap@vger.kernel.org Subject: RE: [PATCH 1/2] Added board-3630.c file. +static int

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

2009-10-28 Thread Menon, Nishanth
-Original Message- From: Pandita, Vikram Sent: Wednesday, October 28, 2009 7:14 PM To: Pais, Allen; Menon, Nishanth; linux-omap@vger.kernel.org Subject: RE: [PATCH 1/2] Added board-3630.c file. -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux

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

2009-10-28 Thread Pandita, Vikram
] Added board-3630.c file. Signed-off-by: Allen Pais allen.p...@ti.com --- arch/arm/mach-omap2/board-3630sdp.c | 188 +++ 1 files changed, 188 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-omap2/board-3630sdp.c diff --git a/arch/arm

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

2009-10-28 Thread Menon, Nishanth
From: Pandita, Vikram Sent: Wednesday, October 28, 2009 11:39 PM [...] I was making that list already. Good to see you thinking on same lines. However your list does not match with mine and I tried to confirm the changes looking at h/w. Thanks for correcting my list.. it was mostly off the

[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

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

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

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 1/2] Added board-3630.c file.

2009-10-26 Thread G, Manjunath Kondaiah
+static int __init omap_i2c_init(void) +{ + omap_register_i2c_bus(1, 2600, sdp3630_i2c_boardinfo, + ARRAY_SIZE(sdp3630_i2c_boardinfo)); + omap_register_i2c_bus(2, 400, NULL, 0); + omap_register_i2c_bus(3, 400, NULL, 0); + return 0; +} If sdp3630 board