Re: [PATCH v2 1/3] soc: qcom: cmd-db: export RPMh accelerator type string helper

From: Navya Malempati

Date: Thu Aug 06 2026 - 01:57:27 EST




On 7/17/2026 1:19 PM, Maulik Shah wrote:
RPMh resource addresses encode the accelerator type (ARC, VRM, BCM)
in bits [19:16], matching the cmd_db_hw_type enum values. Add
cmd_db_hw_type_str() to map an RPMh address to its accelerator type
name string using the existing SLAVE_ID() macro, and export it so
drivers that handle raw RPMh addresses can produce human-readable
diagnostic output without duplicating the address encoding knowledge.

Assisted-by: Claude:claude-sonnet-4-5
Signed-off-by: Maulik Shah <maulik.shah@xxxxxxxxxxxxxxxx>

Reviewed-by: Navya Malempati <navya.malempati@xxxxxxxxxxxxxxxx>

Thanks,
Navya