Re: [PATCH v11 2/6] i2c: designware: refactoring of the i2c-designware

2017-06-19 Thread Wolfram Sang
On Wed, Jun 14, 2017 at 11:43:22AM +0100, Luis Oliveira wrote: > - Factor out all _master() part of code from i2c-designware-core > and i2c-designware-platdrv to separate functions. > - Standardize all code related with MASTER mode. > - I have to take off DW_IC_INTR_TX_EMPTY from DW_IC_INTR_DEFAU

[PATCH v11 2/6] i2c: designware: refactoring of the i2c-designware

2017-06-14 Thread Luis Oliveira
- Factor out all _master() part of code from i2c-designware-core and i2c-designware-platdrv to separate functions. - Standardize all code related with MASTER mode. - I have to take off DW_IC_INTR_TX_EMPTY from DW_IC_INTR_DEFAULT_MASK because it is master specific. The purpose of this is to pre