commit | 60d151f38799d5e15845ee04b73cbf3839f1b06c | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Mon Oct 29 16:54:49 2012 +0100 |
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Tue Nov 20 15:58:56 2012 +0100 |
tree | e360fb470a5ba59e6a5363d964b355d3fdae5456 | |
parent | a6b4a9d2c1063ffc52ca94b6c1b24f9b6d5b79c5 [diff] |
dma: mv_xor: allow channels to be registered directly from the main device Extend the XOR engine driver (currently called "mv_xor_shared") so that XOR channels can be passed in the platform_data structure, and be registered from there. This will allow the users of the driver to be converted to the single platform_driver variant of the mv_xor driver. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>