[U-Boot] [PATCH v1 4/5] regmap: Add support for regmap fields
Simon Glass
sjg at chromium.org
Wed Oct 30 01:48:32 UTC 2019
On Fri, 27 Sep 2019 at 07:22, Jean-Jacques Hiblot <jjhiblot at ti.com> wrote:
>
> A regmap field is an abstraction available in Linux. It provides to access
> bitfields in a regmap without having to worry about shifts and masks.
>
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
> ---
>
> drivers/core/regmap.c | 77 ++++++++++++++++++++++++++++++
> include/regmap.h | 108 ++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 185 insertions(+)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
But this does need tests.
More information about the U-Boot
mailing list