aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/n2_core.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-28n2_crypto: Attach on Niagara-T3.Gravatar David S. Miller 1-15/+18
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGravatar Grant Likely 1-11/+9
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-1/+1
2011-01-06crypto: n2 - use __devexit not __exit in n2_unregister_algsGravatar Dennis Gilmore 1-1/+1
2010-10-25crypto: n2 - dubious error checkGravatar Nicolas Kaiser 1-1/+1
2010-08-08of/sparc: fix build regression from of_device changesGravatar Grant Likely 1-2/+2
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-11/+11
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-5/+5
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGravatar Grant Likely 1-5/+5
2010-05-25n2_crypto: Add HMAC support.Gravatar David S. Miller 1-4/+206
2010-05-25n2_crypto: Make ahash parameterization explicit.Gravatar David S. Miller 1-117/+99
2010-05-25n2_crypto: Log algorithm success/failure in kernel log.Gravatar David S. Miller 1-0/+6
2010-05-25n2_crypto: Kill n2_base_ctx and helpers.Gravatar David S. Miller 1-14/+1
2010-05-25n2_crypto: Plumb fallback ahash requests properly.Gravatar David S. Miller 1-47/+48
2010-05-25n2_crypto: Fix MAU kmem_cache name.Gravatar David S. Miller 1-1/+1
2010-05-25n2_crypto: Fix build after of_device/of_platform_driver changes.Gravatar David S. Miller 1-10/+16
2010-05-19crypto: n2 - Add Niagara2 crypto driverGravatar David S. Miller 1-0/+2083