aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tee/amdtee
Commit message (Expand)AuthorAgeFilesLines
* tee: fix memory allocation failure checks on drv_data and amdteeColin Ian King2020-01-221-2/+2
* tee: amdtee: remove redundant NULL check for poolRijo Thomas2020-01-161-2/+1
* tee: amdtee: rename err label to err_device_unregisterRijo Thomas2020-01-161-2/+2
* tee: amdtee: skip tee_device_unregister if tee_device_alloc failsRijo Thomas2020-01-161-1/+3
* tee: amdtee: print error message if tee not presentRijo Thomas2020-01-161-3/+4
* tee: amdtee: remove unused variable initializationRijo Thomas2020-01-162-14/+14
* tee: amdtee: check TEE status during driver initializationRijo Thomas2020-01-041-0/+6
* tee: add AMD-TEE driverRijo Thomas2020-01-047-0/+1331