Re: [PATCH v2] mailbox: add tx_prepare client callback

2014-11-26 Thread Jassi Brar
On 12 November 2014 at 00:03, Sudeep Holla wrote: > If the mailbox controller expects the payload is in place before > initiating the transmit, then it's impossible to reuse the list > maintained by core mailbox code currently. Maintaining another list > for sending the message in the controller s

[PATCH v2] mailbox: add tx_prepare client callback

2014-11-11 Thread Sudeep Holla
If the mailbox controller expects the payload is in place before initiating the transmit, then it's impossible to reuse the list maintained by core mailbox code currently. Maintaining another list for sending the message in the controller seems totally unnecessary as core mailbox library already pr