firmware: arm_ffa: Add initial FFA bus support for device enumeration
The Arm FF for Armv8-A specification has concept of endpoints or partitions. In the Normal world, a partition could be a VM when the Virtualization extension is enabled or the kernel itself. In order to handle multiple partitions, we can create a FFA device for each such partition on a dedicated FFA bus. Similarly, different drivers requiring FFA transport can be registered on the same bus. We can match the device and drivers using UUID. This is mostly for the in-kernel users with FFA drivers. Link: https://lore.kernel.org/r/20210521151033.181846-2-sudeep.holla@arm.comTested-by: NJens Wiklander <jens.wiklander@linaro.org> Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
Showing
drivers/firmware/arm_ffa/Kconfig
0 → 100644
drivers/firmware/arm_ffa/Makefile
0 → 100644
drivers/firmware/arm_ffa/bus.c
0 → 100644
include/linux/arm_ffa.h
0 → 100644
想要评论请 注册 或 登录