[PATCH v10 12/24] firmware: arm_scmi: Add support for boot-on Telemetry

Fayssal Benmlih Fayssal.Benmlih at arm.com
Fri Aug 21 08:21:08 PDT 2026


Hi Cristian,

The group configuration lookup error handling reported on V7 still appears
unchanged.

scmi_telemetry_de_groups_init() calls:

        scmi_telemetry_group_config_lookup(ti, &rinfo->grps[i]);

for every group but discards every return value. It then exposes all groups
through rinfo->num_groups.

If firmware rejects one lookup or a transport error occurs, that group is
therefore exposed with zero/default cached state and enumeration is reported
as successful.

Please propagate the first error, or record that the affected group state
is unavailable and preserve an explicit partial-enumeration indication.

Thanks,
Fayçal




More information about the linux-arm-kernel mailing list