From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Tue, 29 Oct 2019 16:21:33 -0700 Subject: [U-Boot] [PATCH 5/5] test: regmap: check the values read from the regmap In-Reply-To: References: <20191011221650.19482-1-sjg@chromium.org> <20191011221650.19482-6-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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_set_enable_memio(): > Signed-off-by: Simon Glass > --- > > test/dm/regmap.c | 19 ++++++++++++++++--- > 1 file changed, 16 insertions(+), 3 deletions(-) > Reviewed-by: Bin Meng Tested-by: Bin Meng Applied to u-boot-dm, thanks!