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

2019-10-29 Thread sjg
On Sat, Oct 12, 2019 at 6:28 AM Simon Glass wrote: > > From: 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 > Updated to use sandbox_se

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

2019-10-11 Thread Bin Meng
On Sat, Oct 12, 2019 at 6:28 AM Simon Glass wrote: > > From: 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 > Updated to use sandbox_se

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

2019-10-11 Thread Simon Glass
From: 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 Updated to use sandbox_set_enable_memio(): Signed-off-by: Simon Glass --- test/dm/regmap.c