aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/ux500/hash
AgeCommit message (Expand)AuthorFilesLines
2013-08-01crypto: ux500 - Fix logging, make arrays const, neateningGravatar Joe Perches 1-307/+279
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-20/+42
2013-06-25crypto: ux500: use dmaengine_submit APIGravatar Fabio Baltieri 1-1/+1
2013-06-25crypto: ux500: use dmaengine_prep_slave_sg APIGravatar Fabio Baltieri 1-2/+2
2013-06-25crypto: ux500: use dmaengine_device_control APIGravatar Fabio Baltieri 1-1/+1
2013-06-25crypto: ux500/hash: add missing static qualifiersGravatar Fabio Baltieri 1-3/+2
2013-06-25crypto: ux500/hash: use readl on iomem addressesGravatar Fabio Baltieri 1-10/+10
2013-05-27crypto: ux500/hash - Enable DT probing of the driverGravatar Lee Jones 1-0/+6
2013-05-23crypto: ux500/[cryp|hash] - Show successful start-up in the bootlogGravatar Lee Jones 1-1/+1
2013-05-23crypto: ux500/hash - Set DMA configuration though dma_slave_config()Gravatar Lee Jones 2-1/+14
2013-05-23crypto: ux500/hash - Prepare clock before enabling itGravatar Lee Jones 1-1/+11
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-3/+3
2013-04-08ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>Gravatar Linus Walleij 1-1/+0
2013-04-03crypto: ux500 - fix error return code in hash_dma_final()Gravatar Wei Yongjun 1-0/+2
2013-03-21crypto: ux500 - replace kmalloc and then memcpy with kmemdupGravatar Mihnea Dobrescu-Balaur 1-3/+1
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-1/+0
2012-09-14ARM: nomadik: move platform_data definitionsGravatar Arnd Bergmann 1-1/+1
2012-09-07crypto: ux500/hash - remove unneeded return at ux500_hash_mod_finiGravatar Devendra Naga 1-1/+0
2012-07-10PM / crypto / ux500: Use struct dev_pm_ops for power managementGravatar Rafael J. Wysocki 1-18/+15
2012-05-15crypto: ux500 - Cleanup hardware identificationGravatar Andreas Westin 1-10/+0
2012-05-15crypto: ux500 - Update DMA handling for 3.4Gravatar Andreas Westin 1-1/+1
2012-05-04crypto: ux500 - Add driver for HASH hardwareGravatar Andreas Westin 3-0/+2425