Re: [PATCH 1/8 v2] i2c: i2c-bfin-twi: Illegal i2c bus lock upon certain transfer scenarios.

2012-07-13 Thread Wolfram Sang
On Wed, Jun 13, 2012 at 04:22:40PM +0800, Sonic Zhang wrote: > From: Michael Hennerich > > For transfer counts > 255 bytes i2c-bfin-twi sets the data > transfer counter DCNT to 0xFF indicating unlimited transfers. > It then uses a flag iface->manual_stop to manually issue the STOP > condition,

Re: [PATCH 1/8 v2] i2c: i2c-bfin-twi: Illegal i2c bus lock upon certain transfer scenarios.

2012-07-13 Thread Wolfram Sang
On Wed, Jun 13, 2012 at 04:22:40PM +0800, Sonic Zhang wrote: From: Michael Hennerich michael.henner...@analog.com For transfer counts 255 bytes i2c-bfin-twi sets the data transfer counter DCNT to 0xFF indicating unlimited transfers. It then uses a flag iface-manual_stop to manually issue