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

2024-02-06 Thread Weizhao Ouyang
Hi Tom, On Tue, Feb 6, 2024 at 2:14 AM Tom Rini wrote: > > On Wed, Jan 31, 2024 at 02:14:26PM +, 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

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

2024-02-05 Thread Tom Rini
On Wed, Jan 31, 2024 at 02:14:26PM +, 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 > Reviewed-by: Matthias Brugger

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

2024-02-01 Thread Igor Opaniuk
Reviewed-by: Igor Opaniuk On Wed, Jan 31, 2024 at 3:15 PM 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 > --- >

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

2024-01-31 Thread Matthias Brugger
On Wed, Jan 31, 2024 at 02:14:26PM +, 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 Reviewed-by: Matthias Brugger

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

2024-01-31 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 --- cmd/rng.c | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git