Re: [PATCH] cmd: Add test and fix bugs for dm drivers

2020-04-09 Thread Tom Rini
On Mon, Apr 06, 2020 at 10:23:09AM -0400, Sean Anderson wrote: > Add a test for the dm drivers command. Also fix a null pointer dereference > revealed by said test. > > Signed-off-by: Sean Anderson > Reviewed-by: Bin Meng > Tested-by: Bin Meng > Reviewed-by: Simon Glass Applied to

Re: [PATCH] cmd: Add test and fix bugs for dm drivers

2020-04-06 Thread Simon Glass
On Mon, 6 Apr 2020 at 08:26, Sean Anderson wrote: > > Also CC Ovidiu and Niel, since I believe they were both working on patches > related to this. +Tom for consideration for the release if there is time > > On 4/6/20 10:23 AM, Sean Anderson wrote: > > Add a test for the dm drivers command.

Re: [PATCH] cmd: Add test and fix bugs for dm drivers

2020-04-06 Thread Sean Anderson
Also CC Ovidiu and Niel, since I believe they were both working on patches related to this. On 4/6/20 10:23 AM, Sean Anderson wrote: > Add a test for the dm drivers command. Also fix a null pointer dereference > revealed by said test. > > Signed-off-by: Sean Anderson > Reviewed-by: Bin Meng >

[PATCH] cmd: Add test and fix bugs for dm drivers

2020-04-06 Thread Sean Anderson
Add a test for the dm drivers command. Also fix a null pointer dereference revealed by said test. Signed-off-by: Sean Anderson Reviewed-by: Bin Meng Tested-by: Bin Meng Reviewed-by: Simon Glass --- The changes in this patch were originally submitted as v3 of 7b9d60fc1ff "cmd: Add command to