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)
commit2b6d83e2b8b7de82331a6a1dcd64b51020a6031c
treebad207a312a196de55c9d141bbfa542b029ca768
parentf2fc42b6ac31f4d808da7a9da460dd433a71e976
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

Reviewed-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
MAINTAINERS
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]
This page took 0.025172 seconds and 5 git commands to generate.