mailbox: Introduce framework for mailbox
authorJassi Brar <jaswinder.singh@linaro.org>
Thu, 12 Jun 2014 17:01:19 +0000 (22:31 +0530)
committerJassi Brar <jaswinder.singh@linaro.org>
Wed, 8 Oct 2014 05:09:41 +0000 (10:39 +0530)
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

Reviewed-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>

No differences found