mailbox: Introduce framework for mailbox
authorJassi Brar <jaswinder.singh@linaro.org>
Thu, 12 Jun 2014 17:01:19 +0000 (22:31 +0530)
committerMark Brown <broonie@linaro.org>
Fri, 13 Jun 2014 20:50:23 +0000 (21:50 +0100)
commit096b5c0248a86fff0097a0e62e40ca4d29c30fb2
tree9fe8a1a748d79fa4b67f3f46a89ea88f2e4ef1c3
parent8f01ecc2d1730f81b4b68b33f61cdce13bb42912
mailbox: Introduce framework for mailbox

Introduce common framework for client/protocol drivers and
controller drivers of Inter-Processor-Communication (IPC).

Client driver developers should have a look at
 include/linux/mailbox_client.h to understand the part of
the API exposed to client drivers.
Similarly controller driver developers should have a look
at include/linux/mailbox_controller.h

Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/mailbox/Makefile
drivers/mailbox/mailbox.c [new file with mode: 0644]
include/linux/mailbox_client.h [new file with mode: 0644]
include/linux/mailbox_controller.h [new file with mode: 0644]