aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tee/optee/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-04-28Merge tag 'tee-optee-for-5.2' of http://git.linaro.org:/people/jens.wiklander/linux-tee into arm/driversOlof Johansson1-31/+49
2019-04-17optee: allow to work without static shared memoryVolodymyr Babchuk1-31/+49
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+4
2019-02-28tee: optee: add missing of_node_put after of_device_is_availableJulia Lawall1-1/+3
2019-02-01tee: optee: add TEE bus device enumeration supportSumit Garg1-0/+4
2018-12-11tee: optee: log message if dynamic shm is enabledVictor Chong1-0/+3
2018-08-26Merge tag 'tee-drv-for-4.20' of git://git.linaro.org/people/jens.wiklander/linux-tee into next/driversOlof Johansson1-1/+1
2018-08-24tee: optee: take DT status property into accountArd Biesheuvel1-1/+1
2018-06-20tee: optee: making OPTEE_SHM_NUM_PRIV_PAGES configurable via KconfigSahil Malhotra1-1/+1
2018-03-06tee: optee: report OP-TEE revision informationJérôme Forissier1-0/+23
2017-12-21Merge tag 'tee-drv-dynamic-shm-for-v4.16' of https://git.linaro.org/people/jens.wiklander/linux-tee into next/driversArnd Bergmann1-33/+119
2017-12-21Merge tag 'tee-drv-async-supplicant-for-v4.16' of https://git.linaro.org/people/jens.wiklander/linux-tee into next/driversArnd Bergmann1-7/+4
2017-12-15tee: optee: enable dynamic SHM supportVolodymyr Babchuk1-18/+51
2017-12-15tee: optee: store OP-TEE capabilities in private dataVolodymyr Babchuk1-0/+1
2017-12-15tee: optee: add registered buffers handling into RPC callsVolodymyr Babchuk1-0/+2
2017-12-15tee: optee: add registered shared parameters handlingVolodymyr Babchuk1-15/+63
2017-12-15tee: optee: add shared buffer registration functionsVolodymyr Babchuk1-0/+2
2017-11-29optee: support asynchronous supplicant requestsJens Wiklander1-7/+4
2017-11-29optee: fix invalid of_node_put() in optee_driver_init()Jens Wiklander1-1/+0
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 Wiklander1-0/+622