Re: [PATCH v3 04/10] soc: ti: k3-navss-ringacc: Fix reset ring API

2024-08-25 Thread Sverdlin, Alexander
Hi Chintan, On Mon, 2024-08-26 at 09:24 +0530, Chintan Vankar wrote: > > > > > From: Vignesh Raghavendra > > > > > > > > > > Expectation of k3_ringacc_ring_reset_raw() is to reset the ring to > > > > > requested size and not to 0. Fix this. > > > > > > > > > > Signed-off-by: Vignesh Raghavendra

Re: [PATCH v3 04/10] soc: ti: k3-navss-ringacc: Fix reset ring API

2024-08-25 Thread Chintan Vankar
On 23/08/24 16:03, Sverdlin, Alexander wrote: Hi Chintan, On Fri, 2024-08-23 at 15:22 +0530, Chintan Vankar wrote: On 16/08/24 17:58, Sverdlin, Alexander wrote: Hi Chintan, Vignesh, On Fri, 2024-07-05 at 10:20 +0530, Chintan Vankar wrote: From: Vignesh Raghavendra Expectation of k3_ring

Re: [PATCH v3 04/10] soc: ti: k3-navss-ringacc: Fix reset ring API

2024-08-23 Thread Sverdlin, Alexander
Hi Chintan, On Fri, 2024-08-23 at 15:22 +0530, Chintan Vankar wrote: > On 16/08/24 17:58, Sverdlin, Alexander wrote: > > Hi Chintan, Vignesh, > > > > On Fri, 2024-07-05 at 10:20 +0530, Chintan Vankar wrote: > > > From: Vignesh Raghavendra > > > > > > Expectation of k3_ringacc_ring_reset_raw() i

Re: [PATCH v3 04/10] soc: ti: k3-navss-ringacc: Fix reset ring API

2024-08-23 Thread Chintan Vankar
On 16/08/24 17:58, Sverdlin, Alexander wrote: Hi Chintan, Vignesh, On Fri, 2024-07-05 at 10:20 +0530, Chintan Vankar wrote: From: Vignesh Raghavendra Expectation of k3_ringacc_ring_reset_raw() is to reset the ring to requested size and not to 0. Fix this. Signed-off-by: Vignesh Raghavendr

Re: [PATCH v3 04/10] soc: ti: k3-navss-ringacc: Fix reset ring API

2024-08-16 Thread Sverdlin, Alexander
Hi Chintan, Vignesh, On Fri, 2024-07-05 at 10:20 +0530, Chintan Vankar wrote: > From: Vignesh Raghavendra > > Expectation of k3_ringacc_ring_reset_raw() is to reset the ring to > requested size and not to 0. Fix this. > > Signed-off-by: Vignesh Raghavendra > Signed-off-by: Siddharth Vadapalli