Re: [PATCH] mmc: atmel-mci: fix burst/chunk size modification

2012-06-06 Thread Chris Ball
Hi, On Wed, Jun 06 2012, ludovic.desroc...@atmel.com wrote: > From: Nicolas Ferre > > The use of DMA slave config operation requires that the burst size > (aka chunk size) is specified through this interface. > Modify atmel-mci slave driver to use this specification on its side. > > Signed-off-by

[PATCH] mmc: atmel-mci: fix burst/chunk size modification

2012-06-06 Thread ludovic.desroches
From: Nicolas Ferre The use of DMA slave config operation requires that the burst size (aka chunk size) is specified through this interface. Modify atmel-mci slave driver to use this specification on its side. Signed-off-by: Nicolas Ferre Signed-off-by: Ludovic Desroches --- Hi Chris, Sorry f

Re: [PATCH] mmc: atmel-mci: fix burst/chunk size modification

2012-06-06 Thread Chris Ball
Hi, On Wed, May 16 2012, ludovic.desroc...@atmel.com wrote: > From: Nicolas Ferre > > The use of DMA slave config operation requires that the burst size > (aka chunk size) is specified through this interface. > Modify atmel-mci slave driver to use this specification on its side. > > Signed-off-by

[PATCH] mmc: atmel-mci: fix burst/chunk size modification

2012-05-16 Thread ludovic.desroches
From: Nicolas Ferre The use of DMA slave config operation requires that the burst size (aka chunk size) is specified through this interface. Modify atmel-mci slave driver to use this specification on its side. Signed-off-by: Nicolas Ferre Signed-off-by: Ludovic Desroches --- drivers/mmc/host

[PATCH] mmc: atmel-mci: fix burst/chunk size modification

2012-05-16 Thread ludovic.desroches
This patch requires the following set of patches from slave-dma/next: 1dd1ea8 dmaengine: at_hdmac: take maxburst from slave configuration b409ebf dmaengine: at_hdmac: remove ATC_DEFAULT_CTRLA constant b89a9cb dmaengine: at_hdmac: remove some at_dma_slave comments Regards Ludovic -- To unsubscr