[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1485978525-13676-1-git-send-email-jgunthorpe@obsidianresearch.com>
Date: Wed, 1 Feb 2017 12:48:41 -0700
From: Jason Gunthorpe <jgunthorpe@...idianresearch.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
atull@...nsource.altera.com,
Moritz Fischer <moritz.fischer@...us.com>
Cc: linux-kernel@...r.kernel.org, linux-fpga@...r.kernel.org
Subject: [PATCH v4 fpga 0/4] Gather DMA for Zynq FPGA programming
Hi Greg/Alan,
This should be ready to land in 4.11, it is now fully acked.
The purpose of this series is to implement Gather DMA for Zynq FPGA
programming. Previously the driver would allocate a large contiguous DMA
buffer and copy the bitfile into it.
Jason Gunthorpe (4):
fpga zynq: Check for errors after completing DMA
fpga zynq: Check the bitstream for validity
fpga: Add scatterlist based programming
fpga zynq: Use the scatterlist interface
Documentation/fpga/fpga-mgr.txt | 19 +++-
drivers/fpga/fpga-mgr.c | 236 +++++++++++++++++++++++++++++++++++-----
drivers/fpga/zynq-fpga.c | 233 ++++++++++++++++++++++++++++++---------
include/linux/fpga/fpga-mgr.h | 5 +
4 files changed, 407 insertions(+), 86 deletions(-)
--
2.7.4
Powered by blists - more mailing lists