commit | 67348450b86cb1b42aa4dd55cf7cde19c2e53461 | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@atmel.com> | Mon Oct 17 14:56:40 2011 +0200 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Thu Nov 10 14:13:33 2011 +0530 |
tree | 85bae4e8095d9cf41f539f401d179dcc9fde35b8 | |
parent | 1ea6b8f48918282bdca0b32a34095504ee65bab5 [diff] |
dmaengine: at_hdmac: platform data move to use .id_table We remove the use of platform data from DMA controller driver. We now use of .id_table to distinguish between compatible types. The two implementations allow to determine the number of channels and the capabilities of the controller. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>