diff options
author | Etienne Carriere <[email protected]> | 2023-03-22 14:22:12 +0100 |
---|---|---|
committer | Jens Wiklander <[email protected]> | 2023-03-30 08:27:05 +0200 |
commit | b3b4ced12c1bc829888803ce07fff317e590ec1c (patch) | |
tree | e09b21a6b40c98ecddc1a233b4c66138fa55ca53 /lib/memory-notifier-error-inject.c | |
parent | 0d0eaa780ba3b8a02a1ac87f38c34dfe365f27d6 (diff) |
optee: add per cpu asynchronous notification
Implements use of per-cpu irq for optee asynchronous notification.
Existing optee async notif implementation allows OP-TEE world to
raise an interrupt on which Linux optee driver will query some pending
events. This change allows the signaling interrupt to be a per-cpu
interrupt as with Arm GIC PPIs. Using a PPI instead of an SPI is useful
when no GIC lines are provisioned in the chip design and there are spare
PPI lines.
Cc: Jens Wiklander <[email protected]>
Cc: Sumit Garg <[email protected]>
Cc: Marc Zyngier <[email protected]>
Co-developed-by: Alexandre Torgue <[email protected]>
Signed-off-by: Alexandre Torgue <[email protected]>
Signed-off-by: Etienne Carriere <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
[JW: fixing a spell error in @notif_pcpu_wq description]
Signed-off-by: Jens Wiklander <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions