Re: [PATCH v3 7/9] regmap: Add support for regmap fields

2020-10-01 Thread Tom Rini
On Thu, Sep 24, 2020 at 10:04:16AM +0530, Pratyush Yadav wrote: > From: 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 > Reviewed-b

[PATCH v3 7/9] regmap: Add support for regmap fields

2020-09-23 Thread Pratyush Yadav
From: 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 Reviewed-by: Simon Glass Signed-off-by: Pratyush Yadav --- Notes: No changes in v3