Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-12 | include/linux/byteorder: fix cpu_to_be32_array() | Heinrich Schuchardt | |
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> | |||
2018-06-12 | include/linux/byteorder: Sync to latest Linux definitions | Ramon Fried | |
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> | |||
2002-11-03 | Initial revision | wdenk | |