On Tue, Nov 24, 2020 at 01:16:05PM +0530, Raviteja Narayanam wrote: > On Xilinx zynq SOC if the delay between address register write and > control register write in cdns_mrecv function is more, the xfer size > register rolls over and controller is stuck. This is an IP bug and > is resolved in later versions of IP. > > To avoid this scenario, disable the interrupts on the current processor > core between the two register writes and enable them later. This can > help achieve the timing constraint. > > Signed-off-by: Raviteja Narayanam Applied to for-next, thanks!