From: Tom Rini Date: Fri, 4 Apr 2025 18:25:11 +0000 (-0600) Subject: Merge patch series "cmd: fuse: Introduce fuse writebuff sub-system and clean up" X-Git-Tag: v2025.07-rc1~119^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5032bf3f63944464610d55c7a442758224585e6;p=pandora-u-boot.git Merge patch series "cmd: fuse: Introduce fuse writebuff sub-system and clean up" Harsha Vardhan V M 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 --- c5032bf3f63944464610d55c7a442758224585e6