All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 fpga 0/4] Gather DMA for Zynq FPGA programming
@ 2017-02-01 19:48 Jason Gunthorpe
  2017-02-01 19:48 ` [PATCH v4 fpga 1/4] fpga zynq: Check for errors after completing DMA Jason Gunthorpe
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jason Gunthorpe @ 2017-02-01 19:48 UTC (permalink / raw)
  To: Greg Kroah-Hartman, atull, Moritz Fischer; +Cc: linux-kernel, linux-fpga

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-02-10 16:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-01 19:48 [PATCH v4 fpga 0/4] Gather DMA for Zynq FPGA programming Jason Gunthorpe
2017-02-01 19:48 ` [PATCH v4 fpga 1/4] fpga zynq: Check for errors after completing DMA Jason Gunthorpe
2017-02-01 19:48 ` [PATCH v4 fpga 2/4] fpga zynq: Check the bitstream for validity Jason Gunthorpe
2017-02-01 19:48 ` [PATCH v4 fpga 3/4] fpga: Add scatterlist based programming Jason Gunthorpe
2017-02-01 19:48 ` [PATCH v4 fpga 4/4] fpga zynq: Use the scatterlist interface Jason Gunthorpe
2017-02-10 16:37   ` Alan Tull

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.