[RESEND][PATCH 1/2] mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdone

2017-09-28 Thread Sudeep Holla
Currently the mailbox framework sets txdone_method to TXDONE_BY_POLL if the controller sets txdone_by_poll. However some clients can have a mechanism to do TXDONE_BY_ACK which they can specify by knows_txdone. However, we endup setting both TXDONE_BY_POLL and TXDONE_BY_ACK in that case. In such sce

[UPDATE][PATCH 1/2] mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdone

2017-07-03 Thread Sudeep Holla
Currently the mailbox framework sets txdone_method to TXDONE_BY_POLL if the controller sets txdone_by_poll. However some clients can have a mechanism to do TXDONE_BY_ACK which they can specify by knows_txdone. However, we endup setting both TXDONE_BY_POLL and TXDONE_BY_ACK in that case. In such sce

Re: [PATCH 1/2] mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdone

2017-07-03 Thread Sudeep Holla
On 03/07/17 12:50, Jassi Brar wrote: > On 3 July 2017 at 15:05, Sudeep Holla wrote: >> >> >> On 03/07/17 09:57, Sudeep Holla wrote: >>> >>> >>> On 01/07/17 12:25, Jassi Brar wrote: On Fri, Jun 30, 2017 at 8:44 PM, Sudeep Holla wrote: > Currently the mailbox framework sets txdone_method

Re: [PATCH 1/2] mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdone

2017-07-03 Thread Jassi Brar
On 3 July 2017 at 15:05, Sudeep Holla wrote: > > > On 03/07/17 09:57, Sudeep Holla wrote: >> >> >> On 01/07/17 12:25, Jassi Brar wrote: >>> On Fri, Jun 30, 2017 at 8:44 PM, Sudeep Holla wrote: Currently the mailbox framework sets txdone_method to TXDONE_BY_POLL if the controller sets tx

Re: [PATCH 1/2] mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdone

2017-07-03 Thread Sudeep Holla
On 03/07/17 09:57, Sudeep Holla wrote: > > > On 01/07/17 12:25, Jassi Brar wrote: >> On Fri, Jun 30, 2017 at 8:44 PM, Sudeep Holla wrote: >>> Currently the mailbox framework sets txdone_method to TXDONE_BY_POLL if >>> the controller sets txdone_by_poll. However some clients can have a >>> mech

Re: [PATCH 1/2] mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdone

2017-07-03 Thread Sudeep Holla
On 01/07/17 12:25, Jassi Brar wrote: > On Fri, Jun 30, 2017 at 8:44 PM, Sudeep Holla wrote: >> Currently the mailbox framework sets txdone_method to TXDONE_BY_POLL if >> the controller sets txdone_by_poll. However some clients can have a >> mechanism to do TXDONE_BY_ACK which they can specify by

Re: [PATCH 1/2] mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdone

2017-07-01 Thread Jassi Brar
On Fri, Jun 30, 2017 at 8:44 PM, Sudeep Holla wrote: > Currently the mailbox framework sets txdone_method to TXDONE_BY_POLL if > the controller sets txdone_by_poll. However some clients can have a > mechanism to do TXDONE_BY_ACK which they can specify by knows_txdone. > However, we endup setting b

[PATCH 1/2] mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdone

2017-06-30 Thread Sudeep Holla
Currently the mailbox framework sets txdone_method to TXDONE_BY_POLL if the controller sets txdone_by_poll. However some clients can have a mechanism to do TXDONE_BY_ACK which they can specify by knows_txdone. However, we endup setting both TXDONE_BY_POLL and TXDONE_BY_ACK in that case. In such sce