]> Git Repo - linux.git/commit - lib/Kconfig
lib: Add crc4 module
authorJeremy Kerr <[email protected]>
Tue, 6 Jun 2017 21:08:39 +0000 (16:08 -0500)
committerGreg Kroah-Hartman <[email protected]>
Fri, 9 Jun 2017 09:52:07 +0000 (11:52 +0200)
commit0cbaa44841db3d06d2a21ae4ab679882033f3dbe
treec400ed524386505865c81fe8f11396f98e529c48
parent414c1026319bc10796a868c1fa0ba312c4ca9e67
lib: Add crc4 module

Add a little helper for crc4 calculations. This works 4-bits-at-a-time,
using a simple table approach.

We will need this in the FSI core code, as well as any master
implementations that need to calculate CRCs in software.

Signed-off-by: Jeremy Kerr <[email protected]>
Signed-off-by: Chris Bostic <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
include/linux/crc4.h [new file with mode: 0644]
lib/Kconfig
lib/Makefile
lib/crc4.c [new file with mode: 0644]
This page took 0.056576 seconds and 4 git commands to generate.