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

2017-03-02 Thread Jarkko Nikula
On 03/01/17 17:59, 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_DEFAULT_MASK because it is

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

2017-03-02 Thread Jarkko Nikula
On 03/01/17 17:59, 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_DEFAULT_MASK because it is

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

2017-03-01 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

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

2017-03-01 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