commit | 20cadcb4df3eebd82410eab4aa91d5b083e16cd1 | [log] [tgz] |
---|---|---|
author | Ludovic Desroches <ludovic.desroches@atmel.com> | Wed Jun 17 16:22:26 2015 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Fri Jul 31 20:33:41 2015 +0530 |
tree | d8a37d31b687114016edd36003b787a6742a77f4 | |
parent | 5dd90e5b91e0f5c925b12b132c7cd27538870256 [diff] |
dmaengine: at_xdmac: fix bug about channel configuration When using descriptor view 2 or higher, we don't write the configuration into AT_XDMAC_CC register because this configuration will be fetch from the descriptor. Unfortunately, the PROT bit is not updated with this method, we have to do it manually before enabling the channel. Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>