On Wed, 19 Mar 2025 14:17:09 +0530, Harsha Vardhan V M wrote: > 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. > > [...]
Applied to u-boot/next, thanks! [1/5] cmd: fuse: Remove custom string functions commit: 005eeda378b4897577eb82b30e5c260014c5e727 [2/5] doc: cmd: Add documentation for fuse command commit: 833c05ea272a086b5428166552ceb021b50c4cda [3/5] cmd: fuse: Add fuse writebuff sub-system command commit: 578e7882bfb79848ff91cd65a5ebf4e795d26bb5 [4/5] drivers: k3_fuse: Add fuse sub-system func calls commit: ed5f2e5bed91b6daa4f051b5e11efbaebfec9cb1 [5/5] doc: cmd: Add fuse writebuff cmd documentation commit: 9f6b1ff8d08a92bbddf3c6226b8c2fdaf8df9515 -- Tom