ation data.
Signed-off-by: Nava kishore Manne
---
drivers/fpga/fpga-mgr.c | 126 +-
drivers/fpga/of-fpga-region.c | 3 +
include/linux/fpga/fpga-mgr.h | 6 +-
3 files changed, 132 insertions(+), 3 deletions(-)
diff --git a/drivers/fpga/fpga-mgr.c b/drivers
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
Allows drivers to request the Configuration image
be loaded from dma-able continuous buffer to avoid
needless memory pressure and delays due to multiple
copies.
Signed-off-by: Nava kishore Manne
---
drivers/fpga/zynqmp-fpga.c | 35 +++
1 file changed, 35
Add "fpga-config-from-dmabuf" property to allow the bitstream
configuration from pre-allocated dma-buffer.
Signed-off-by: Nava kishore Manne
---
Documentation/devicetree/bindings/fpga/fpga-region.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bin
now if any improvements
are required.
Nava kishore Manne (2):
fpga: support loading from a pre-allocated buffer
fpga: versal: Use the scatterlist interface
drivers/fpga/fpga-mgr.c | 113 ++
drivers/fpga/versal-fpga.c| 13
include/linux/fpga/fpga-mgr.h |
ation data.
Signed-off-by: Nava kishore Manne
---
drivers/fpga/fpga-mgr.c | 113 ++
include/linux/fpga/fpga-mgr.h | 10 +++
2 files changed, 123 insertions(+)
diff --git a/drivers/fpga/fpga-mgr.c b/drivers/fpga/fpga-mgr.c
index 06651389c592..23d2b4d45827 10
Allows drivers to request the Configuration image
be loaded from dma-able continuous buffer to avoid
needless memory pressure and delays due to multiple
copies.
Signed-off-by: Nava kishore Manne
---
drivers/fpga/versal-fpga.c | 13 +
1 file changed, 13 insertions(+)
diff --git a