Re: [RFC V2 03/12] i2c: at91: make use of the new infrastructure for quirks

2015-03-12 Thread Wolfram Sang
You can add my Acked-by and Tested-By: Ludovic Desroches ludovic.desroc...@atmel.com Tested on sama5d3, some problems with at24 eeprom on sama5d4 but it doesn't come from the i2c quirks patch series. Thanks for testing! Are the eeprom problems something which needs fixing upstream?

Re: [RFC V2 03/12] i2c: at91: make use of the new infrastructure for quirks

2015-03-10 Thread Ludovic Desroches
Hi Wolfram, You can add my Acked-by and Tested-By: Ludovic Desroches ludovic.desroc...@atmel.com Tested on sama5d3, some problems with at24 eeprom on sama5d4 but it doesn't come from the i2c quirks patch series. Regards Ludovic On Sun, Mar 08, 2015 at 09:28:45AM +0100, Wolfram Sang wrote:

Re: [RFC V2 03/12] i2c: at91: make use of the new infrastructure for quirks

2015-03-09 Thread Ludovic Desroches
Hi Wolfram, On Sun, Mar 08, 2015 at 09:28:45AM +0100, Wolfram Sang wrote: On Wed, Feb 25, 2015 at 05:01:54PM +0100, Wolfram Sang wrote: From: Wolfram Sang wsa+rene...@sang-engineering.com Signed-off-by: Wolfram Sang wsa+rene...@sang-engineering.com Hi Ludovic, if you have a few

Re: [RFC V2 03/12] i2c: at91: make use of the new infrastructure for quirks

2015-03-08 Thread Wolfram Sang
On Wed, Feb 25, 2015 at 05:01:54PM +0100, Wolfram Sang wrote: From: Wolfram Sang wsa+rene...@sang-engineering.com Signed-off-by: Wolfram Sang wsa+rene...@sang-engineering.com Hi Ludovic, if you have a few minutes, could you please test this series? I'd like to include it in 4.1. and because

[RFC V2 03/12] i2c: at91: make use of the new infrastructure for quirks

2015-02-25 Thread Wolfram Sang
From: Wolfram Sang wsa+rene...@sang-engineering.com Signed-off-by: Wolfram Sang wsa+rene...@sang-engineering.com --- drivers/i2c/busses/i2c-at91.c | 32 +++- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/drivers/i2c/busses/i2c-at91.c