]> git.itanic.dy.fi Git - linux-stable/commit
firmware: arm_ffa: Add support for querying FF-A features
authorSudeep Holla <sudeep.holla@arm.com>
Wed, 7 Sep 2022 14:52:34 +0000 (15:52 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Thu, 8 Sep 2022 10:30:34 +0000 (11:30 +0100)
commitcb1f4c2c15bb708b1ec8c70926c43ab6b6c93ecb
tree68a49d22b0387971f218034855908322f7f3d7f7
parent55bf84fd0a76894ae29c69b3552e073fa37818be
firmware: arm_ffa: Add support for querying FF-A features

Add support for FFA_FEATURES to discover properties supported at the
FF-A interface. This interface can be used to query:
 - If an FF-A interface is implemented by the component at the higher EL,
 - If an implemented FF-A interface also implements any optional features
   described in its interface definition, and
 - Any implementation details exported by an implemented FF-A interface
   as described in its interface definition.

Link: https://lore.kernel.org/r/20220907145240.1683088-5-sudeep.holla@arm.com
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_ffa/driver.c