Re: [PATCH V2] i2c: s3c2410 : Add polling mode support

2014-01-05 Thread Yuvaraj Cd
On Fri, Jan 3, 2014 at 9:40 PM, Wolfram Sang wrote: > Hi, > > On Mon, Nov 11, 2013 at 04:50:20PM +0530, Yuvaraj Kumar C D wrote: >> From: Vasanth Ananthan >> >> This patch adds polling mode support for i2c-s3c2410 driver.The >> SATA PHY controller's CMU and TRSV block's are of I2C register >> map

Re: [PATCH V2] i2c: s3c2410 : Add polling mode support

2014-01-03 Thread Wolfram Sang
Hi, On Mon, Nov 11, 2013 at 04:50:20PM +0530, Yuvaraj Kumar C D wrote: > From: Vasanth Ananthan > > This patch adds polling mode support for i2c-s3c2410 driver.The > SATA PHY controller's CMU and TRSV block's are of I2C register > map in exynos5250.These blocks can be configured using i2c. > >

Re: [PATCH V2] i2c: s3c2410 : Add polling mode support

2014-01-01 Thread Yuvaraj Cd
Ping.. On Fri, Dec 13, 2013 at 2:51 PM, Yuvaraj Kumar wrote: > Dear Wolfram, > Can you take this into your tree? > > On Fri, Nov 22, 2013 at 11:32 AM, Yuvaraj Kumar wrote: >> Any comments on this patch? >> >> On Mon, Nov 11, 2013 at 4:50 PM, Yuvaraj Kumar C D >> wrote: >>> From: Vasanth Anant

Re: [PATCH V2] i2c: s3c2410 : Add polling mode support

2013-12-13 Thread Yuvaraj Kumar
Dear Wolfram, Can you take this into your tree? On Fri, Nov 22, 2013 at 11:32 AM, Yuvaraj Kumar wrote: > Any comments on this patch? > > On Mon, Nov 11, 2013 at 4:50 PM, Yuvaraj Kumar C D > wrote: >> From: Vasanth Ananthan >> >> This patch adds polling mode support for i2c-s3c2410 driver.The

Re: [PATCH V2] i2c: s3c2410 : Add polling mode support

2013-11-21 Thread Yuvaraj Kumar
Any comments on this patch? On Mon, Nov 11, 2013 at 4:50 PM, Yuvaraj Kumar C D wrote: > From: Vasanth Ananthan > > This patch adds polling mode support for i2c-s3c2410 driver.The > SATA PHY controller's CMU and TRSV block's are of I2C register > map in exynos5250.These blocks can be configured u

[PATCH V2] i2c: s3c2410 : Add polling mode support

2013-11-11 Thread Yuvaraj Kumar C D
From: Vasanth Ananthan This patch adds polling mode support for i2c-s3c2410 driver.The SATA PHY controller's CMU and TRSV block's are of I2C register map in exynos5250.These blocks can be configured using i2c. But i2c controller instance on which these block's sits lacks an interrupt line.Also t