Re: [PATCH v12 1/2] i2c: designware: add SLAVE mode functions

2017-06-27 Thread Wolfram Sang
On Thu, Jun 22, 2017 at 11:17:32AM +0100, Luis Oliveira wrote: > - Changes in Kconfig to enable I2C_DESIGNWARE_SLAVE support > - Slave functions added to core library file > - Slave abort sources added to common source file > - New driver: i2c-designware-slave added > - Changes in the Makefile to

Re: [PATCH v12 1/2] i2c: designware: add SLAVE mode functions

2017-06-27 Thread Wolfram Sang
On Thu, Jun 22, 2017 at 11:17:32AM +0100, Luis Oliveira wrote: > - Changes in Kconfig to enable I2C_DESIGNWARE_SLAVE support > - Slave functions added to core library file > - Slave abort sources added to common source file > - New driver: i2c-designware-slave added > - Changes in the Makefile to

Re: [PATCH v12 1/2] i2c: designware: add SLAVE mode functions

2017-06-27 Thread Jarkko Nikula
On 06/22/2017 01:17 PM, Luis Oliveira wrote: - Changes in Kconfig to enable I2C_DESIGNWARE_SLAVE support - Slave functions added to core library file - Slave abort sources added to common source file - New driver: i2c-designware-slave added - Changes in the Makefile to compile the

Re: [PATCH v12 1/2] i2c: designware: add SLAVE mode functions

2017-06-27 Thread Jarkko Nikula
On 06/22/2017 01:17 PM, Luis Oliveira wrote: - Changes in Kconfig to enable I2C_DESIGNWARE_SLAVE support - Slave functions added to core library file - Slave abort sources added to common source file - New driver: i2c-designware-slave added - Changes in the Makefile to compile the

Re: [PATCH v12 1/2] i2c: designware: add SLAVE mode functions

2017-06-27 Thread Andy Shevchenko
On Thu, 2017-06-22 at 11:17 +0100, Luis Oliveira wrote: > - Changes in Kconfig to enable I2C_DESIGNWARE_SLAVE support > - Slave functions added to core library file > - Slave abort sources added to common source file > - New driver: i2c-designware-slave added > - Changes in the Makefile to compile

Re: [PATCH v12 1/2] i2c: designware: add SLAVE mode functions

2017-06-27 Thread Andy Shevchenko
On Thu, 2017-06-22 at 11:17 +0100, Luis Oliveira wrote: > - Changes in Kconfig to enable I2C_DESIGNWARE_SLAVE support > - Slave functions added to core library file > - Slave abort sources added to common source file > - New driver: i2c-designware-slave added > - Changes in the Makefile to compile

[PATCH v12 1/2] i2c: designware: add SLAVE mode functions

2017-06-22 Thread Luis Oliveira
- Changes in Kconfig to enable I2C_DESIGNWARE_SLAVE support - Slave functions added to core library file - Slave abort sources added to common source file - New driver: i2c-designware-slave added - Changes in the Makefile to compile the I2C_DESIGNWARE_SLAVE module when supported by the

[PATCH v12 1/2] i2c: designware: add SLAVE mode functions

2017-06-22 Thread Luis Oliveira
- Changes in Kconfig to enable I2C_DESIGNWARE_SLAVE support - Slave functions added to core library file - Slave abort sources added to common source file - New driver: i2c-designware-slave added - Changes in the Makefile to compile the I2C_DESIGNWARE_SLAVE module when supported by the