Re: [PATCH v6 00/22] Introduce SCMI Telemetry support
Cristian Marussi <[email protected]> Wed, 29 Jul 2026 17:36:20 +0100
| Newsgroups | org.kernel.vger.arm-scmi,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-doc,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <amosBNqF8umNmlWm@pluto> |
On Wed, Jul 29, 2026 at 11:12:20AM +0200, David Hildenbrand (Arm) wrote: > > > NOTE THAT from v3 onwards the firmware interface level NOW supports ONLY > > the latest SCMI v4.0 specification [0]. > > > > TODO > > ---- > > - [ABI]: add genric events supports -> generation counter/updates > > - [ABI]: add Secondary UUID support > > - [ABI]: add BATCHED DE_CONFIG and add per-de status to BATCH READS > > - [ABI]: more DOCS > > - [ABI]: some more dediceate space to grow all around the structures > > - (maybe) TLM chardev open-exclusive mode to ease userspace co-ordination > > - a few residual sparse to fix... > > Is this a TODO list as in "must be tackled before this can be merged" or rather > a "future works" list? > > Especially the "[ABI]: some more dediceate space to grow all around the > structures" sounds like something we would want before considering merging it? Hi, indeed the first two (UUIDs/generation) and the reserved space to grow were meant to be the bare minimum to have, but indeed the other ABI stuff is not a big deal to add and so it would be better to have it all given that they have been asked explictly by the tools team... ...anyway till now I was trying to incrementally add new feats (like the above) and carry-on SOME cleanup bugfixing following Sashiko reviews mainly... ...so as to simultaneously progress toward a more complete and correct code... ..but, given that the stuff in my TODOs keep getting flagged as "...ehi this is still missing..." despite being in the cover TODOs (O_o), I will move away from my incremental approach and I will instead aim at being at first 'feature complete' by the end of this week and then resume cleanup activities next.... So, IF I'll have a decent feature-complete series by this weekend I will post such a v7 (to gather more feedback), and postpone final in-deeep cleanups in next week v8....IF NOT I will go straight for a v7 next week with full feats AND cleanups... (... not that I am expecting Sashiko not to find more stuff even in v8... ) Thanks, Cristian