Re: [PATCH v10] i2c: exynos5: add High Speed I2C controller driver

2013-08-16 Thread Wolfram Sang
Once, we fix this problem. i planned to rebase and submit. Is it okey with you? Perfectly fine. Thanks for the heads up. signature.asc Description: Digital signature

Re: [PATCH v10] i2c: exynos5: add High Speed I2C controller driver

2013-08-15 Thread Wolfram Sang
On Mon, Jul 01, 2013 at 12:25:19PM +0200, Tomasz Figa wrote: Hi Naveen, Looks mostly good, but see some comments inline. Ping? signature.asc Description: Digital signature

Re: [PATCH v10] i2c: exynos5: add High Speed I2C controller driver

2013-08-15 Thread Naveen Krishna Ch
On 15 August 2013 18:42, Wolfram Sang w...@the-dreams.de wrote: On Mon, Jul 01, 2013 at 12:25:19PM +0200, Tomasz Figa wrote: Hi Naveen, Looks mostly good, but see some comments inline. Ping? Hello Wolfram, I made a patch fixing your comments and from Thomas Figa as well. Meanwhile, we hit

Re: [PATCH v10] i2c: exynos5: add High Speed I2C controller driver

2013-07-01 Thread Wolfram Sang
On Wed, Jun 19, 2013 at 04:18:25PM +0530, Naveen Krishna Chatradhi wrote: Adds support for High Speed I2C driver found in Exynos5 and later SoCs from Samsung. Driver only supports Device Tree method. Changes since v1: 1. Added FIFO functionality 2. Added High speed mode functionality 3.

Re: [PATCH v10] i2c: exynos5: add High Speed I2C controller driver

2013-07-01 Thread Tomasz Figa
Hi Naveen, Looks mostly good, but see some comments inline. On Wednesday 19 of June 2013 16:18:25 Naveen Krishna Chatradhi wrote: Adds support for High Speed I2C driver found in Exynos5 and later SoCs from Samsung. Driver only supports Device Tree method. Changes since v1: 1. Added FIFO

[PATCH v10] i2c: exynos5: add High Speed I2C controller driver

2013-06-19 Thread Naveen Krishna Chatradhi
Adds support for High Speed I2C driver found in Exynos5 and later SoCs from Samsung. Driver only supports Device Tree method. Changes since v1: 1. Added FIFO functionality 2. Added High speed mode functionality 3. Remove SMBUS_QUICK 4. Remove the debugfs functionality 5. Use devm_* functions