Re: [PATCH 1/3] Adding-support-framework for PR785 board.

2008-11-28 Thread Felipe Balbi
linux-omap@vger.kernel.org > Subject: Re: [PATCH 1/3] Adding-support-framework for PR785 board. > > On Fri, Nov 28, 2008 at 11:11:29AM +0100, Koen Kooi wrote: > >> Yes... you should for example: > >> > >> static struct i2c_board_info omap3evm_i2c_bo

RE: [PATCH 1/3] Adding-support-framework for PR785 board.

2008-11-28 Thread Pillai, Manikandan
Hi, Mani -Original Message- From: Felipe Balbi [mailto:[EMAIL PROTECTED] Sent: Friday, November 28, 2008 4:21 PM To: Koen Kooi Cc: [EMAIL PROTECTED]; Pillai, Manikandan; linux-omap@vger.kernel.org Subject: Re: [PATCH 1/3] Adding-support-framework for PR785 board. On Fri, Nov 28, 2008

Re: [PATCH 1/3] Adding-support-framework for PR785 board.

2008-11-28 Thread Koen Kooi
Op 28 nov 2008, om 11:50 heeft Felipe Balbi het volgende geschreven: On Fri, Nov 28, 2008 at 11:11:29AM +0100, Koen Kooi wrote: Yes... you should for example: static struct i2c_board_info omap3evm_i2c_board_info[] __initdata = { ... (all devices but tps and twl) ... }; static struct i2c_b

Re: [PATCH 1/3] Adding-support-framework for PR785 board.

2008-11-28 Thread Felipe Balbi
On Fri, Nov 28, 2008 at 11:11:29AM +0100, Koen Kooi wrote: >> Yes... you should for example: >> >> static struct i2c_board_info omap3evm_i2c_board_info[] __initdata = { >> ... (all devices but tps and twl) ... >> }; >> >> static struct i2c_board_info pr785_i2c_board_info[] __initdata = { >> {

Re: [PATCH 1/3] Adding-support-framework for PR785 board.

2008-11-28 Thread Koen Kooi
Op 28 nov 2008, om 10:46 heeft Felipe Balbi het volgende geschreven: On Fri, Nov 28, 2008 at 01:52:27PM +0530, ext Pillai, Manikandan wrote: No way. Create separated versions of the omap3evm_i2c_boardinfo[] for the "conflicting" devices and register one or the other version based on if (

Re: [PATCH 1/3] Adding-support-framework for PR785 board.

2008-11-28 Thread Felipe Balbi
On Fri, Nov 28, 2008 at 01:52:27PM +0530, ext Pillai, Manikandan wrote: > Hi Balbi, > > Thanks for your comments. Pls find my response inlined. please, keep linux-omap in the loop otherwise we loose the thread ;-) > > diff --git a/arch/arm/mach-omap2/board-omap3evm.c > > b/arch/arm/mach-omap2/b

Re: [PATCH 1/3] Adding-support-framework for PR785 board.

2008-11-27 Thread Felipe Balbi
On Fri, Nov 28, 2008 at 10:57:58AM +0530, ext Manikandan Pillai wrote: > This patch provides the support framework for PR785 boards. > More patches will follow that will allow complete programming > support for PR785 boards. > The board-omap3evm.c contains the I2C devices to be supported. > CONFIG_

[PATCH 1/3] Adding-support-framework for PR785 board.

2008-11-27 Thread Manikandan Pillai
This patch provides the support framework for PR785 boards. More patches will follow that will allow complete programming support for PR785 boards. The board-omap3evm.c contains the I2C devices to be supported. CONFIG_PR785 is configuration used for the PR784 boards. Signed-off-by: Manikandan Pill