linux/include
Arnd Bergmann 20f6d9586e Add FF-A support in OP-TEE driver
Adds supports for the OP-TEE driver to communicate with secure world
 using FF-A [1] as transport.
 
 [1] https://developer.arm.com/documentation/den0077/latest
 -----BEGIN PGP SIGNATURE-----
 
 iQJOBAABCgA4FiEEFV+gSSXZJY9ZyuB5LinzTIcAHJcFAmFtWr4aHGplbnMud2lr
 bGFuZGVyQGxpbmFyby5vcmcACgkQLinzTIcAHJefhRAA0PpgEzSG913ZHlANyxPb
 l51xz0WROsf60hFBM/okTkcZXKEBi/MhdztPixBX5bMbBctIDKCIOqATk0fl9VZx
 KDJsCzF56YCF0dvVxD1fjgm6A2H8mCvYWrX31snH0C+lFF0aJyDQhOttYFOpdhpd
 gaLDyVm23I+zocQa7Q3vJX3wqimesTKEuCaTezUC0BIKdMtqrZD6wQZXf4QiRpg7
 1RhT7cJUagcas46/Gj7FpJ4Fc8Rd57aV6vqMrNmlQtHSCHYizbFlHmgrn4r+iz2e
 37h4AM+V6qt4f5atQbXVntlJE0IecKwe7wcthP/YivaJGJT3wO/ssOk2kOAW4R4I
 slDdDYbXucfgjDalBGJ+WO8pfx3DE0nyXDIHs+gSwVsEVuja6VhcOazTWlKwhvUd
 ElK6Bekj/XymvADJn4ha0T+V7OkIdSi4IdU7bxUJSCJZIJK/W0KPs1WAAiUI9zRD
 LIZkIqr82Jd32Oj/hLWHEqD7rNqVTFhiZ0skMQ71njjmLkYNRMePdtrgHl2uhiTm
 WKmgJYRYYvvyeGyZ49qldIKUfmoNwzATkhVeTQn/Uotv2N+u/Nbh0+8ZnFR6golt
 micQGsFVKxQS3kPiz0uUJZZXaVrYDkq2q9s+AgMdxTvfe7dNDjm//N6vwMn0CY6b
 yN0E1Z9FjuQYZ2D4eG3COCU=
 =sBWe
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmFwOfgACgkQmmx57+YA
 GNnzahAAu3gy+ZWAP8uf2NNf+UouZlCDr8El1Se7iNo4xQ1GAh4fgdr4Y3cL52Ix
 JaY9N0EWX7SynjnqJrYLu/VlaiK2BACG99RFdSpU+fVDj8ThfflGmHVFUA8q87kD
 yFD01d0PZEf2SF1Agwwfiy6CEt1oAGnOYTfuFM2L5p5uCuC9be3rWnTPHv7LE6sx
 atOVk1gFJMB4wL6Kij960DXDwtTEel/AcxbBdTCz/GAh6gNlwGqYQE8ErAlRmf27
 lVVspoWq9hBZzBgYpz9T6THKwHLgcpGxDZ4gebyk8oKrrbR/XhTHtsyQolhctCmf
 fzu2W3ZwAq+U/aE36yA1RmxlDfrPNpY6CE++dBM459DUshUd9fGGLen4UdIoF6n8
 ta6FQkRzq9KZhoPLJqFpRupprpwSuc6cSSXycLQtFeDCFxXcmQEDfOPNxqnjYBrg
 VHp9EEnhtqoEt65JMTFqZexs/Fp2m6Es+Tdkl1MxGdw2+skLrFFFvfhTGxHdgg6u
 Tcw1G8hGaGDi+QkhOz2234zhlgQDaBzDe7TWBNnvwu+7Jkz2xGGwv8zR5LGYvJ8x
 K3/RttmDZrxXC0LdAbH/4mnBt/csbhTc5Xa4QR9WANZg+5aJM+bL05zAI3Etns39
 s7vN+1dFsT4HvX5qNtMi35KLFkp4dvnLHfqYxUkQcI2IYJ441xg=
 =vn4m
 -----END PGP SIGNATURE-----

Merge tag 'optee-ffa-for-v5.16' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/drivers

Add FF-A support in OP-TEE driver

Adds supports for the OP-TEE driver to communicate with secure world
using FF-A [1] as transport.

[1] https://developer.arm.com/documentation/den0077/latest

* tag 'optee-ffa-for-v5.16' of git://git.linaro.org/people/jens.wiklander/linux-tee:
  optee: add FF-A support
  optee: isolate smc abi
  optee: refactor driver with internal callbacks
  optee: simplify optee_release()
  tee: add sec_world_id to struct tee_shm
  tee: optee: Fix missing devices unregister during optee_remove
  tee/optee/shm_pool: fix application of sizeof to pointer

Link: https://lore.kernel.org/r/20211018121324.GA2943530@jade
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2021-10-20 17:47:04 +02:00
..
acpi Revert "ACPI: Add memory semantics to acpi_os_map_memory()" 2021-09-23 20:39:36 +02:00
asm-generic pci_iounmap'2: Electric Boogaloo: try to make sense of it all 2021-09-19 17:13:35 -07:00
clocksource
crypto
drm
dt-bindings v5.15-rc1 + 20210927135559.738-[23456]-srinivas.kandagatla@linaro.org 2021-09-27 22:13:45 -05:00
keys
kunit
kvm
linux Add FF-A support in OP-TEE driver 2021-10-20 17:47:04 +02:00
math-emu
media
memory memory: renesas-rpc-if: Correct QSPI data transfer in Manual mode 2021-09-28 12:32:19 +02:00
misc
net net: dsa: tear down devlink port regions when tearing down the devlink port on error 2021-09-19 13:05:44 +01:00
pcmcia
ras
rdma
scsi scsi: core: Remove 'current_tag' 2021-09-22 00:13:38 -04:00
soc Qualcomm driver updates for v5.16 2021-10-13 22:34:43 +02:00
sound
target
trace Changes since last update: 2021-09-25 11:31:48 -07:00
uapi Char/Misc driver fixes for 5.15-rc3 2021-09-25 10:29:14 -07:00
vdso
video
xen swiotlb-xen: this is PV-only on x86 2021-09-20 17:01:21 +02:00