dmaengine: at_hdmac: platform data move to use .id_table
authorNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 17 Oct 2011 12:56:40 +0000 (14:56 +0200)
committerVinod Koul <vinod.koul@linux.intel.com>
Thu, 10 Nov 2011 08:43:33 +0000 (14:13 +0530)
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>
drivers/dma/at_hdmac.c
drivers/dma/at_hdmac_regs.h

Simple merge
Simple merge