Re: [PATCH] drivers: fpga: intel_sdm_mb: Flush cache before FPGA configuration

2025-05-21 Thread Michal Simek
On 5/6/25 03:28, Naresh Kumar Ravulapalli wrote: FPGA configuration encounters failure when the cache is not flushed. Add cache flushing to the memory region that holds the FPGA configuration bitstream. Signed-off-by: Naresh Kumar Ravulapalli --- drivers/fpga/intel_sdm_mb.c | 7 +++ 1

[PATCH] drivers: fpga: intel_sdm_mb: Flush cache before FPGA configuration

2025-05-05 Thread Naresh Kumar Ravulapalli
FPGA configuration encounters failure when the cache is not flushed. Add cache flushing to the memory region that holds the FPGA configuration bitstream. Signed-off-by: Naresh Kumar Ravulapalli --- drivers/fpga/intel_sdm_mb.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/fpg

[PATCH] drivers: fpga: intel_sdm_mb: Flush cache before FPGA configuration

2022-11-22 Thread Jit Loon Lim
From: Yau Wai Gan FPGA configuration encounter failure when the cache is not flushed. Add cache flushing to the memory region that holds the FPGA configuration bitstream. Signed-off-by: Yau Wai Gan Signed-off-by: Jit Loon Lim --- drivers/fpga/intel_sdm_mb.c | 6 ++ 1 file changed, 6 inser