[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1318570705-17595-6-git-send-email-vinod.koul@intel.com>
Date: Fri, 14 Oct 2011 11:08:20 +0530
From: Vinod Koul <vinod.koul@...el.com>
To: dan.j.williams@...el.com
Cc: linux-kernel@...r.kernel.org, jaswinder.singh@...aro.org,
21cnbao@...il.com, rmk@....linux.org.uk,
Vinod Koul <vinod.koul@...ux.intel.com>
Subject: [PATCH 05/10] carma: move to dma_transfer_direction
From: Vinod Koul <vinod.koul@...ux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@...ux.intel.com>
CC Ira W. Snyder <iws@...o.caltech.edu>
---
drivers/misc/carma/carma-fpga-program.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/misc/carma/carma-fpga-program.c b/drivers/misc/carma/carma-fpga-program.c
index 7ce6065..c13e578 100644
--- a/drivers/misc/carma/carma-fpga-program.c
+++ b/drivers/misc/carma/carma-fpga-program.c
@@ -513,7 +513,7 @@ static noinline int fpga_program_dma(struct fpga_dev *priv)
* transaction, and then put it under external control
*/
memset(&config, 0, sizeof(config));
- config.direction = DMA_TO_DEVICE;
+ config.direction = MEM_TO_DEV;
config.dst_addr_width = DMA_SLAVE_BUSWIDTH_4_BYTES;
config.dst_maxburst = fpga_fifo_size(priv->regs) / 2 / 4;
ret = chan->device->device_control(chan, DMA_SLAVE_CONFIG,
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists