Re: [PATCH 0/5] Add support for STM32F4 SPI

2018-12-17 Thread Amelie DELAUNAY
Hi Cezary, On 12/10/18 8:05 PM, Cezary Gapiński wrote: > Hi Amelie, > > On Mon, 2018-12-10 at 12:37 +, Amelie DELAUNAY wrote: >> Hi Cezary, >> >> On 12/9/18 2:53 PM, cezary.gapin...@gmail.com wrote: >>> >>> From: Cezary Gapinski >>> >>> This series of patches adds support for first generatio

Re: [PATCH 0/5] Add support for STM32F4 SPI

2018-12-10 Thread Cezary Gapiński
Hi Amelie, On Mon, 2018-12-10 at 12:37 +, Amelie DELAUNAY wrote: > Hi Cezary, > > On 12/9/18 2:53 PM, cezary.gapin...@gmail.com wrote: > > > > From: Cezary Gapinski > > > > This series of patches adds support for first generation of SPI > > interface > > for STM32F4 family. > > > First of

Re: [PATCH 0/5] Add support for STM32F4 SPI

2018-12-10 Thread Amelie DELAUNAY
Hi Cezary, On 12/9/18 2:53 PM, cezary.gapin...@gmail.com wrote: > From: Cezary Gapinski > > This series of patches adds support for first generation of SPI interface > for STM32F4 family. > First of all, thanks for adding STM32F4 SPI support. > This version of driver is mostly different to ST

[PATCH 0/5] Add support for STM32F4 SPI

2018-12-09 Thread cezary . gapinski
From: Cezary Gapinski This series of patches adds support for first generation of SPI interface for STM32F4 family. This version of driver is mostly different to STM32H7 one. Based on linux kernel I2C drivers for STM32 where drivers were splited into STM32F4 and STM32F7 family the same approach