All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] cmd:Elaborate 'blkcache' cmd HELP statement
@ 2021-06-30 18:27 opensource.kab
  2021-07-05 15:29 ` Simon Glass
  2021-08-05  1:19 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: opensource.kab @ 2021-06-30 18:27 UTC (permalink / raw)
  To: u-boot; +Cc: Simon Glass, Adarsh Babu Kalepalli

From: Adarsh Babu Kalepalli <opensource.kab@gmail.com>

HELP description is provided for ‘configure’ sub-command
of ‘blkcache’.

Signed-off-by: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
---

(no changes since v1)

 cmd/blkcache.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cmd/blkcache.c b/cmd/blkcache.c
index 25f252e455..47ea1ec0b9 100644
--- a/cmd/blkcache.c
+++ b/cmd/blkcache.c
@@ -83,5 +83,6 @@ U_BOOT_CMD(
 	blkcache, 4, 0, do_blkcache,
 	"block cache diagnostics and control",
 	"show - show and reset statistics\n"
-	"blkcache configure blocks entries\n"
+	"blkcache configure <blocks> <entries> "
+	"- set max blocks per entry and max cache entries\n"
 );
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] cmd:Elaborate 'blkcache' cmd HELP statement
  2021-06-30 18:27 [PATCH v2] cmd:Elaborate 'blkcache' cmd HELP statement opensource.kab
@ 2021-07-05 15:29 ` Simon Glass
  2021-08-05  1:19 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2021-07-05 15:29 UTC (permalink / raw)
  To: opensource.kab; +Cc: U-Boot Mailing List, Simon Glass

On Wed, 30 Jun 2021 at 12:27, <opensource.kab@gmail.com> wrote:
>
> From: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
>
> HELP description is provided for ‘configure’ sub-command
> of ‘blkcache’.
>
> Signed-off-by: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
> ---
>
> (no changes since v1)
>
>  cmd/blkcache.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] cmd:Elaborate 'blkcache' cmd HELP statement
  2021-06-30 18:27 [PATCH v2] cmd:Elaborate 'blkcache' cmd HELP statement opensource.kab
  2021-07-05 15:29 ` Simon Glass
@ 2021-08-05  1:19 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2021-08-05  1:19 UTC (permalink / raw)
  To: opensource.kab; +Cc: u-boot, Simon Glass

[-- Attachment #1: Type: text/plain, Size: 392 bytes --]

On Wed, Jun 30, 2021 at 11:57:45PM +0530, opensource.kab@gmail.com wrote:

> From: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
> 
> HELP description is provided for ‘configure’ sub-command
> of ‘blkcache’.
> 
> Signed-off-by: Adarsh Babu Kalepalli <opensource.kab@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-05  1:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-30 18:27 [PATCH v2] cmd:Elaborate 'blkcache' cmd HELP statement opensource.kab
2021-07-05 15:29 ` Simon Glass
2021-08-05  1:19 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.