Re: [PATCH 2/2] i2c: exynos5: configure fifo_depth based on HSI2C module version

2013-12-18 Thread Tomasz Figa
On Tuesday 10 of December 2013 10:26:40 Naveen Krishna Ch wrote: > Hello Tomasz, > > > On 9 December 2013 22:01, Tomasz Figa wrote: > > > > Hi Naveen, > > > > On Friday 22 of November 2013 11:44:11 Naveen Krishna Chatradhi wrote: > > > fifo_depth of the HSI2C is not constant > > > Exynos5420

Re: [PATCH 2/2] i2c: exynos5: configure fifo_depth based on HSI2C module version

2013-12-18 Thread Tomasz Figa
On Tuesday 10 of December 2013 10:26:40 Naveen Krishna Ch wrote: Hello Tomasz, On 9 December 2013 22:01, Tomasz Figa t.f...@samsung.com wrote: Hi Naveen, On Friday 22 of November 2013 11:44:11 Naveen Krishna Chatradhi wrote: fifo_depth of the HSI2C is not constant Exynos5420

Re: [PATCH 2/2] i2c: exynos5: configure fifo_depth based on HSI2C module version

2013-12-09 Thread Naveen Krishna Ch
Hello Tomasz, On 9 December 2013 22:01, Tomasz Figa wrote: > > Hi Naveen, > > On Friday 22 of November 2013 11:44:11 Naveen Krishna Chatradhi wrote: > > fifo_depth of the HSI2C is not constant > > Exynos5420 and Exynos5250 supports fifo_depth of 64bytes > > Exynos5260 supports fifo_depth of

Re: [PATCH 2/2] i2c: exynos5: configure fifo_depth based on HSI2C module version

2013-12-09 Thread Tomasz Figa
Hi Naveen, On Friday 22 of November 2013 11:44:11 Naveen Krishna Chatradhi wrote: > fifo_depth of the HSI2C is not constant > Exynos5420 and Exynos5250 supports fifo_depth of 64bytes > Exynos5260 supports fifo_depth of 16bytes > > This patch configures the fifo_depth based on HSI2C modules

Re: [PATCH 2/2] i2c: exynos5: configure fifo_depth based on HSI2C module version

2013-12-09 Thread Tomasz Figa
Hi Naveen, On Friday 22 of November 2013 11:44:11 Naveen Krishna Chatradhi wrote: fifo_depth of the HSI2C is not constant Exynos5420 and Exynos5250 supports fifo_depth of 64bytes Exynos5260 supports fifo_depth of 16bytes This patch configures the fifo_depth based on HSI2C modules version.

Re: [PATCH 2/2] i2c: exynos5: configure fifo_depth based on HSI2C module version

2013-12-09 Thread Naveen Krishna Ch
Hello Tomasz, On 9 December 2013 22:01, Tomasz Figa t.f...@samsung.com wrote: Hi Naveen, On Friday 22 of November 2013 11:44:11 Naveen Krishna Chatradhi wrote: fifo_depth of the HSI2C is not constant Exynos5420 and Exynos5250 supports fifo_depth of 64bytes Exynos5260 supports

[PATCH 2/2] i2c: exynos5: configure fifo_depth based on HSI2C module version

2013-11-21 Thread Naveen Krishna Chatradhi
fifo_depth of the HSI2C is not constant Exynos5420 and Exynos5250 supports fifo_depth of 64bytes Exynos5260 supports fifo_depth of 16bytes This patch configures the fifo_depth based on HSI2C modules version. Signed-off-by: Naveen Krishna Chatradhi --- drivers/i2c/busses/i2c-exynos5.c | 29

[PATCH 2/2] i2c: exynos5: configure fifo_depth based on HSI2C module version

2013-11-21 Thread Naveen Krishna Chatradhi
fifo_depth of the HSI2C is not constant Exynos5420 and Exynos5250 supports fifo_depth of 64bytes Exynos5260 supports fifo_depth of 16bytes This patch configures the fifo_depth based on HSI2C modules version. Signed-off-by: Naveen Krishna Chatradhi ch.nav...@samsung.com ---