aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/tegra-aes.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-18/+8
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-09-24crypto: tegra-aes - Use devm_clk_getSachin Kamat1-4/+1
2013-09-24crypto: tegra-aes - Fix NULL pointer dereferenceSachin Kamat1-1/+3
2013-09-24crypto: tegra-aes - Staticize tegra_aes_cra_exitSachin Kamat1-1/+1
2013-09-13crypto: tegra - use kernel entropy instead of ad-hocLinus Walleij1-12/+3
2013-08-21crypto: tegra-aes - bitwise vs logical andDan Carpenter1-3/+3
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+7
2012-11-09crypto: tegra-aes - fix error-valued pointer dereferenceWei Yongjun1-1/+1
2012-11-05crypto: tegra: remove include of <mach/clk.h>Stephen Warren1-2/+0
2012-10-24crypto: tegra - fix missing unlock on error caseWei Yongjun1-2/+6
2012-09-27crypto: tegra-aes - fix error return codePeter Senna Tschudin1-0/+1
2012-08-01crypto: drivers - remove cra_list initializationJussi Kivilinna1-2/+0
2012-06-12crypto: add clk_prepare/clk_unpreparePrashant Gaikwad1-6/+6
2012-01-13crypto: driver for Tegra AES hardwareVarun Wadekar1-0/+1096