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

2018-03-24 Thread Wolfram Sang
On Wed, Mar 21, 2018 at 05:48:54PM +0100, 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 recovery > mechanism. So, I gave a few comments. For hardware details (especially DM

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

2018-03-21 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 recovery mechanism. --- Version history: v1: * Initial v2: * Kbuild test robot issue * I2C master recovery mechanism --- P