commit | 7a59d1d3f00ea73ec2d49ef9e7f83744f92d0b3d | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Fri Apr 27 11:56:15 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue May 08 09:07:40 2018 -0400 |
tree | 56e96e8c0d60474a91d2655ab2b3d5d28a7edd92 | |
parent | 5444ec6523b3cef796a1c3af4fd7a1021f0f46c2 [diff] |
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>