Re: [PATCH 00/19] mmc: mmci: add stm32 sdmmc variant

2018-06-29 Thread Ulf Hansson
On 29 June 2018 at 15:51, Ludovic BARRE wrote: > hi Ulf > > I know that you very busy on other task, > but did you have time to look my serie. > do you have first feedback ? Apologize for the delay. I am going to catch up on mmc next week. At first glance, this looks reasonable. Kind regards Uf

Re: [PATCH 00/19] mmc: mmci: add stm32 sdmmc variant

2018-06-29 Thread Ludovic BARRE
hi Ulf I know that you very busy on other task, but did you have time to look my serie. do you have first feedback ? BR Ludo On 06/12/2018 03:14 PM, Ludovic Barre wrote: From: Ludovic Barre This patch series adapts mmci driver to add support for stm32 sdmmc variant. stm32h7 SoC integrates th

[PATCH 00/19] mmc: mmci: add stm32 sdmmc variant

2018-06-12 Thread Ludovic Barre
From: Ludovic Barre This patch series adapts mmci driver to add support for stm32 sdmmc variant. stm32h7 SoC integrates the first revision of stm32 sdmmc. This series is composed of 3 parts: -Prepare mmci driver to manage dma interfaces by adding property. New mmci dma API is defined according