aboutsummaryrefslogtreecommitdiff
path: root/drivers/tee/optee/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-21driver: tee: Handle NULL pointer indication from clientGravatar Cedric Neveux 1-0/+7
2020-07-10optee: enable support for multi-stage bus enumerationGravatar Maxim Uvarov 1-3/+24
2020-01-03optee: model OP-TEE as a platform device/driverGravatar Ard Biesheuvel 1-89/+64
2019-11-15tee: optee: fix device enumeration error handlingGravatar Jens Wiklander 1-8/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Gravatar Thomas Gleixner 1-10/+1
2019-04-28Merge tag 'tee-optee-for-5.2' of http://git.linaro.org:/people/jens.wiklander...Gravatar Olof Johansson 1-31/+49
2019-04-17optee: allow to work without static shared memoryGravatar Volodymyr Babchuk 1-31/+49
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 1-0/+4
2019-02-28tee: optee: add missing of_node_put after of_device_is_availableGravatar Julia Lawall 1-1/+3
2019-02-01tee: optee: add TEE bus device enumeration supportGravatar Sumit Garg 1-0/+4
2018-12-11tee: optee: log message if dynamic shm is enabledGravatar Victor Chong 1-0/+3
2018-08-26Merge tag 'tee-drv-for-4.20' of git://git.linaro.org/people/jens.wiklander/li...Gravatar Olof Johansson 1-1/+1
2018-08-24tee: optee: take DT status property into accountGravatar Ard Biesheuvel 1-1/+1
2018-06-20tee: optee: making OPTEE_SHM_NUM_PRIV_PAGES configurable via KconfigGravatar Sahil Malhotra 1-1/+1
2018-03-06tee: optee: report OP-TEE revision informationGravatar Jérôme Forissier 1-0/+23
2017-12-21Merge tag 'tee-drv-dynamic-shm-for-v4.16' of https://git.linaro.org/people/je...Gravatar Arnd Bergmann 1-33/+119
2017-12-21Merge tag 'tee-drv-async-supplicant-for-v4.16' of https://git.linaro.org/peop...Gravatar Arnd Bergmann 1-7/+4
2017-12-15tee: optee: enable dynamic SHM supportGravatar Volodymyr Babchuk 1-18/+51
2017-12-15tee: optee: store OP-TEE capabilities in private dataGravatar Volodymyr Babchuk 1-0/+1
2017-12-15tee: optee: add registered buffers handling into RPC callsGravatar Volodymyr Babchuk 1-0/+2
2017-12-15tee: optee: add registered shared parameters handlingGravatar Volodymyr Babchuk 1-15/+63
2017-12-15tee: optee: add shared buffer registration functionsGravatar Volodymyr Babchuk 1-0/+2
2017-11-29optee: support asynchronous supplicant requestsGravatar Jens Wiklander 1-7/+4
2017-11-29optee: fix invalid of_node_put() in optee_driver_init()Gravatar Jens Wiklander 1-1/+0
2017-08-04tee: optee: add const to tee_driver_ops and tee_desc structuresGravatar Bhumika Goyal 1-4/+4
2017-08-04tee: optee: fix uninitialized symbol 'parg'Gravatar Jens Wiklander 1-5/+6
2017-03-10tee: add OP-TEE driverGravatar Jens Wiklander 1-0/+622