Files
linux-st/include/linux
Bartosz Golaszewski bfad978116 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>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-06-01 11:35:18 -07:00
..
2020-05-15 17:29:41 +02:00
2020-05-15 17:29:41 +02:00
2020-05-29 13:10:39 -07:00
2020-05-17 12:35:34 -07:00
2020-05-28 11:11:45 -07:00