diff options
author | Jens Wiklander <jens.wiklander@linaro.org> | 2015-04-14 08:33:20 -0400 |
---|---|---|
committer | Jens Wiklander <jens.wiklander@linaro.org> | 2017-03-10 08:51:52 -0500 |
commit | 4fb0a5eb364d239722e745c02aef0dbd4e0f1ad2 (patch) | |
tree | 42f9c838c6edf35b7d56c8dc28d50a650b50edcd /MAINTAINERS | |
parent | 967c9cca2cc50569efc65945325c173cecba83bd (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>
Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (HiKey)
Tested-by: Volodymyr Babchuk <vlad.babchuk@gmail.com> (RCAR H3)
Tested-by: Scott Branden <scott.branden@broadcom.com>
Reviewed-by: Javier González <javier@javigon.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 017521958c86..ffcc4a841b64 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -9369,6 +9369,11 @@ F: arch/*/oprofile/ | |||
9369 | F: drivers/oprofile/ | 9369 | F: drivers/oprofile/ |
9370 | F: include/linux/oprofile.h | 9370 | F: include/linux/oprofile.h |
9371 | 9371 | ||
9372 | OP-TEE DRIVER | ||
9373 | M: Jens Wiklander <jens.wiklander@linaro.org> | ||
9374 | S: Maintained | ||
9375 | F: drivers/tee/optee/ | ||
9376 | |||
9372 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) | 9377 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
9373 | M: Mark Fasheh <mfasheh@versity.com> | 9378 | M: Mark Fasheh <mfasheh@versity.com> |
9374 | M: Joel Becker <jlbec@evilplan.org> | 9379 | M: Joel Becker <jlbec@evilplan.org> |