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

From: Fayssal Benmlih

Date: Fri Aug 21 2026 - 11:27:50 EST


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