From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 28 Mar 2013 17:29:37 +0900 Subject: [U-Boot] [PATCH V7 10/10] EXYNOS5: I2C: Added FDT and non-FDT support for I2C In-Reply-To: <1362489090-7745-11-git-send-email-amarendra.xt@samsung.com> References: <1362489090-7745-1-git-send-email-amarendra.xt@samsung.com> <1362489090-7745-11-git-send-email-amarendra.xt@samsung.com> Message-ID: <5153FF71.1040704@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 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.