Re: [U-Boot] [PATCH 3/3] rockchip: i2c: fix >32 byte writes

2016-09-05 Thread Simon Glass
Hi John, On 18 August 2016 at 13:08, John Keeping wrote: > The special handling of the chip address and register address must only > happen before we send the data buffer, otherwise we will end up > inserting both of these every 32 bytes. > > Signed-off-by: John Keeping > > --- > I'm not entirel

[U-Boot] [PATCH 3/3] rockchip: i2c: fix >32 byte writes

2016-08-18 Thread John Keeping
The special handling of the chip address and register address must only happen before we send the data buffer, otherwise we will end up inserting both of these every 32 bytes. Signed-off-by: John Keeping --- I'm not entirely sure about this; it's the smallest change that fixes the issue and I ca