[PATCH 2/2 v3] crypto: bfin_crc: CRC hardware driver for BF60x family processors.

2012-06-03 Thread Sonic Zhang
From: Sonic Zhang 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

Re: [PATCH 2/2 v2] crypto: bfin_crc: CRC hardware driver for BF60x family processors.

2012-06-03 Thread Randy Dunlap
On 06/03/2012 09:00 PM, Sonic Zhang wrote: > diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig > index 69fdf18..3a05ba9 100644 > --- a/drivers/crypto/Kconfig > +++ b/drivers/crypto/Kconfig > @@ -306,4 +306,11 @@ if CRYPTO_DEV_UX500 > source "drivers/crypto/ux500/Kconfig" > endif

[PATCH 2/2 v2] crypto: bfin_crc: CRC hardware driver for BF60x family processors.

2012-06-03 Thread Sonic Zhang
From: Sonic Zhang 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

RE: [uclinux-dist-devel] [PATCH 2/2] crypto: bfin_crc: CRC hardware accelerator driver for BF60x family processors.

2012-06-03 Thread Zhang, Sonic
>-Original Message- >From: uclinux-dist-devel-boun...@blackfin.uclinux.org >[mailto:uclinux-dist-devel- >boun...@blackfin.uclinux.org] On Behalf Of Mike Frysinger >Sent: Saturday, June 02, 2012 3:19 PM >To: uclinux-dist-de...@blackfin.uclinux.org >Cc: Herbert Xu; Sonic Zhang; David S. Mi