Re: [PATCH v5 5/7] i2c: designware: add SLAVE mode functions

2016-12-31 Thread kbuild test robot
Hi Luis, [auto build test ERROR on wsa/i2c/for-next] [also build test ERROR on v4.10-rc1 next-20161224] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Luis-Oliveira/i2c-designware-Cleaning-and-c

Re: [PATCH v5 5/7] i2c: designware: add SLAVE mode functions

2016-12-28 Thread Luis Oliveira
On 28-Dec-16 15:36, Andy Shevchenko wrote: > On Wed, 2016-12-28 at 14:43 +, Luis Oliveira wrote: >> - Changes in Kconfig to enable I2C_SLAVE support >> - Slave functions added to core library file >> - Slave abort sources added to common source file >> - New driver: i2c-designware-slave added >

Re: [PATCH v5 5/7] i2c: designware: add SLAVE mode functions

2016-12-28 Thread Andy Shevchenko
On Wed, 2016-12-28 at 14:43 +, Luis Oliveira wrote: > - Changes in Kconfig to enable I2C_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 it all > >

[PATCH v5 5/7] i2c: designware: add SLAVE mode functions

2016-12-28 Thread Luis Oliveira
- Changes in Kconfig to enable I2C_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 it all All the SLAVE flow is added but it is not enabled via platform driver