All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] Adds support to allow the bitstream configuration from pre-allocated dma-buffer
@ 2021-04-02  9:09 ` Nava kishore Manne
  0 siblings, 0 replies; 23+ messages in thread
From: Nava kishore Manne @ 2021-04-02  9:09 UTC (permalink / raw)
  To: mdf, trix, robh+dt, michal.simek, sumit.semwal, christian.koenig,
	linux-fpga, devicetree, linux-kernel, linux-arm-kernel,
	linux-media, dri-devel, linaro-mm-sig, git
  Cc: Nava kishore Manne

Nava kishore Manne (3):
  fpga: region: Add fpga-region property 'fpga-config-from-dmabuf'
  fpga: support loading from a pre-allocated buffer
  fpga: zynqmp: Use the scatterlist interface

 .../devicetree/bindings/fpga/fpga-region.txt  |   2 +
 drivers/fpga/fpga-mgr.c                       | 126 +++++++++++++++++-
 drivers/fpga/of-fpga-region.c                 |   3 +
 drivers/fpga/zynqmp-fpga.c                    |  35 +++++
 include/linux/fpga/fpga-mgr.h                 |   6 +-
 5 files changed, 169 insertions(+), 3 deletions(-)

-- 
2.18.0


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

end of thread, other threads:[~2021-04-09 14:49 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-02  9:09 [PATCH RFC 0/3] Adds support to allow the bitstream configuration from pre-allocated dma-buffer Nava kishore Manne
2021-04-02  9:09 ` Nava kishore Manne
2021-04-02  9:09 ` Nava kishore Manne
2021-04-02  9:09 ` [PATCH RFC 1/3] fpga: region: Add fpga-region property 'fpga-config-from-dmabuf' Nava kishore Manne
2021-04-02  9:09   ` Nava kishore Manne
2021-04-02  9:09   ` Nava kishore Manne
2021-04-09 14:47   ` Rob Herring
2021-04-09 14:47     ` Rob Herring
2021-04-09 14:47     ` Rob Herring
2021-04-02  9:09 ` [PATCH RFC 2/3] fpga: support loading from a pre-allocated buffer Nava kishore Manne
2021-04-02  9:09   ` Nava kishore Manne
2021-04-02  9:09   ` Nava kishore Manne
2021-04-02 11:17   ` kernel test robot
2021-04-02 13:58   ` kernel test robot
2021-04-06  6:42   ` Martin Hundebøll
2021-04-06  6:42     ` Martin Hundebøll
2021-04-06  6:42     ` Martin Hundebøll
2021-04-02  9:09 ` [PATCH RFC 3/3] fpga: zynqmp: Use the scatterlist interface Nava kishore Manne
2021-04-02  9:09   ` Nava kishore Manne
2021-04-02  9:09   ` Nava kishore Manne
2021-04-02 14:35 ` [PATCH RFC 0/3] Adds support to allow the bitstream configuration from pre-allocated dma-buffer Tom Rix
2021-04-02 14:35   ` Tom Rix
2021-04-02 14:35   ` Tom Rix

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.