aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2015-04-14 14:33:20 +0200
committerJens Wiklander <jens.wiklander@linaro.org>2016-04-07 11:41:54 +0200
commitef0b55a6c49f101d3610c8c89dc87e0b5634dd80 (patch)
tree6049e4efb51a1ea76bb89d370ed297b22e6fd46e /MAINTAINERS
parentc4dca7de6b2c28b23e404026522995dd6db7512f (diff)
tee: add OP-TEE driver
Adds a OP-TEE driver which also can be compiled as a loadable module. * Targets ARM and ARM64 * Supports using reserved memory from OP-TEE as shared memory * Probes OP-TEE version using SMCs * Accepts requests on privileged and unprivileged device * Uses OPTEE message protocol version 2 to communicate with secure world Acked-by: Andreas Dannenberg <dannenberg@ti.com> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 1d132c905b6d..e675965ea0e3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7935,6 +7935,11 @@ F: arch/*/oprofile/
F: drivers/oprofile/
F: include/linux/oprofile.h
+OP-TEE DRIVER
+M: Jens Wiklander <jens.wiklander@linaro.org>
+S: Maintained
+F: drivers/tee/optee/
+
ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
M: Mark Fasheh <mfasheh@suse.com>
M: Joel Becker <jlbec@evilplan.org>