Merge patch series "cmd: fuse: Introduce fuse writebuff sub-system and clean up"
authorTom Rini <trini@konsulko.com>
Fri, 4 Apr 2025 18:25:11 +0000 (12:25 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 4 Apr 2025 18:25:11 +0000 (12:25 -0600)
commitc5032bf3f63944464610d55c7a442758224585e6
tree43bae1f359ab86802190924ffbdd600b705646ff
parenta5ac47911abec63bcc5b3d2561ed9a5cb5a63841
parent9f6b1ff8d08a92bbddf3c6226b8c2fdaf8df9515
Merge patch series "cmd: fuse: Introduce fuse writebuff sub-system and clean up"

Harsha Vardhan V M <h-vm@ti.com> says:

This patch series introduces the fuse writebuff sub-system command and
makes improvements to the existing fuse implementation by removing the
custom string functions. The patches are required to be applied in
sequence.

The series consists of the following changes:
Patch 1 removes custom string functions and replaces them with standard
string functions.
Patch 2 introduces fuse.rst documentation for fuse commands.
Patch 3 introduces the fuse writebuff sub-system command, allowing to
write a structured buffer in memory to fuses, and implementing the
necessary function calls.
Patch 4 enables the fuse sub-system in the K3 platform.
Patch 5 updates the fuse.rst documentation to include details about the
new fuse writebuff command.

These changes aim to improve the fuse sub-system by the removal of
custom string functions and the addition of the fuse writebuff
command improves fuse programming workflows by allowing to write a
structured buffer in memory to efuses.

Link: https://lore.kernel.org/r/20250319084714.335777-1-h-vm@ti.com
cmd/Kconfig