commit | 02f88be9488a3d831f073c1161b1e5feacb9d3ec | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@atmel.com> | Tue Nov 22 11:55:54 2011 +0100 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Mon Nov 28 15:55:36 2011 +0530 |
tree | f4d9a53a2185a6e118ad64e2e27901a0ccb6e43a | |
parent | dcc817346d311bbd9dac6fc9d6bddb552134851c [diff] |
dmaengine: at_hdmac: simplify device selection from platform data or DT Using a configuration structure simplify the finding of SoC dependent parameters. Both platform data and device tree ids are using these structures. This will separate data from code and remove the need for an enum. Idea from Grant Likely. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>