Re: [PATCH v5 0/6] i2c: at91: add support to FIFOs and alternative command

2015-06-03 Thread Ludovic Desroches
For the whole set of patches: Acked-by: Ludovic Desroches Thanks Cyrille On Wed, Jun 03, 2015 at 06:25:16PM +0200, Cyrille Pitchen wrote: > ChangeLog > > v5: > - print I2C controller version in an already existing dev_info() instead of > adding a new one. > > v4: > - replace 0x%x by %#x when

[PATCH v5 0/6] i2c: at91: add support to FIFOs and alternative command

2015-06-03 Thread Cyrille Pitchen
ChangeLog v5: - print I2C controller version in an already existing dev_info() instead of adding a new one. v4: - replace 0x%x by %#x when printing I2C controller version - change the order of patches: the race condition bug fix becomes the first patch so it be can more easily applied to olde