lib: Add CRC64 ECMA module
authorMarian Chereji <marian.chereji@freescale.com>
Sat, 10 Sep 2016 10:34:20 +0000 (20:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sat, 10 Sep 2016 10:34:20 +0000 (20:34 +1000)
commit274081c01549e4ff0caf019ff5d270a3bfefd3d8
tree0e18f76a5ed8d34a40e291d67df45047faffdbea
parent57c0f5b87908c1df839e0dc08c7395bed5841f9b
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]
This page took 0.02639 seconds and 5 git commands to generate.