]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
firmware: arm_ffa: Add support for {un,}registration of framework notifications
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 17 Feb 2025 15:38:57 +0000 (15:38 +0000)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 17 Feb 2025 15:42:04 +0000 (15:42 +0000)
commitc10debfe7f028c11f7a501a0f8e937c9be9e5327
treeae58df92b1bcb2378bf37069884e36033f39ee8a
parenta3d73fe8ae5db389f2108a052c0a9c3c3fbc29cf
firmware: arm_ffa: Add support for {un,}registration of framework notifications

Framework notifications are doorbells that are rung by the partition
managers to signal common events to an endpoint. These doorbells cannot
be rung by an endpoint directly. A partition manager can signal a
Framework notification in response to an FF-A ABI invocation by an
endpoint.

Two additional notify_ops interface is being added for any FF-A device/
driver to register and unregister for such a framework notifications.

Tested-by: Viresh Kumar <viresh.kumar@linaro.org>
Message-Id: <20250217-ffa_updates-v3-16-bd1d9de615e7@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_ffa/driver.c
include/linux/arm_ffa.h