MAINTAINERS: add BITOPS API record

Bitops API is the very basic, and it's widely used by the kernel. But
corresponding files are not maintained.

Bitmaps actively use bit operations, and big share of bitops material
already moves through the bitmap branch.

I would like to take a closer look to bitops.

This patch creates a BITOPS API record in the MAINTAINERS, and adds
Rasmus as a reviewer, and myself as a maintainer of those files.

CC: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Yury Norov <yury.norov@gmail.com>

+14
+14
MAINTAINERS
··· 3638 F: tools/lib/bitmap.c 3639 F: tools/lib/find_bit.c 3640 3641 BLINKM RGB LED DRIVER 3642 M: Jan-Simon Moeller <jansimon.moeller@gmx.de> 3643 S: Maintained
··· 3638 F: tools/lib/bitmap.c 3639 F: tools/lib/find_bit.c 3640 3641 + BITOPS API 3642 + M: Yury Norov <yury.norov@gmail.com> 3643 + R: Rasmus Villemoes <linux@rasmusvillemoes.dk> 3644 + S: Maintained 3645 + F: arch/*/include/asm/bitops.h 3646 + F: arch/*/include/asm/bitops_32.h 3647 + F: arch/*/include/asm/bitops_64.h 3648 + F: arch/*/lib/bitops.c 3649 + F: include/asm-generic/bitops 3650 + F: include/asm-generic/bitops.h 3651 + F: include/linux/bitops.h 3652 + F: lib/test_bitops.c 3653 + F: tools/*/bitops* 3654 + 3655 BLINKM RGB LED DRIVER 3656 M: Jan-Simon Moeller <jansimon.moeller@gmx.de> 3657 S: Maintained