Re: [U-Boot] [PATCH] soc: ti: k3-navss-ringacc: fix k3_nav_ringacc_ring_reset_dma

2019-09-14 Thread Tom Rini
On Fri, Aug 30, 2019 at 11:02:24AM +0530, Vignesh Raghavendra wrote: > In case dma_ring_reset_quirk is not set the k3_ringacc_ring_reset_dma will > just exit without ring reset. Fix it, by adding ring reset call in case > dma_ring_reset_quirk is not. > > Signed-off-by: Grygorii Strashko > Signed

[U-Boot] [PATCH] soc: ti: k3-navss-ringacc: fix k3_nav_ringacc_ring_reset_dma

2019-08-29 Thread Vignesh Raghavendra
In case dma_ring_reset_quirk is not set the k3_ringacc_ring_reset_dma will just exit without ring reset. Fix it, by adding ring reset call in case dma_ring_reset_quirk is not. Signed-off-by: Grygorii Strashko Signed-off-by: Vignesh Raghavendra --- drivers/soc/ti/k3-navss-ringacc.c | 4 +++- 1 f