mbox series

[0/6] Misc FFA fixes around init.

Message ID 20240108-ffa_fixes_6-8-v1-0-75bf7035bc50@arm.com (mailing list archive)
Headers show
Series Misc FFA fixes around init. | expand

Message

Cristian Marussi Jan. 8, 2024, 12:34 p.m. UTC
A smalls set of fixes arounds FFA initialization routines.

Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
---
Cristian Marussi (6):
      firmware: arm_ffa: Add missing rwlock_init()
      firmware: arm_ffa: Add missing host rwlock_init()
      firmware: arm_ffa: Check xa_load() return value
      firmware: arm_ffa: Simplify ffa_partitions_cleanup()
      firmware: arm_ffa: Use xa_insert() and check for result
      firmware: arm_ffa: Handle partitions setup failures

 drivers/firmware/arm_ffa/driver.c | 85 ++++++++++++++++++++++++++-------------
 1 file changed, 57 insertions(+), 28 deletions(-)
---
base-commit: dd6de5552d8d59db58952cc6ae34a15267d0b437
change-id: 20240108-ffa_fixes_6-8-ade3fcdd2595

Best regards,

Comments

Sudeep Holla Jan. 22, 2024, 2:41 p.m. UTC | #1
On Mon, 08 Jan 2024 12:34:10 +0000, Cristian Marussi wrote:
> A smalls set of fixes arounds FFA initialization routines.
>

Applied to sudeep.holla/linux (for-next/ffa/fixes), thanks!

[1/6] firmware: arm_ffa: Add missing rwlock_init()
      https://git.kernel.org/sudeep.holla/c/59b2e242b131
[2/6] firmware: arm_ffa: Add missing host rwlock_init()
      https://git.kernel.org/sudeep.holla/c/5ff30ade16cd
[3/6] firmware: arm_ffa: Check xa_load() return value
      https://git.kernel.org/sudeep.holla/c/c00d9738fd5f
[4/6] firmware: arm_ffa: Simplify ffa_partitions_cleanup()
      https://git.kernel.org/sudeep.holla/c/ad9d9a107a43
[5/6] firmware: arm_ffa: Use xa_insert() and check for result
      https://git.kernel.org/sudeep.holla/c/ace760d9c049
[6/6] firmware: arm_ffa: Handle partitions setup failures
      https://git.kernel.org/sudeep.holla/c/0c565d16b800

--
Regards,
Sudeep