diff options
author | Arnd Bergmann <arnd@arndb.de> | 2019-02-15 19:57:49 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-02-15 19:57:49 +0300 |
commit | dea73a34e0edcff6a56f238748b49fc88046b9a0 (patch) | |
tree | bd8cceba5bd12c1396798fdce49ace47bfa0534d /MAINTAINERS | |
parent | 03138ef99132d8cbcc9a5188ef29c606f7cede4e (diff) | |
parent | 5fe8b1cc6a03c46b3061e808256d39dcebd0d0f0 (diff) | |
download | linux-dea73a34e0edcff6a56f238748b49fc88046b9a0.tar.xz |
Merge tag 'tee-bus-for-5.1' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/drivers
Introduce TEE bus driver framework
- supp_nowait flag for non-blocking tee requests
- The tee bus driver framework
- OP-TEE TEE bus device enumeration support
- An OP-TEE based rng driver
* tag 'tee-bus-for-5.1' of https://git.linaro.org/people/jens.wiklander/linux-tee:
hwrng: add OP-TEE based rng driver
tee: optee: add TEE bus device enumeration support
tee: add bus driver framework for TEE based devices
tee: add supp_nowait flag in tee_context struct
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5ba2c18d4f5d..79c639154b8b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11264,6 +11264,11 @@ M: Jens Wiklander <jens.wiklander@linaro.org> S: Maintained F: drivers/tee/optee/ +OP-TEE RANDOM NUMBER GENERATOR (RNG) DRIVER +M: Sumit Garg <sumit.garg@linaro.org> +S: Maintained +F: drivers/char/hw_random/optee-rng.c + OPA-VNIC DRIVER M: Dennis Dalessandro <dennis.dalessandro@intel.com> M: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com> |