Re: [U-Boot] [PATCH v1 4/5] regmap: Add support for regmap fields

2019-10-29 Thread Simon Glass
On Fri, 27 Sep 2019 at 07:22, Jean-Jacques Hiblot 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 > --- > > drivers/core/regmap.c | 77 +++

[U-Boot] [PATCH v1 4/5] regmap: Add support for regmap fields

2019-09-27 Thread Jean-Jacques Hiblot
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 --- drivers/core/regmap.c | 77 ++ include/regmap.h | 108 +++