]> git.baikalelectronics.ru Git - kernel.git/commit
bitfield: add u8 helpers
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 20 Jun 2018 06:58:29 +0000 (08:58 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 27 Jun 2018 15:58:49 +0000 (18:58 +0300)
commit813fde5605f82a9fafbb14c2b28f8498d37bf93d
tree10be8fde046be1efc4316dbfd055d0e5f8b4d4d3
parentef7462680b7e0ac2aea9956ecdde2d9e489dafe8
bitfield: add u8 helpers

There's no reason why we shouldn't pack/unpack bits into/from
u8 values/registers/etc., so add u8 helpers.

Use the ____MAKE_OP() macro directly to avoid having nonsense
le8_encode_bits() and similar functions.

Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
include/linux/bitfield.h