
30 Oct
2019
30 Oct
'19
2:48 a.m.
On Fri, 27 Sep 2019 at 07:22, Jean-Jacques Hiblot jjhiblot@ti.com wrote:
The tests rely on a dummy driver to allocate and initialize the regmap and the regmap fields using the managed API. The first test checks that the read/write callbacks are used. The second test checks if regmap fields behave properly (mask and shift are ok) by peeking into the regmap.
Signed-off-by: Jean-Jacques Hiblot jjhiblot@ti.com
arch/sandbox/dts/test.dts | 13 +++ test/dm/regmap.c | 189 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 202 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org