mailbox: Introduce K3 Secure Proxy Driver
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 27 Aug 2018 10:27:48 +0000 (15:57 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 11 Sep 2018 12:32:55 +0000 (08:32 -0400)
commitf9aa41023bd9f684d5d2ad8385efbb92a39b3c07
tree461e6b5da929c35a088a330265074a9fb4633884
parent600e46b08c6ac00aef2077a7467ae586d59f3250
mailbox: Introduce K3 Secure Proxy Driver

Secure Proxy module manages hardware threads that are meant
for communication between the processor entities. Adding
support for this driver.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
doc/device-tree-bindings/mailbox/k3-secure-proxy.txt [new file with mode: 0644]
drivers/mailbox/Kconfig
drivers/mailbox/Makefile
drivers/mailbox/k3-sec-proxy.c [new file with mode: 0644]
include/linux/soc/ti/k3-sec-proxy.h [new file with mode: 0644]