]> git.itanic.dy.fi Git - linux-stable/commit
firmware: arm_ffa: Implement the FFA_NOTIFICATION_SET interface
authorSudeep Holla <sudeep.holla@arm.com>
Thu, 5 Oct 2023 14:44:58 +0000 (15:44 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Fri, 6 Oct 2023 14:33:13 +0000 (15:33 +0100)
commit47561777d69400356aa5b3d4e14411eb9e5784ea
treede2b1c2cab507aaf778a06e65429eb2ea142959e
parentfe2ddb6b42358ad25a6aed30512fb284522335f3
firmware: arm_ffa: Implement the FFA_NOTIFICATION_SET interface

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

Implement the FFA_NOTIFICATION_SET to enable the caller(sender) to send
the notifications for any other partitions in the system.

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