aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/picoxcell_crypto.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-16crypto: picoxcell - Simplify and harden key parsingGravatar Mathias Krause 1-24/+8
2013-06-05crypto: picoxcell - replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 1-1/+1
2013-03-22crypto: picoxcell - Use of_match_ptr() macroGravatar Sachin Kamat 1-3/+1
2013-01-03Drivers: crypto: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-11-09crypto: picoxcell - Add terminating entry for platform_device_id tableGravatar Axel Lin 1-0/+1
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagGravatar Nikos Mavrogiannopoulos 1-11/+35
2011-12-20crypto: picoxcell - fix boolean and / or confusionGravatar Jamie Iles 1-2/+2
2011-11-30crypto: convert drivers/crypto/* to use module_platform_driver()Gravatar Axel Lin 1-11/+1
2011-08-10crypto: picoxcell - fix possible invalid pointer dereferenceGravatar Jamie Iles 1-1/+1
2011-08-10crypto: picoxcell - support for device tree matchingGravatar Jamie Iles 1-6/+30
2011-08-10crypto: picoxcell - add connection ID to the clock nameGravatar Jamie Iles 1-1/+1
2011-08-10crypto: picoxcell - convert to platform ID tableGravatar Jamie Iles 1-60/+33
2011-03-27crypto: picoxcell - fix possible status FIFO overflowGravatar Jamie Iles 1-29/+35
2011-02-21crypto: picoxcell - add support for the picoxcell crypto enginesGravatar Jamie Iles 1-0/+1867