Re: [EXTERNAL] Re: [RFC PATCH 2/4] cmd: fuse: Add fuse writebuff sub-system command

2025-03-14 Thread Harsha Vardhan V M
On 13/03/25 21:48, Tom Rini wrote: On Thu, Mar 13, 2025 at 05:25:15PM +0530, Harsha Vardhan V M wrote: Add CMD_FUSE_WRITEBUFF config option to add and enable fuse writebuff sub-system command. Add fuse_writebuff function to be invoked on writebuff command. Signed-off-by: Harsha Vardhan V M

Re: [RFC PATCH 2/4] cmd: fuse: Add fuse writebuff sub-system command

2025-03-13 Thread Tom Rini
On Thu, Mar 13, 2025 at 05:25:15PM +0530, Harsha Vardhan V M wrote: > Add CMD_FUSE_WRITEBUFF config option to add and enable fuse writebuff > sub-system command. Add fuse_writebuff function to be invoked on > writebuff command. > > Signed-off-by: Harsha Vardhan V M Pending updates for what I as

[RFC PATCH 2/4] cmd: fuse: Add fuse writebuff sub-system command

2025-03-13 Thread Harsha Vardhan V M
Add CMD_FUSE_WRITEBUFF config option to add and enable fuse writebuff sub-system command. Add fuse_writebuff function to be invoked on writebuff command. Signed-off-by: Harsha Vardhan V M --- cmd/Kconfig| 8 cmd/fuse.c | 26 ++ include/fuse.h | 9 ++