aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-aes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-08crypto: atmel-aes - correct usage of dma_sync_* APILeilei Zhao1-1/+1
2015-04-08crypto: atmel-aes - sync the buf used in DMA or CPULeilei Zhao1-4/+12
2015-04-08crypto: atmel-aes - initialize spinlock in probeLeilei Zhao1-0/+1
2015-04-08crypto: atmel-aes - add new versionLeilei Zhao1-0/+5
2015-03-04crypto: atmel - fix typo in dev_err error messageColin Ian King1-1/+1
2015-01-26crypto: atmel - Free memory in error pathChristophe Jaillet1-1/+1
2014-10-20crypto: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-28crypto: atmel-aes - check alignment of cfb64 modeLeilei Zhao1-0/+6
2014-04-28crypto: atmel-aes - correct block size of cfb8 modeLeilei Zhao1-1/+1
2013-12-12crypto: atmel-aes - add support for Device TreeNicolas Ferre1-49/+94
2013-03-10crypto: atmel-aes - add support for latest release of the IP (0x130)Nicolas Royer1-118/+353
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2013-02-04crypto: atmel-aes - adjust duplicate testJulia Lawall1-1/+1
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-09-07crypto: remove duplicated includeWei Yongjun1-5/+0
2012-08-01crypto: drivers - remove cra_list initializationJussi Kivilinna1-2/+0
2012-07-11crypto: atmel - add Atmel AES driverNicolas Royer1-0/+1206