]> git.itanic.dy.fi Git - linux-stable/commit
firmware: arm_ffa: Rename ffa_dev_ops as ffa_ops
authorSudeep Holla <sudeep.holla@arm.com>
Wed, 7 Sep 2022 14:52:37 +0000 (15:52 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Thu, 8 Sep 2022 10:30:34 +0000 (11:30 +0100)
commit7aa7a97989557011f762a4b7c2e4e3b061b638e4
treee4e6f2283ca018c874999ddd977f191abde8cfe6
parent8c3812c8f74f050278d734ec4b90149d84bdbefb
firmware: arm_ffa: Rename ffa_dev_ops as ffa_ops

Except the message APIs, all other APIs are ffa_device independent and can
be used without any associated ffa_device from a non ffa_driver.

In order to reflect the same, just rename ffa_dev_ops as ffa_ops to
avoid any confusion or to keep it simple.

Link: https://lore.kernel.org/r/20220907145240.1683088-8-sudeep.holla@arm.com
Suggested-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_ffa/bus.c
drivers/firmware/arm_ffa/driver.c
drivers/tee/optee/ffa_abi.c
include/linux/arm_ffa.h