]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lib: Add CRC64 ECMA module
authorMarian Chereji <marian.chereji@freescale.com>
Thu, 22 May 2014 00:43:41 +0000 (10:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:43:41 +0000 (10:43 +1000)
commit3b59600b6e4565bc3a816b099869e810f454eceb
treeeffab8fbfcf5f4bbdca312c3bf3283c7aa33ccb9
parentb58fae42e7e00a8ca0c3383a768e3a4e9183966e
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]