Re: [PATCH v3 1/3] i2c: designware: wait for disable/enable only if necessary

2016-08-16 Thread Jarkko Nikula
Hi, + Wolfram On 07/29/2016 01:03 AM, Lucas De Marchi wrote: From: José Roberto de Souza If we aren't going to continue using the controller we can just disable it instead of waiting for it to complete. The biggest improvement here is when a I2C transaction is completed

Re: [PATCH v3 1/3] i2c: designware: wait for disable/enable only if necessary

2016-08-16 Thread Jarkko Nikula
Hi, + Wolfram On 07/29/2016 01:03 AM, Lucas De Marchi wrote: From: José Roberto de Souza If we aren't going to continue using the controller we can just disable it instead of waiting for it to complete. The biggest improvement here is when a I2C transaction is completed and it doesn't block

[PATCH v3 1/3] i2c: designware: wait for disable/enable only if necessary

2016-07-28 Thread Lucas De Marchi
From: José Roberto de Souza If we aren't going to continue using the controller we can just disable it instead of waiting for it to complete. The biggest improvement here is when a I2C transaction is completed and it doesn't block until the adapter is disabled. When a new

[PATCH v3 1/3] i2c: designware: wait for disable/enable only if necessary

2016-07-28 Thread Lucas De Marchi
From: José Roberto de Souza If we aren't going to continue using the controller we can just disable it instead of waiting for it to complete. The biggest improvement here is when a I2C transaction is completed and it doesn't block until the adapter is disabled. When a new transfer is needed we