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

2017-06-09 Thread Andy Shevchenko
On Fri, 2017-06-09 at 14:57 +0800, kbuild test robot wrote: > Hi Luis, > Luis, it seems you didn't rebase your patches against Wolfram's i2c-next tree. Please, rebase and retest. > [auto build test ERROR on wsa/i2c/for-next] > [also build test ERROR on v4.12-rc4 next-20170608] > [if your patch

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

2017-06-09 Thread Andy Shevchenko
On Thu, 2017-06-08 at 18:36 +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 v10 5/6] i2c: designware: add SLAVE mode functions

2017-06-08 Thread kbuild test robot
Hi Luis, [auto build test ERROR on wsa/i2c/for-next] [also build test ERROR on v4.12-rc4 next-20170608] [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-add-I2C-SLAVE-

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

2017-06-08 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