Re: [PATCH 02/14] mmc: mmci: internalize dma map/unmap into mmci dma functions

2018-09-03 Thread Ulf Hansson
On 1 August 2018 at 11:36, Ludovic Barre wrote: > From: Ludovic Barre > > This patch internalizes the management of dma map/unmap into > mmci dma interfaces. This allows to simplify and prepare the next dma > callbacks for mmci host ops. > mmci_dma_unmap was called in mmci_data_irq & mmci_cmd_irq

[PATCH 02/14] mmc: mmci: internalize dma map/unmap into mmci dma functions

2018-08-01 Thread Ludovic Barre
From: Ludovic Barre This patch internalizes the management of dma map/unmap into mmci dma interfaces. This allows to simplify and prepare the next dma callbacks for mmci host ops. mmci_dma_unmap was called in mmci_data_irq & mmci_cmd_irq functions and can be integrated in mmci_dma_data_error. Si