]> git.itanic.dy.fi Git - linux-stable/commit
firmware: arm_ffa: Add notification handling mechanism
authorSudeep Holla <sudeep.holla@arm.com>
Thu, 5 Oct 2023 14:45:05 +0000 (15:45 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Fri, 6 Oct 2023 14:33:14 +0000 (15:33 +0100)
commit1b6bf41b7a65cf2ce4485f740a2764529635153c
tree5c9d2f9cd37112ca44da621333dcb0b1a2512ae5
parente5adb3b20e39dbf18651322a9bc24eb55050188f
firmware: arm_ffa: Add notification handling mechanism

With all the necessary plumbing in place, let us add handling the
notifications as part of schedule receiver interrupt handler. In order
to do so, we need to just register scheduling callback on behalf of the
driver partition.

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