Re: [PATCH v2 3/3] i2c: at91: added slave mode support

2017-12-11 Thread Juergen Fitschen
Hi Ludovic, thank you for your reply and sorry for the delayed response! I'm a little bit busy atm, as well. So I won't be able to reproduce that before the next week. I also want to try another I2C master: A wild Arduino Uno appeared on my desk ;) Thank you for your support for bringing this to

Re: [PATCH v2 3/3] i2c: at91: added slave mode support

2017-12-11 Thread Juergen Fitschen
Hi Ludovic, thank you for your reply and sorry for the delayed response! I'm a little bit busy atm, as well. So I won't be able to reproduce that before the next week. I also want to try another I2C master: A wild Arduino Uno appeared on my desk ;) Thank you for your support for bringing this to

Re: [PATCH v2 3/3] i2c: at91: added slave mode support

2017-12-03 Thread Ludovic Desroches
Hi Juergen, On Thu, Nov 09, 2017 at 06:22:29PM +0100, Juergen Fitschen wrote: > Slave mode driver is based on the concept of i2c-designware driver. > Sorry to be so long to answer you. I would like to test it before acking it. Unfortunately, I didn't have the time to perform all the tests I

Re: [PATCH v2 3/3] i2c: at91: added slave mode support

2017-12-03 Thread Ludovic Desroches
Hi Juergen, On Thu, Nov 09, 2017 at 06:22:29PM +0100, Juergen Fitschen wrote: > Slave mode driver is based on the concept of i2c-designware driver. > Sorry to be so long to answer you. I would like to test it before acking it. Unfortunately, I didn't have the time to perform all the tests I

[PATCH v2 3/3] i2c: at91: added slave mode support

2017-11-09 Thread Juergen Fitschen
Slave mode driver is based on the concept of i2c-designware driver. Signed-off-by: Juergen Fitschen --- Changes in v2: - Squashed commit "take slave mode capabilities of hardware into account" into this commit - Removed unused feature bit AT91_TWI_SM_HAS_FIFO - Added NACK

[PATCH v2 3/3] i2c: at91: added slave mode support

2017-11-09 Thread Juergen Fitschen
Slave mode driver is based on the concept of i2c-designware driver. Signed-off-by: Juergen Fitschen --- Changes in v2: - Squashed commit "take slave mode capabilities of hardware into account" into this commit - Removed unused feature bit AT91_TWI_SM_HAS_FIFO - Added NACK support -