Re: [PATCH v8 0/5] Add support for the STM32F4 I2C

2017-01-10 Thread Linus Walleij
On Thu, Jan 5, 2017 at 10:07 AM, M'boumba Cedric Madianga wrote: > This patchset adds support for the I2C controller embedded in STM32F4xx SoC. > It enables I2C transfer in interrupt mode with Standard-mode and Fast-mode bus > speed. The whole series: Reviewed-by: Linus Walleij Looks perfect f

[PATCH v8 0/5] Add support for the STM32F4 I2C

2017-01-05 Thread M'boumba Cedric Madianga
This patchset adds support for the I2C controller embedded in STM32F4xx SoC. It enables I2C transfer in interrupt mode with Standard-mode and Fast-mode bus speed. Changes since v7: - Remove unneeded parenthesis in some macro definitions (Uwe) - Fix some typo (s/KhzkHZ, s/PEC/POC) (Uwe) - Fix align