On 28.09.2016, at 19:50, Noralf Trønnes <nor...@tronnes.org> wrote: > > Writing to an AT24C32 generates on average 2x i2c transfer errors per > 32-byte page write. Which amounts to a lot for a 4k write. This is due > to the fact that the chip doesn't respond during it's internal write > cycle when the at24 driver tries and retries the next write. > Only a handful drivers use dev_err() on transfer error, so switch to > dev_dbg() instead. > > Signed-off-by: Noralf Trønnes <nor...@tronnes.org> Reviewed-by: Martin Sperl <ker...@martin.sperl.org>
- [PATCH v3 0/7] i2c: bcm2835: Bring in changes from downstr... Noralf Trønnes
- [PATCH v3 3/7] i2c: bcm2835: Use dev_dbg logging on t... Noralf Trønnes
- Re: [PATCH v3 3/7] i2c: bcm2835: Use dev_dbg logg... Martin Sperl
- [PATCH v3 2/7] i2c: bcm2835: Protect against unexpect... Noralf Trønnes
- Re: [PATCH v3 2/7] i2c: bcm2835: Protect against ... Eric Anholt
- Re: [PATCH v3 2/7] i2c: bcm2835: Protect agai... Noralf Trønnes
- Re: [PATCH v3 2/7] i2c: bcm2835: Protect ... Stefan Wahren
- Re: [PATCH v3 2/7] i2c: bcm2835: Pro... Noralf Trønnes
- [PATCH v3 1/7] i2c: bcm2835: Fix hang for writing mes... Noralf Trønnes
- [PATCH v3 7/7] i2c: bcm2835: Add support for dynamic ... Noralf Trønnes
- Re: [PATCH v3 7/7] i2c: bcm2835: Add support for ... Eric Anholt
- Re: [PATCH v3 7/7] i2c: bcm2835: Add support ... Noralf Trønnes
- Re: [PATCH v3 7/7] i2c: bcm2835: Add support ... Martin Sperl