Re: [PATCH v4 0/4] i2c: designware: improve performance for transfers

2016-08-25 Thread Wolfram Sang
On Tue, Aug 23, 2016 at 07:18:52PM -0300, Lucas De Marchi wrote: > Diff from v3: > > - Fix over 80chars in one place > > - Move check for adapter being able to dynamically update TAR to be done > on probe time rather than init as requested by Jarkko > > For the previous version,

Re: [PATCH v4 0/4] i2c: designware: improve performance for transfers

2016-08-25 Thread Wolfram Sang
On Tue, Aug 23, 2016 at 07:18:52PM -0300, Lucas De Marchi wrote: > Diff from v3: > > - Fix over 80chars in one place > > - Move check for adapter being able to dynamically update TAR to be done > on probe time rather than init as requested by Jarkko > > For the previous version,

Re: [PATCH v4 0/4] i2c: designware: improve performance for transfers

2016-08-25 Thread Christian Ruppert
On 24.08.2016 00:18, Lucas De Marchi wrote: > Diff from v3: > > - Fix over 80chars in one place > > - Move check for adapter being able to dynamically update TAR to be done > on probe time rather than init as requested by Jarkko > > For the previous version, Christian had added: >

Re: [PATCH v4 0/4] i2c: designware: improve performance for transfers

2016-08-25 Thread Christian Ruppert
On 24.08.2016 00:18, Lucas De Marchi wrote: > Diff from v3: > > - Fix over 80chars in one place > > - Move check for adapter being able to dynamically update TAR to be done > on probe time rather than init as requested by Jarkko > > For the previous version, Christian had added: >

Re: [PATCH v4 0/4] i2c: designware: improve performance for transfers

2016-08-24 Thread Jarkko Nikula
On 08/24/2016 01:18 AM, Lucas De Marchi wrote: Diff from v3: - Fix over 80chars in one place - Move check for adapter being able to dynamically update TAR to be done on probe time rather than init as requested by Jarkko For the previous version, Christian had added: Tested-by:

Re: [PATCH v4 0/4] i2c: designware: improve performance for transfers

2016-08-24 Thread Jarkko Nikula
On 08/24/2016 01:18 AM, Lucas De Marchi wrote: Diff from v3: - Fix over 80chars in one place - Move check for adapter being able to dynamically update TAR to be done on probe time rather than init as requested by Jarkko For the previous version, Christian had added: Tested-by:

[PATCH v4 0/4] i2c: designware: improve performance for transfers

2016-08-23 Thread Lucas De Marchi
Diff from v3: - Fix over 80chars in one place - Move check for adapter being able to dynamically update TAR to be done on probe time rather than init as requested by Jarkko For the previous version, Christian had added: Tested-by: Christian Ruppert

[PATCH v4 0/4] i2c: designware: improve performance for transfers

2016-08-23 Thread Lucas De Marchi
Diff from v3: - Fix over 80chars in one place - Move check for adapter being able to dynamically update TAR to be done on probe time rather than init as requested by Jarkko For the previous version, Christian had added: Tested-by: Christian Ruppert on TB101 with Linux-4.7 And