mbox series

[v2,0/3] firmware: arm_ffa: Some fixes for v6.4

Message ID 20230419-ffa_fixes_6-4-v2-0-d9108e43a176@arm.com (mailing list archive)
Headers show
Series firmware: arm_ffa: Some fixes for v6.4 | expand

Message

Sudeep Holla April 20, 2023, 3:06 p.m. UTC
This series has assorted set of 3 fixes to the issues reported recently.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
---
Changes in v2:
- Remove the usage of index to the partition information table as FFA device
  id as that is possible only if the core driver adds the device but ideally
  since it is exported ffa_device_register() can be called from anywhere
  and the ID must be generated within it to avoid collision.
- Used IDA for device ID allocation
- Link to v1: https://lore.kernel.org/r/20230419-ffa_fixes_6-4-v1-0-1881ee6699f1@arm.com

---
Sudeep Holla (3):
      firmware: arm_ffa: Check if ffa_driver remove is present before executing
      firmware: arm_ffa: Fix usage of partition info get count flag
      firmware: arm_ffa: Fix FFA device names for logical partitions

 drivers/firmware/arm_ffa/bus.c    | 19 +++++++++++++++----
 drivers/firmware/arm_ffa/driver.c |  3 ++-
 include/linux/arm_ffa.h           |  1 +
 3 files changed, 18 insertions(+), 5 deletions(-)
---
base-commit: cb0856346a60fe3eb837ba5e73588a41f81ac05f
change-id: 20230419-ffa_fixes_6-4-cf2aadf75d05

Best regards,