commit | ce2a673d66b2cab4b459981be1a28bbb6c071555 | [log] [tgz] |
---|---|---|
author | Maxime Ripard <maxime.ripard@free-electrons.com> | Thu Oct 22 11:40:59 2015 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Thu Oct 29 10:40:09 2015 +0900 |
tree | fed6fe66f0a8b2d5379c7e587a1bc165472a6adc | |
parent | 0d49fee9c11ed1864f286d52eae2b73a7df0a7c8 [diff] |
dmaengine: hdmac: factorise memset descriptor allocation The memset and scatter gathered memset are going to use some common logic to create their descriptors. Move that logic into a function of its own so that we can share it with the future memset_sg callback. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>