diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2020-05-28 18:45:02 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-05-29 16:00:42 +0300 |
commit | aa2ff9dbaeddabb5ad166db5f9f1a0580a8bbba8 (patch) | |
tree | 5c710c63c6e650e003dfd8e6ed088e3149fd984f /crypto/dh_helper.c | |
parent | 8f3d9f354286745c751374f5f1fcafee6b3f3136 (diff) | |
download | linux-aa2ff9dbaeddabb5ad166db5f9f1a0580a8bbba8.tar.xz |
regmap: provide helpers for simple bit operations
In many instances regmap_update_bits() is used for simple bit setting
and clearing. In these cases the last argument is redundant and we can
hide it with a static inline function.
This adds three new helpers for simple bit operations: set_bits,
clear_bits and test_bits (the last one defined as a regular function).
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Link: https://lore.kernel.org/r/20200528154503.26304-2-brgl@bgdev.pl
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'crypto/dh_helper.c')
0 files changed, 0 insertions, 0 deletions