Re: [PATCH 01/19] mmc: mmci: regroup and define dma operations

2018-07-12 Thread Ludovic BARRE
On 07/11/2018 02:16 PM, Ulf Hansson wrote: On 11 July 2018 at 11:41, Ludovic BARRE wrote: On 07/05/2018 05:17 PM, Ulf Hansson wrote: On 12 June 2018 at 15:14, Ludovic Barre wrote: From: Ludovic Barre Prepare mmci driver to manage dma interface by new property. This patch defines

Re: [PATCH 01/19] mmc: mmci: regroup and define dma operations

2018-07-12 Thread Ludovic BARRE
On 07/11/2018 02:16 PM, Ulf Hansson wrote: On 11 July 2018 at 11:41, Ludovic BARRE wrote: On 07/05/2018 05:17 PM, Ulf Hansson wrote: On 12 June 2018 at 15:14, Ludovic Barre wrote: From: Ludovic Barre Prepare mmci driver to manage dma interface by new property. This patch defines

Re: [PATCH 01/19] mmc: mmci: regroup and define dma operations

2018-07-11 Thread Ulf Hansson
On 11 July 2018 at 11:41, Ludovic BARRE wrote: > > > On 07/05/2018 05:17 PM, Ulf Hansson wrote: >> >> On 12 June 2018 at 15:14, Ludovic Barre wrote: >>> >>> From: Ludovic Barre >>> >>> Prepare mmci driver to manage dma interface by new property. >>> This patch defines and regroups dma

Re: [PATCH 01/19] mmc: mmci: regroup and define dma operations

2018-07-11 Thread Ulf Hansson
On 11 July 2018 at 11:41, Ludovic BARRE wrote: > > > On 07/05/2018 05:17 PM, Ulf Hansson wrote: >> >> On 12 June 2018 at 15:14, Ludovic Barre wrote: >>> >>> From: Ludovic Barre >>> >>> Prepare mmci driver to manage dma interface by new property. >>> This patch defines and regroups dma

Re: [PATCH 01/19] mmc: mmci: regroup and define dma operations

2018-07-11 Thread Ludovic BARRE
On 07/05/2018 05:17 PM, Ulf Hansson wrote: On 12 June 2018 at 15:14, Ludovic Barre wrote: From: Ludovic Barre Prepare mmci driver to manage dma interface by new property. This patch defines and regroups dma operations for mmci drivers. mmci_dma_XX prototypes are added to call member of

Re: [PATCH 01/19] mmc: mmci: regroup and define dma operations

2018-07-11 Thread Ludovic BARRE
On 07/05/2018 05:17 PM, Ulf Hansson wrote: On 12 June 2018 at 15:14, Ludovic Barre wrote: From: Ludovic Barre Prepare mmci driver to manage dma interface by new property. This patch defines and regroups dma operations for mmci drivers. mmci_dma_XX prototypes are added to call member of

Re: [PATCH 01/19] mmc: mmci: regroup and define dma operations

2018-07-05 Thread Ulf Hansson
On 12 June 2018 at 15:14, Ludovic Barre wrote: > From: Ludovic Barre > > Prepare mmci driver to manage dma interface by new property. > This patch defines and regroups dma operations for mmci drivers. > mmci_dma_XX prototypes are added to call member of mmci_dma_ops > if not null. Based on

Re: [PATCH 01/19] mmc: mmci: regroup and define dma operations

2018-07-05 Thread Ulf Hansson
On 12 June 2018 at 15:14, Ludovic Barre wrote: > From: Ludovic Barre > > Prepare mmci driver to manage dma interface by new property. > This patch defines and regroups dma operations for mmci drivers. > mmci_dma_XX prototypes are added to call member of mmci_dma_ops > if not null. Based on

[PATCH 01/19] mmc: mmci: regroup and define dma operations

2018-06-12 Thread Ludovic Barre
From: Ludovic Barre Prepare mmci driver to manage dma interface by new property. This patch defines and regroups dma operations for mmci drivers. mmci_dma_XX prototypes are added to call member of mmci_dma_ops if not null. Based on legacy need, a mmci dma interface has been defined with:

[PATCH 01/19] mmc: mmci: regroup and define dma operations

2018-06-12 Thread Ludovic Barre
From: Ludovic Barre Prepare mmci driver to manage dma interface by new property. This patch defines and regroups dma operations for mmci drivers. mmci_dma_XX prototypes are added to call member of mmci_dma_ops if not null. Based on legacy need, a mmci dma interface has been defined with: