commit | b3bbbcf5bf22fb59e7229ea32cef5ed588654c0d | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Thu Sep 24 10:04:16 2020 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 30 11:55:23 2020 -0400 |
tree | a7a3bc07988a5af2dfdeeb1f95f498c8ca64e0ef | |
parent | 3e4e50a90019032240793554f53f9107dc47e548 [diff] |
regmap: Add support for regmap fields 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> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Pratyush Yadav <p.yadav@ti.com>