Skip to content
Commit 4ea5d999 authored by Sonic Zhang's avatar Sonic Zhang Committed by Herbert Xu
Browse files

crypt: bfin_crc - Remove useless SSYNC instruction and cache flush to DMA coherent memory



1) SSYNC instruction is blackfin specific and takes no effect in this driver.
2) DMA descriptor and SG middle buffer are in DMA coherent memory. No need
to flush.
3) Turn kzalloc, ioremap and request_irq into managed device APIs respectively.

Signed-off-by: default avatarSonic Zhang <sonic.zhang@analog.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 3d6f1d12
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment