Re: [PATCH v7 5/6] i2c: designware: add SLAVE mode functions

2017-03-22 Thread Jarkko Nikula
On 03/20/17 13:10, 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 I2C_DESIGNWARE_SLAVE

[PATCH v7 5/6] i2c: designware: add SLAVE mode functions

2017-03-20 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 architectu