OSDN Git Service

mailbox: Introduce TI message manager driver
authorNishanth Menon <nm@ti.com>
Thu, 17 Mar 2016 00:23:14 +0000 (19:23 -0500)
committerJassi Brar <jaswinder.singh@linaro.org>
Mon, 21 Mar 2016 15:03:15 +0000 (20:33 +0530)
commitaace66b170ce7feda2d1860a81eefff37fa9d1d2
tree230f551164f7ce7279410cc96bf2970bd9f9e945
parent94b5293d55772f33517ea1acc237d8858c5d55d9
mailbox: Introduce TI message manager driver

Support for TI Message Manager Module. This hardware block manages a
bunch of hardware queues meant for communication between processor
entities.

Clients sitting on top of this would manage the required protocol
for communicating with the counterpart entities.

For more details on TI Message Manager hardware block, see documentation
that will is available here: http://www.ti.com/lit/ug/spruhy8/spruhy8.pdf
Chapter 8.1(Message Manager)

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/Kconfig
drivers/mailbox/Makefile
drivers/mailbox/ti-msgmgr.c [new file with mode: 0644]
include/linux/soc/ti/ti-msgmgr.h [new file with mode: 0644]