Re: [PATCH v2 1/3] soc: qcom: cmd-db: export RPMh accelerator type string helper
Navya Malempati <[email protected]> Thu, 6 Aug 2026 11:27:14 +0530
| Newsgroups | org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Reviewed-by: Navya Malempati <[email protected]> Thanks, Navya