Files
kernel_arpi/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-04-10 15:36:21 -07:00
2020-05-04 11:19:58 -07:00
2020-04-30 12:54:01 -07:00
2020-04-10 15:36:21 -07:00
2020-05-05 16:58:36 +02:00
2020-04-07 10:43:38 -07:00
2020-05-29 13:10:39 -07:00
2020-04-07 10:43:38 -07:00
2020-04-07 10:43:42 -07:00
2020-05-17 12:35:34 -07:00
2020-05-28 11:11:45 -07:00
2020-05-04 09:16:37 -07:00
2020-04-17 06:05:30 -04:00
2020-04-17 06:05:30 -04:00