Re: [U-Boot] [PATCH v1 2/2] test: regmap: check the values read from the regmap

2019-10-11 Thread Simon Glass
Hi Jean-Jacques, On Wed, 2 Oct 2019 at 03:28, Jean-Jacques Hiblot wrote: > > The test did reads after writes but didn't check the value. > It probably was because the sandbox didn't implement the writeX/readX > functions. > > Signed-off-by: Jean-Jacques Hiblot > > --- > > test/dm/regmap.c | 15

[U-Boot] [PATCH v1 2/2] test: regmap: check the values read from the regmap

2019-10-02 Thread Jean-Jacques Hiblot
The test did reads after writes but didn't check the value. It probably was because the sandbox didn't implement the writeX/readX functions. Signed-off-by: Jean-Jacques Hiblot --- test/dm/regmap.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/test/dm/regm