aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tee/optee (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-28tee: add start argument to shm_register callbackJens Wiklander2-4/+8
2017-12-15tee: optee: enable dynamic SHM supportVolodymyr Babchuk1-18/+51
2017-12-15tee: optee: add optee-specific shared pool implementationVolodymyr Babchuk3-0/+99
2017-12-15tee: optee: store OP-TEE capabilities in private dataVolodymyr Babchuk2-0/+4
2017-12-15tee: optee: add registered buffers handling into RPC callsVolodymyr Babchuk4-11/+102
2017-12-15tee: optee: add registered shared parameters handlingVolodymyr Babchuk1-15/+63
2017-12-15tee: optee: add shared buffer registration functionsVolodymyr Babchuk3-0/+75
2017-12-15tee: optee: add page list manipulation functionsVolodymyr Babchuk2-0/+96
2017-12-15tee: optee: Update protocol definitionsVolodymyr Babchuk2-6/+39
2017-11-29optee: fix invalid of_node_put() in optee_driver_init()Jens Wiklander1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-04tee: optee: sync with new naming of interruptsDavid Wang2-10/+10
2017-08-04tee: optee: interruptible RPC sleeptiger-yu991-5/+2
2017-08-04tee: optee: add const to tee_driver_ops and tee_desc structuresBhumika Goyal1-4/+4
2017-08-04tee: optee: fix uninitialized symbol 'parg'Jens Wiklander1-5/+6
2017-03-10tee: add OP-TEE driverJens Wiklander9-0/+2798