On Tue, 20 Aug 2024 15:27:53 +0100, Sudeep Holla wrote:
This series add basic support for FF-A v1.2. It mainly includes support for newly added:
- FFA_MSG_SEND_DIRECT_{REQ,RESP}2
- FFA_PARTITION_INFO_GET_REGS
- FFA_YIELD support in direct messaging
Apart from these, the changes include support to fetch the Rx/Tx buffer size using FFA_FEATURES, addition of the FF-A FIDs for v1.2 and some coding style cleanups.
[...]
Applied to sudeep.holla/linux (for-next/ffa/updates), thanks!
[1/7] firmware: arm_ffa: Some coding style fixes https://git.kernel.org/sudeep.holla/c/fbbb0e5fd260 [2/7] firmware: arm_ffa: Update the FF-A command list with v1.2 additions https://git.kernel.org/sudeep.holla/c/7c432a18ad21 [3/7] firmware: arm_ffa: Move the function ffa_features() earlier https://git.kernel.org/sudeep.holla/c/d37fff98262d [4/7] firmware: arm_ffa: Add support for FFA_PARTITION_INFO_GET_REGS https://git.kernel.org/sudeep.holla/c/ba85c644ac8d [5/7] firmware: arm_ffa: Add support for FFA_MSG_SEND_DIRECT_{REQ,RESP}2 https://git.kernel.org/sudeep.holla/c/aaef3bc98129 [6/7] firmware: arm_ffa: Add support for FFA_YIELD in direct messaging https://git.kernel.org/sudeep.holla/c/eaca7ef8f31a [7/7] firmware: arm_ffa: Fetch the Rx/Tx buffer size using ffa_features() https://git.kernel.org/sudeep.holla/c/61824feae5c0 -- Regards, Sudeep