From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 01 Apr 2013 20:46:42 +0900 Subject: [U-Boot] [PATCH V7 10/10] EXYNOS5: I2C: Added FDT and non-FDT support for I2C In-Reply-To: References: <1362489090-7745-1-git-send-email-amarendra.xt@samsung.com> <1362489090-7745-11-git-send-email-amarendra.xt@samsung.com> <5153FF71.1040704@samsung.com> Message-ID: <515973A2.8020906@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/04/13 20:37, Amarendra Reddy wrote: > Dear Minkyu, > > While creating the separate file(exynos5-dt.c) to handle dts, I had to do the changes for i2c also. And those changes became part of this patchset. > > Ok, I will separate this from the dwmmc patchset. OK. thanks. btw, I've requested to you so many times.. "please don't top posting when replying". > > Thanks & Regards > Amarendra > > > On 28 March 2013 13:59, Minkyu Kang > wrote: > > Dear Amar, > > On 05/03/13 22:11, Amar wrote: > > This patch adds FDT and non-FDT support for I2C, and initialise > > the I2C channels. > > > > Signed-off-by: Amar > > > --- > > Changes since V4: > > New patch. > > > > Changes since V5: > > 1)Removed the function call i2c_init() present inside the > > function board_i2c_init(). > > > > Changes since V6: > > No change. > > > > drivers/i2c/s3c24x0_i2c.c | 12 ++++++++++-- > > 1 file changed, 10 insertions(+), 2 deletions(-) > > > > I think, this patch should separate from this patchset. > Why you this add this "i2c" patch to > "EXYNOS5: Enable DWMMC, add FDT support for DWMMC and enable EMMC boot"? > > Thanks, > Minkyu Kang. > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > > Thanks, Minkyu Kang.