Re: [PATCH v2 0/6] mmc: renesas-sdhi: refactor DMA support

2017-05-22 Thread Simon Horman
On Fri, May 19, 2017 at 10:30:07AM +0200, Ulf Hansson wrote: > On 18 May 2017 at 22:14, Wolfram Sang wrote: > > On Wed, May 10, 2017 at 11:25:24AM +0200, Simon Horman wrote: > >> Hi Wolfram, Hi Ulf, Hi Arnd, Hi all, > >> > >> the intention of this patch-set is to refactor the

Re: [PATCH v2 0/6] mmc: renesas-sdhi: refactor DMA support

2017-05-19 Thread Ulf Hansson
On 18 May 2017 at 22:14, Wolfram Sang wrote: > On Wed, May 10, 2017 at 11:25:24AM +0200, Simon Horman wrote: >> Hi Wolfram, Hi Ulf, Hi Arnd, Hi all, >> >> the intention of this patch-set is to refactor the DMA support in >> the Renesas SDHI driver in order to make it easier to

Re: [PATCH v2 0/6] mmc: renesas-sdhi: refactor DMA support

2017-05-18 Thread Wolfram Sang
On Wed, May 10, 2017 at 11:25:24AM +0200, Simon Horman wrote: > Hi Wolfram, Hi Ulf, Hi Arnd, Hi all, > > the intention of this patch-set is to refactor the DMA support in > the Renesas SDHI driver in order to make it easier to add support > for using the SDHI hardware with different DMA

Re: [PATCH v2 0/6] mmc: renesas-sdhi: refactor DMA support

2017-05-11 Thread Simon Horman
On Wed, May 10, 2017 at 12:07:02PM +0200, Arnd Bergmann wrote: > On Wed, May 10, 2017 at 11:25 AM, Simon Horman > wrote: > > Hi Wolfram, Hi Ulf, Hi Arnd, Hi all, > > > > the intention of this patch-set is to refactor the DMA support in > > the Renesas SDHI driver in

Re: [PATCH v2 0/6] mmc: renesas-sdhi: refactor DMA support

2017-05-10 Thread Arnd Bergmann
On Wed, May 10, 2017 at 11:25 AM, Simon Horman wrote: > Hi Wolfram, Hi Ulf, Hi Arnd, Hi all, > > the intention of this patch-set is to refactor the DMA support in > the Renesas SDHI driver in order to make it easier to add support > for using the SDHI hardware with

[PATCH v2 0/6] mmc: renesas-sdhi: refactor DMA support

2017-05-10 Thread Simon Horman
Hi Wolfram, Hi Ulf, Hi Arnd, Hi all, the intention of this patch-set is to refactor the DMA support in the Renesas SDHI driver in order to make it easier to add support for using the SDHI hardware with different DMA implementations. This is based on earlier work, posted as "[PATCH/RFC v3 0/6]