
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:
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@ti.com
drivers/core/regmap.c | 77 ++++++++++++++++++++++++++++++ include/regmap.h | 108 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 185 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
But this does need tests.