Re: [U-Boot] [PATCH v1 5/5] test: dm: Add tests for regmap managed API and regmap fields

2019-10-29 Thread Simon Glass
On Fri, 27 Sep 2019 at 07:22, Jean-Jacques Hiblot 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 proper

[U-Boot] [PATCH v1 5/5] test: dm: Add tests for regmap managed API and regmap fields

2019-09-27 Thread Jean-Jacques Hiblot
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-b