Re: [PATCH V8 2/2] i2c/designware: Provide i2c bus recovery support

2013-01-23 Thread Viresh Kumar
On 24 January 2013 12:54, Wolfram Sang wrote: > On Mon, Dec 03, 2012 at 08:24:05AM +0530, Viresh Kumar wrote: >> @@ -538,7 +538,11 @@ i2c_dw_xfer(struct i2c_adapter *adap, struct i2c_msg >> msgs[], int num) >> ret = wait_for_completion_interruptible_timeout(&dev->cmd_complete, >> HZ); >>

Re: [PATCH V8 2/2] i2c/designware: Provide i2c bus recovery support

2013-01-23 Thread Wolfram Sang
On Mon, Dec 03, 2012 at 08:24:05AM +0530, Viresh Kumar wrote: > Add bus recovery support for designware_i2c controller. It uses generic gpio > based i2c_gpio_recover_bus() routine. Platforms need to pass struct > i2c_bus_recovery_info as platform data designware I2C controller. > > Signed-off-by:

[PATCH V8 2/2] i2c/designware: Provide i2c bus recovery support

2012-12-02 Thread Viresh Kumar
Add bus recovery support for designware_i2c controller. It uses generic gpio based i2c_gpio_recover_bus() routine. Platforms need to pass struct i2c_bus_recovery_info as platform data designware I2C controller. Signed-off-by: Vincenzo Frascino Signed-off-by: Shiraz Hashim Signed-off-by: Viresh K