From: Sonic Zhang Date: Mon, 4 Jun 2012 04:24:47 +0000 (+0800) Subject: crypto: bfin_crc - CRC hardware driver for BF60x family processors. X-Git-Tag: v3.6-rc1~94^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8840098b70c11d70c29263e0765f103e6cbe55e;p=pandora-kernel.git crypto: bfin_crc - CRC hardware driver for BF60x family processors. The CRC peripheral is a hardware block used to compute the CRC of the block of data. This is based on a CRC32 engine which computes the CRC value of 32b data words presented to it. For data words of < 32b in size, this driver pack 0 automatically into 32b data units. This driver implements the async hash crypto framework API. Signed-off-by: Sonic Zhang Signed-off-by: Herbert Xu --- Reading git-diff-tree failed