]> git.itanic.dy.fi Git - linux-stable/commit
firmware: arm_ffa: Add interface to send a notification to a given partition
authorSudeep Holla <sudeep.holla@arm.com>
Thu, 5 Oct 2023 14:45:04 +0000 (15:45 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Fri, 6 Oct 2023 14:33:13 +0000 (15:33 +0100)
commite5adb3b20e39dbf18651322a9bc24eb55050188f
treebaa368a0371005c72e74d05421db4ffe96b37c70
parente0573444edbf4ee7e3c191d3d08a4ccbd26628be
firmware: arm_ffa: Add interface to send a notification to a given partition

The framework provides an interface to the sender endpoint to specify
the notification to signal to the receiver endpoint. A sender signals
a notification by requesting its partition manager to set the
corresponding bit in the notifications bitmap of the receiver.

Expose the ability to send a notification to another partition.

Link: https://lore.kernel.org/r/20231005-ffa_v1-1_notif-v4-11-cddd3237809c@arm.com
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_ffa/driver.c
include/linux/arm_ffa.h