Re: [PATCH v2 2/2] dmaengine: hdmac: Add scatter-gathered memset support

2015-10-22 Thread Nicolas Ferre
Le 22/10/2015 11:41, Maxime Ripard a écrit : > Just like memset support, the HDMAC might be used to do a memset over a > discontiguous memory area. > > In such a case, we'll just build up a chain of memset descriptors over the > contiguous chunks of memory to set, in order to allow such a support.

[PATCH v2 2/2] dmaengine: hdmac: Add scatter-gathered memset support

2015-10-22 Thread Maxime Ripard
Just like memset support, the HDMAC might be used to do a memset over a discontiguous memory area. In such a case, we'll just build up a chain of memset descriptors over the contiguous chunks of memory to set, in order to allow such a support. Signed-off-by: Maxime Ripard --- drivers/dma/at_hdm