[PATCH v2 07/10] linux/bitfield.h: Add primitives for manipulating bitfields both in host- and fixed-endian
Bin Meng
bmeng.cn at gmail.com
Tue May 5 13:10:10 CEST 2020
On Mon, May 4, 2020 at 8:45 PM Sylwester Nawrocki
<s.nawrocki at samsung.com> wrote:
>
> From: Nicolas Saenz Julienne <nsaenzjulienne at suse.de>
>
> Imports Al Viro's original Linux commit 00b0c9b82663a, which contains
> an in depth explanation and two fixes from Johannes Berg:
> e7d4a95da86e0 "bitfield: fix *_encode_bits()",
> 37a3862e12382 "bitfield: add u8 helpers".
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne at suse.de>
> [s.nawrocki: added empty lines between functions and macros]
> Signed-off-by: Sylwester Nawrocki <s.nawrocki at samsung.com>
> ---
> Changes since v1:
> - added empty lines between functions and macros.
>
> Changes since RFC:
> - new patch.
> ---
> include/linux/bitfield.h | 50 ++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 50 insertions(+)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list