]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lib: Add CRC64 ECMA module
authorMarian Chereji <marian.chereji@freescale.com>
Tue, 7 Apr 2015 23:45:04 +0000 (09:45 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:45:04 +0000 (09:45 +1000)
commit0c6abe082e517d455f1499a54e6a8b21462e556b
tree78471208544cd39370cb75c3f7a5d8db0534a962
parentb04751bd866c789bba3a8a7e80daa6ccb1c4918a
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]