Re: [PATCH 3/7] AM3517: rename the i2c boardinfo to make it more readable

2010-05-12 Thread stanley.miao
Tony Lindgren wrote: * Hiremath, Vaibhav hvaib...@ti.com [100420 00:03]: snip There are three i2c buses on am3517, now rename these three boardinfo structure name to am3517evm_i2c1_boardinfo, am3517evm_i2c2_boardinfo, and am3517evm_i2c3_boardinfo, to make it more readable.

Re: [PATCH 3/7] AM3517: rename the i2c boardinfo to make it more readable

2010-04-20 Thread stanley.miao
Felipe Balbi wrote: Hi, On Tue, Apr 20, 2010 at 08:33:28AM +0200, ext Stanley.Miao wrote: @@ -311,8 +311,8 @@ static void __init am3517_evm_init(void) /* RTC - S35390A */ am3517_evm_rtc_init(); - i2c_register_board_info(1, am3517evm_i2c_boardinfo, - ARRAY_SIZE(am3517evm_i2c_boardinfo)); +

RE: [PATCH 3/7] AM3517: rename the i2c boardinfo to make it more readable

2010-04-20 Thread Hiremath, Vaibhav
\ -Original Message- From: Stanley.Miao [mailto:stanley.m...@windriver.com] Sent: Tuesday, April 20, 2010 12:03 PM To: linux-omap@vger.kernel.org Cc: t...@atomide.com; Hiremath, Vaibhav; Govindarajan, Sriramakrishnan; Aggarwal, Anuj Subject: [PATCH 3/7] AM3517: rename the i2c

RE: [PATCH 3/7] AM3517: rename the i2c boardinfo to make it more readable

2010-04-20 Thread Hiremath, Vaibhav
-Original Message- From: Felipe Balbi [mailto:felipe.ba...@nokia.com] Sent: Tuesday, April 20, 2010 12:01 PM To: ext Stanley.Miao Cc: linux-omap@vger.kernel.org; t...@atomide.com; Hiremath, Vaibhav; Govindarajan, Sriramakrishnan; Aggarwal, Anuj Subject: Re: [PATCH 3/7] AM3517: