Re: [U-Boot] [PATCH 0/8 V4] EXYNOS5: Enable I2C support

2012-06-19 Thread Chander Kashyap
Hi, On 19 June 2012 13:00, Rajeshwari Shinde wrote: > This patch set enables I2C support for EXYNOS5. > This patchset modifies the s3c24x0 I2C driver to use same for EXYNOS5. > Multichannel support has been added to the s3c24x0 I2C driver. > s3c24x0_i2c struct has been moved to a common place as

[U-Boot] [PATCH 0/8 V4] EXYNOS5: Enable I2C support

2012-06-19 Thread Rajeshwari Shinde
This patch set enables I2C support for EXYNOS5. This patchset modifies the s3c24x0 I2C driver to use same for EXYNOS5. Multichannel support has been added to the s3c24x0 I2C driver. s3c24x0_i2c struct has been moved to a common place as it can used by different SOC's. Changes in V2: - Inco