mailbox: Introduce framework for mailbox
authorjassisinghbrar@gmail.com <jassisinghbrar@gmail.com>
Tue, 18 Mar 2014 18:45:34 +0000 (00:15 +0530)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Mon, 12 May 2014 12:27:38 +0000 (13:27 +0100)
commit00d05d1c8012ef2360b737f8c5fd7bc1042d9128
tree0581218e6f1a6d4c0d5748bcd3315b9b8837acd7
parent0ae51561fe401b198e4de644439d872b29aad3d6
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>
drivers/mailbox/Makefile
drivers/mailbox/mailbox.c [new file with mode: 0644]
include/linux/mailbox.h [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]