]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lib: Add CRC64 ECMA module
authorMarian Chereji <marian.chereji@freescale.com>
Tue, 5 Nov 2013 05:56:52 +0000 (16:56 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 5 Nov 2013 05:56:52 +0000 (16:56 +1100)
commitb3d0813092e56cbd199e5b3e082bb40c609e6f7e
treedc232f1731bf11a0c82fe0a2040602fd945951d1
parent2a95f5e1a871a6e267ca717b7e586b12a89b05dc
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]