]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lib: Add CRC64 ECMA module
authorMarian Chereji <marian.chereji@freescale.com>
Fri, 3 Jan 2014 03:10:16 +0000 (14:10 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 3 Jan 2014 03:10:16 +0000 (14:10 +1100)
commitbe87a3d09696b5ef02a8849af55a37b9ad766785
treee9f1b303fa9e6616156b3f65479db25bafe461bf
parentad9e03afd40bc735d421428b92bd8a30e2ab1007
lib: Add CRC64 ECMA module

Add implementation of CRC64 ECMA checksum.

We have an IP Acceleration driver for Freescale network processors which
is using this CRC64.  However, it still needs some work in order for it to
become upstreamable.

Signed-off-by: Marian Chereji <marian.chereji@freescale.com>
Reviewed-by: Varvara Andrei-B21317 <andrei.varvara@freescale.com>
Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/crc64_ecma.h [new file with mode: 0644]
lib/Kconfig
lib/Makefile
lib/crc64_ecma.c [new file with mode: 0644]