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

2015-06-10 Thread Wolfram Sang
After fixing the version string in patch 5 as mentioned there, and added the acks from Ludovic for the previous version. Applied to for-next, thanks! And unrelated to your series, just in case you feel like it, my code checkers say: drivers/i2c/busses/i2c-at91.c:213: style: Checking if

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

2015-06-10 Thread Wolfram Sang
On Tue, Jun 09, 2015 at 06:22:13PM +0200, Cyrille Pitchen wrote: ChangeLog v6: - replace at91sama5d2 by sama5d2. 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 -

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

2015-06-09 Thread Cyrille Pitchen
ChangeLog v6: - replace at91sama5d2 by sama5d2. 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