Re: [PATCH v3 0/6] Add different features for I2C

2018-04-28 Thread Wolfram Sang
On Wed, Apr 11, 2018 at 03:24:52PM +0200, Pierre-Yves MORDRET wrote: > Append new I2C STM32F7 feature set. This includes 10 bit support, slave > support, SMBBus protocols support, DMA Support and eventually an I2C release > mechanism. Applied to for-next, thanks! While building, I saw this. While

[PATCH v3 0/6] Add different features for I2C

2018-04-11 Thread Pierre-Yves MORDRET
Append new I2C STM32F7 feature set. This includes 10 bit support, slave support, SMBBus protocols support, DMA Support and eventually an I2C release mechanism. --- Version history: v1: * Initial v2: * Kbuild test robot issue * I2C master recovery mechanism v3: