mailbox: Add generic mechanism for testing Mailbox Controllers
authorLee Jones <lee.jones@linaro.org>
Fri, 16 Oct 2015 07:21:30 +0000 (08:21 +0100)
committerJassi Brar <jaswinder.singh@linaro.org>
Sat, 17 Oct 2015 05:06:56 +0000 (10:36 +0530)
commit8ea4484d0c2bb4e2152261943fa1a3522654b1c7
tree6e3c13403f8b1a1677ba8b5aa11611f59b86f482
parent9ef4546cbd7eed2412ec6f1161c2b92362379150
mailbox: Add generic mechanism for testing Mailbox Controllers

This particular Client implementation uses shared memory in order
to pass messages between Mailbox users; however, it can be easily
hacked to support any type of Controller.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/Kconfig
drivers/mailbox/Makefile
drivers/mailbox/mailbox-test.c [new file with mode: 0644]