Re: [PATCH v18 5/7] firmware: arm_rmm: Activate the RMM
From: Gavin Shan
Date: Mon Sep 14 2026 - 01:10:13 EST
On 9/12/26 6:36 PM, Suzuki K Poulose wrote:
From: Steven Price <steven.price@xxxxxxx>
Activate the RMM after the basic configuration. This is a memory transferring,
stateful operation.
Signed-off-by: Steven Price <steven.price@xxxxxxx>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@xxxxxxx>
---
Changes since v17:
* Inline RMM_ACTIVATE command and remove the definitions from arm-rmi-cmds.h
* Use scope-based cleanup to free sro object
Changes since v16:
* Split into a new patch
---
drivers/firmware/arm_rmm/rmi.c | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
Reviewed-by: Gavin Shan <gshan@xxxxxxxxxx>