commit | d5f6d8cf31a89045fe5d8fe283ae428763e243a7 | [log] [tgz] |
---|---|---|
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | Thu Sep 28 03:49:21 2017 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Oct 16 12:31:24 2017 +0530 |
tree | 767577d428a3f4f989ead50204f4b936afde7967 | |
parent | 88d8622c0071def657a7eb6c7fd97471808ea9bc [diff] |
dmaengine: sun6i: Enable additional burst lengths/widths on H3 The H3 supports bursts lengths of 1, 4, 8 and 16 transfers, each with a width of 1, 2, 4 or 8 bytes. The register value for the the width is log2-encoded, change the conversion function to provide the correct value for width == 8. Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>