aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mailbox_controller.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-10-08mailbox: Introduce framework for mailboxJassi Brar1-0/+133
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 Reviewed-by: Mark Brown <broonie@linaro.org> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>