]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mailbox: create opened message type
authorLoic Pallardy <loic.pallardy@st.com>
Thu, 31 Jan 2013 16:55:26 +0000 (17:55 +0100)
committerSuman Anna <s-anna@ti.com>
Thu, 14 Mar 2013 18:06:40 +0000 (13:06 -0500)
commit269e213b139d5c7c5b74c3155274f6603af85be7
tree66c577d06c75112b8fffaf2f99d134ce3ff3976e
parentd094fb8084aedd9e0458bd2618b8e0c555203744
mailbox: create opened message type

Current message type is a u32 to fit HW fifo format.
This should be extended to support any message exchanges
and type of mailbox.

Proposed structure owns the original u32 and an optional
pointer on additional data.

Adaptations made to remoteproc and tidspbridge drivers.

Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
Signed-off-by: Omar Ramirez Luna <omar.ramirez@copitl.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Suman Anna <s-anna@ti.com>
drivers/mailbox/Kconfig
drivers/mailbox/mailbox-omap1.c
drivers/mailbox/mailbox-omap2.c
drivers/mailbox/mailbox.c
drivers/mailbox/mailbox_internal.h
drivers/remoteproc/omap_remoteproc.c
drivers/staging/tidspbridge/core/io_sm.c
drivers/staging/tidspbridge/core/tiomap_io.c
include/linux/mailbox.h