Re: [PATCH v3 0/3] i2c: at91: slave mode support

2018-12-21 Thread Ludovic Desroches
Hi Wolfram, On Tue, Dec 11, 2018 at 08:28:05PM +0100, Wolfram Sang wrote: > Hi Ludovic, > > > > > - fix checkpatch errors > > > > - tests: > > > >- hangs with a SAMA5D4 (master and slave on different busses) after > > > > about > > > >100 transfers. It's the firs time I do this test.

Re: [PATCH v3 0/3] i2c: at91: slave mode support

2018-12-11 Thread Wolfram Sang
Hi Ludovic, > > > - fix checkpatch errors > > > - tests: > > >- hangs with a SAMA5D4 (master and slave on different busses) after > > > about > > >100 transfers. It's the firs time I do this test. > > >- some mismatches with a SAMA5D4 as slave and a SAMA5D2 as master > > >I

Re: [PATCH v3 0/3] i2c: at91: slave mode support

2018-07-30 Thread Ludovic Desroches
On Sat, Jul 21, 2018 at 12:41:41AM +0200, Wolfram Sang wrote: > > [Ludovic Desroches] > > Changes in v3: > > - rebase (cherry-pick was enough) > > Thanks for the rebase. I wonder, though, I recall to had more > complicated issues. However... > > > - fix checkpatch errors > > - tests: > >-

Re: [PATCH v3 0/3] i2c: at91: slave mode support

2018-07-30 Thread Ludovic Desroches
On Sat, Jul 21, 2018 at 12:41:41AM +0200, Wolfram Sang wrote: > > [Ludovic Desroches] > > Changes in v3: > > - rebase (cherry-pick was enough) > > Thanks for the rebase. I wonder, though, I recall to had more > complicated issues. However... > > > - fix checkpatch errors > > - tests: > >-

Re: [PATCH v3 0/3] i2c: at91: slave mode support

2018-07-20 Thread Wolfram Sang
> [Ludovic Desroches] > Changes in v3: > - rebase (cherry-pick was enough) Thanks for the rebase. I wonder, though, I recall to had more complicated issues. However... > - fix checkpatch errors > - tests: >- hangs with a SAMA5D4 (master and slave on different busses) after about >100

Re: [PATCH v3 0/3] i2c: at91: slave mode support

2018-07-20 Thread Wolfram Sang
> [Ludovic Desroches] > Changes in v3: > - rebase (cherry-pick was enough) Thanks for the rebase. I wonder, though, I recall to had more complicated issues. However... > - fix checkpatch errors > - tests: >- hangs with a SAMA5D4 (master and slave on different busses) after about >100

[PATCH v3 0/3] i2c: at91: slave mode support

2018-07-16 Thread Ludovic Desroches
[Ludovic Desroches: see 'Changes in v3' section] Based on the discussion we had on the i2c-linux list [1], I wrote a patch for AT91 hardware and tried to fulfill the Linux I2C slave interface description [2] as good as possible. This enables aforementioned hardware to act as an I2C slave that can

[PATCH v3 0/3] i2c: at91: slave mode support

2018-07-16 Thread Ludovic Desroches
[Ludovic Desroches: see 'Changes in v3' section] Based on the discussion we had on the i2c-linux list [1], I wrote a patch for AT91 hardware and tried to fulfill the Linux I2C slave interface description [2] as good as possible. This enables aforementioned hardware to act as an I2C slave that can