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

2017-03-17 Thread Jarkko Nikula
On 03/17/17 13:24, Luis Oliveira wrote: On 02-Mar-17 15:17, Luis Oliveira wrote: On 02-Mar-17 14:33, Jarkko Nikula wrote: On 03/01/17 17:59, Luis Oliveira wrote: - Changes in Kconfig to enable I2C_DESIGNWARE_SLAVE support - Slave functions added to core library file - Slave abort sources added

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

2017-03-17 Thread Luis Oliveira
On 02-Mar-17 15:17, Luis Oliveira wrote: > On 02-Mar-17 14:33, Jarkko Nikula wrote: >> On 03/01/17 17:59, 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 >>> -

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

2017-03-02 Thread Luis Oliveira
On 02-Mar-17 14:33, Jarkko Nikula wrote: > On 03/01/17 17:59, 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 >> - Cha

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

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

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

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

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

2017-02-15 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