]> git.sur5r.net Git - u-boot/commit
test: regmap: add read/modify/write test
authorNeil Armstrong <narmstrong@baylibre.com>
Fri, 27 Apr 2018 09:56:15 +0000 (11:56 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 8 May 2018 13:07:40 +0000 (09:07 -0400)
commite068512ca6c915325cbb6da00961adb07230f03f
tree56e96e8c0d60474a91d2655ab2b3d5d28a7edd92
parent285cbcf97f2b1dcadedb6835b3e9662c7fba0fe2
test: regmap: add read/modify/write test

Add calls to regmap_read/modify_bits/write even if the proper memory
read/write calls are not executed in sandbox.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/dm/regmap.c