commit | c3a10b248c9c3002c679dd9b9d59cb1f6b8da884 | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Mon Apr 07 22:01:52 2025 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 16 16:51:45 2025 -0600 |
tree | db00b5766f10ed53d09a003cdad555ee54293191 | |
parent | 5b321d2189f13eb4ed28484d8f40af5ecd56c1ca [diff] |
regmap: Add regmap_set/clear_bits shorthands Port Linux kernel regmap_set/clear_bits shorthands to set and clear bits in a regmap. These are handy if only specific bits needs to be applied or cleared and makes it easier to port regmap based driver from kernel upstream. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>