Re: [PATCH] af9035: fix and enhance I2C adapter

2012-04-03 Thread Michael Büsch
On Tue, 3 Apr 2012 02:32:35 +0300 Antti Palosaari wrote: > There was a bug I2C adapter writes and reads one byte too much. > As the most I2C clients has auto-increment register addressing > this leads next register from the target register overwritten by > garbage data. > > As a change remove w

[PATCH] af9035: fix and enhance I2C adapter

2012-04-02 Thread Antti Palosaari
There was a bug I2C adapter writes and reads one byte too much. As the most I2C clients has auto-increment register addressing this leads next register from the target register overwritten by garbage data. As a change remove whole register address byte usage and write data directly to the I2C bus