]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commite6d9e60f419a417c004e4e2468077b1a12d083ca
tree461e6b5da929c35a088a330265074a9fb4633884
parent876531e3b0e2e072c559bc377e3e35f0c2270810
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]