Re: [PATCH v10 1/2] bus: mhi: Add mhi_queue_is_full function

2020-11-10 Thread Kalle Valo
+ ath11k list Jakub Kicinski writes: > On Fri, 06 Nov 2020 21:58:12 +0530 Manivannan Sadhasivam wrote: Since you've applied now, what would you propose? >>> >>> Do you need mhi_queue_is_full() in other branches, or are you just >>> concerned about the conflicts? >> >> Yes, I need this pa

Re: [PATCH v10 1/2] bus: mhi: Add mhi_queue_is_full function

2020-11-06 Thread Jakub Kicinski
On Fri, 06 Nov 2020 21:58:12 +0530 Manivannan Sadhasivam wrote: >>> Since you've applied now, what would you propose? >> >> Do you need mhi_queue_is_full() in other branches, or are you just >> concerned about the conflicts? > > Yes, I need this patch in mhi-next. > >> I'm assuming the concern

Re: [PATCH v10 1/2] bus: mhi: Add mhi_queue_is_full function

2020-11-06 Thread Manivannan Sadhasivam
On 6 November 2020 9:34:45 PM IST, Jakub Kicinski wrote: >On Fri, 6 Nov 2020 10:43:53 +0530 Manivannan Sadhasivam wrote: >> On Thu, Nov 05, 2020 at 04:57:08PM -0800, Jakub Kicinski wrote: >> > On Tue, 3 Nov 2020 18:23:53 +0100 Loic Poulain wrote: >> > > This function can be used by client dr

Re: [PATCH v10 1/2] bus: mhi: Add mhi_queue_is_full function

2020-11-06 Thread Jakub Kicinski
On Fri, 6 Nov 2020 10:43:53 +0530 Manivannan Sadhasivam wrote: > On Thu, Nov 05, 2020 at 04:57:08PM -0800, Jakub Kicinski wrote: > > On Tue, 3 Nov 2020 18:23:53 +0100 Loic Poulain wrote: > > > This function can be used by client driver to determine whether it's > > > possible to queue new elemen

Re: [PATCH v10 1/2] bus: mhi: Add mhi_queue_is_full function

2020-11-05 Thread Manivannan Sadhasivam
On Thu, Nov 05, 2020 at 04:57:08PM -0800, Jakub Kicinski wrote: > On Tue, 3 Nov 2020 18:23:53 +0100 Loic Poulain wrote: > > This function can be used by client driver to determine whether it's > > possible to queue new elements in a channel ring. > > > > Signed-off-by: Loic Poulain > > Reviewed-

Re: [PATCH v10 1/2] bus: mhi: Add mhi_queue_is_full function

2020-11-05 Thread Jakub Kicinski
On Tue, 3 Nov 2020 18:23:53 +0100 Loic Poulain wrote: > This function can be used by client driver to determine whether it's > possible to queue new elements in a channel ring. > > Signed-off-by: Loic Poulain > Reviewed-by: Manivannan Sadhasivam Applied.

[PATCH v10 1/2] bus: mhi: Add mhi_queue_is_full function

2020-11-03 Thread Loic Poulain
This function can be used by client driver to determine whether it's possible to queue new elements in a channel ring. Signed-off-by: Loic Poulain Reviewed-by: Manivannan Sadhasivam --- v1->v5: not part of the series v6: Add this commit, used for stopping TX queue v7: no change v8: remove st