linux-next/drivers/mailbox
Sudeep Holla 97b0c7bd2e mailbox: add tx_prepare client callback
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 provides that feature.

This patch introduces tx_prepare callback in mbox_client which
can be used by the core mailbox library before initiating the
transaction through mbox->ops->send_data. The client driver can
implement this callback to ensure the payload is copied to the
shared memory.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
2014-11-27 12:50:59 +05:30
..
Kconfig mailbox/omap: consolidate OMAP mailbox driver 2014-07-29 01:57:25 -07:00
mailbox.c mailbox: add tx_prepare client callback 2014-11-27 12:50:59 +05:30
Makefile mailbox: Introduce framework for mailbox 2014-10-08 10:39:41 +05:30
omap-mailbox.c mailbox/omap: add support for parsing dt devices 2014-09-11 11:39:14 -07:00
pl320-ipc.c mailbox: rename pl320-ipc specific mailbox.h 2014-10-08 10:39:33 +05:30