On 22 June 2018 at 10:47, Sai Pavan Boddu <sai.pavan.bo...@xilinx.com> wrote: > From: Sai Pavan Boddu <saip...@xilinx.com> > > Qspi dma has a burst length of 64 bytes, So limit the transactions w.r.t > dma-burst-size property. > > Signed-off-by: Sai Pavan Boddu <saip...@xilinx.com> > Reviewed-by: Edgar E. Iglesias <edgar.igles...@xilinx.com> > --- > Changes for V2: > Remove dynamic allocation of dma_buf and limit burst size to 2k > Changes for V3: > Instead of proceeding with max burst size, report user the error. > Changes for V4: > move dma_buf to the bottom of XlnxZynqMPQSPIPS > > hw/ssi/xilinx_spips.c | 23 ++++++++++++++++++++--- > include/hw/ssi/xilinx_spips.h | 5 ++++- > 2 files changed, 24 insertions(+), 4 deletions(-)
Applied to target-arm.next, thanks. -- PMM