commit | 0e95fb9ceb82433f4f910d1cece0f4d6b0c25c51 | [log] [tgz] |
---|---|---|
author | Robert Jarzmik <rj@valbob.noip.me> | Tue Aug 11 22:16:32 2015 +0200 |
committer | Vinod Koul <vinod.koul@intel.com> | Mon Aug 17 14:52:09 2015 +0530 |
tree | 48d3445b94da9f4468abe70e5370c493ef9d0307 | |
parent | 272420214d261e97f08a4c555defb3924de06ae8 [diff] |
dmaengine: pxa_dma: don't use config direction parameter Don't use the direction passed in the configuration, and rely on each transfer's direction to prepare the transfers. This will enable future removal of direction parameter from dma_slave_config. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Vinod Koul <vinod.koul@intel.com>