]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mailbox: add shared memory mailbox type
authorLoic Pallardy <loic.pallardy@st.com>
Thu, 31 Jan 2013 16:55:29 +0000 (17:55 +0100)
committerSuman Anna <s-anna@ti.com>
Thu, 14 Mar 2013 18:07:39 +0000 (13:07 -0500)
commit87c6e8a312a9b135706e0d7971370b3b6bd51084
tree87e68fb4a0712e54cba2f38242510d7b78fb6b41
parentedef9062e19f04dd123a06a4efad031d79bb3f91
mailbox: add shared memory mailbox type

Some mailboxes are made up of cross interrupts
and associated shared memory.
Shared memory mapping is fixed and cross interrupt/shared
memory relation make impossible the use of virtio.
Mailbox framework must be enough opened to support
any kind of mailbox.

Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Suman Anna <s-anna@ti.com>
drivers/mailbox/mailbox-omap1.c
drivers/mailbox/mailbox-omap2.c
drivers/mailbox/mailbox.c
drivers/mailbox/mailbox_internal.h