History log of /u-boot/include/linux/byteorder/generic.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c8f9e666 20-May-2021 Heinrich Schuchardt <xypron.glpk@gmx.de>

include/linux/byteorder: fix cpu_to_be32_array()

In cpu_to_be32_array() and be32_to_cpu_array() we should not compare an int
counter to a size_t parameter. Correct the type of the counter. This
exists in upstream as b4c80629c5c9 ("include/linux/byteorder/generic.h:
fix index variables").

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

# 920be88e 03-Jun-2018 Ramon Fried <ramon.fried@gmail.com>

include/linux/byteorder: Sync to latest Linux definitions

generic.h has changed in Linux and new addtionals functions were
added.

This commit takes the latest and greatest from Linux (v4.17-rc5)
to aid with porting drivers that utilize these functions.

Signed-off-by: Ramon Fried <ramon.fried@gmail.com>

# c609719b 02-Nov-2002 Wolfgang Denk <wd@denx.de>

Initial revision

# 920be88e 03-Jun-2018 Ramon Fried <ramon.fried@gmail.com>

include/linux/byteorder: Sync to latest Linux definitions

generic.h has changed in Linux and new addtionals functions were
added.

This commit takes the latest and greatest from Linux (v4.17-rc5)
to aid with porting drivers that utilize these functions.

Signed-off-by: Ramon Fried <ramon.fried@gmail.com>


# c609719b 02-Nov-2002 wdenk <wdenk>

Initial revision