Re: [PATCH] cmd: fuse: add switch for quiet operation

2025-03-30 Thread Rogerio Guerra Borin
Hello Quentin, Thanks for you feedback. On 3/24/25 06:55, Quentin Schulz wrote: I think this is a reasonable expectation. I'm wondering if we shouldn't think about using the log architecture we have to have a generic solution rather than expecting each command driver to handle (possibly in th

[PATCH] cmd: fuse: add switch for quiet operation

2025-03-17 Thread Rogerio Guerra Borin
s the only relevant information visible to them. With the new switch one can avoid the unnecessary output: U-Boot # fuse cmp -q 6 0 0x70af49db U-Boot # echo $? 0 Signed-off-by: Rogerio Guerra Borin --- cmd/fuse.c | 79 ++ 1 file c

[PATCH] cmd: fuse: add switch for quiet operation

2025-03-15 Thread Rogerio Guerra Borin
s the only relevant information visible to them. With the new switch one can avoid the unnecessary output: U-Boot # fuse cmp -q 6 0 0x70af49db U-Boot # echo $? 0 Signed-off-by: Rogerio Guerra Borin --- cmd/fuse.c | 79 ++ 1 file c