Xilinx: ARM: DMA: Updated to latest kernel changes.
commitccafdb536fdb4e4eb670a41b0eed5ba28b414499
authorSrikanthT <sthokal@xilinx.com>
Sun, 9 Sep 2012 17:53:43 +0000 (9 23:23 +0530)
committerJohn Linn <john.linn@xilinx.com>
Fri, 21 Sep 2012 16:15:39 +0000 (21 09:15 -0700)
treec8960581e1a5214e8f997b8bb17a3ff6bdf42984
parent30ee17b3bc453cfc8bebd704e40b6a24c83da854
Xilinx: ARM: DMA: Updated to latest kernel changes.

In the latest kernel, there are some API changes and also
there is a new enum defined. This patch is created to
update these changes. The changes are in brief,
1. API 'prep_slave_sg' is modified to take an additional
   argument 'void *context'.
2. A new enum 'dma_transfer_direction' has been added.
   This replaces 'dma_data_direction' enum.
All the files which need this changes are updated.

Signed-off-by: SrikanthT <sthokal@xilinx.com>
drivers/dma/dmatest.c.cdma_dma
drivers/dma/dmatest.c.vdma
drivers/dma/xilinx_dma.c
include/linux/amba/xilinx_dma.h