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

2013-05-31 Thread Viresh Kumar
On 13 May 2013 14:48, Viresh Kumar wrote: > On 5 April 2013 12:12, Viresh Kumar wrote: >> Hi Wolfram, >> >> On 25 January 2013 15:17, Viresh Kumar wrote: >>> Add bus recovery support for designware_i2c controller. It uses generic gpio >>> based i2c_gpio_recover_bus() routine. Platforms need to p

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

2013-05-13 Thread Viresh Kumar
On 5 April 2013 12:12, Viresh Kumar wrote: > Hi Wolfram, > > On 25 January 2013 15:17, 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 da

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

2013-04-04 Thread Viresh Kumar
Hi Wolfram, On 25 January 2013 15:17, 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 to designware I2C controller. > > Signed-off-by:

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

2013-01-25 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 to designware I2C controller. Signed-off-by: Vincenzo Frascino Signed-off-by: Shiraz Hashim Signed-off-by: Vires