Re: [PATCH v4 3/3] cmd: rng: Add rng list command

2024-03-13 Thread Tom Rini
On Mon, Mar 04, 2024 at 02:42:42PM +, Weizhao Ouyang wrote: > The 'rng list' command probes all RNG devices and list those devices > that are successfully probed. Also update the help info. > > Reviewed-by: Heinrich Schuchardt > Signed-off-by: Weizhao Ouyang Applied to u-boot/next, thanks!

[PATCH v4 3/3] cmd: rng: Add rng list command

2024-03-04 Thread Weizhao Ouyang
The 'rng list' command probes all RNG devices and list those devices that are successfully probed. Also update the help info. Reviewed-by: Heinrich Schuchardt Signed-off-by: Weizhao Ouyang --- v4: update doc/usage/cmd/rng.rst --- cmd/rng.c | 23 ++- doc/usage/cmd