Skip to content

Commit

Permalink
mailbox: Introduce a new common API
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
JassiBrar authored and sumananna committed Jul 29, 2013
1 parent cff8ea0 commit 4cf16f6
Show file tree
Hide file tree
Showing 5 changed files with 744 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/mailbox/Makefile
@@ -1,3 +1,7 @@
# Generic MAILBOX API

obj-$(CONFIG_MAILBOX) += mailbox.o

obj-$(CONFIG_PL320_MBOX) += pl320-ipc.o

obj-$(CONFIG_OMAP_MBOX) += omap-mailbox.o
Expand Down

0 comments on commit 4cf16f6

Please sign in to comment.