aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ux500 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-01crypto: ux500 - Fix logging, make arrays const, neateningJoe Perches1-307/+279
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-37/+93
2013-06-25crypto: ux500: use dmaengine_submit APIFabio Baltieri2-2/+2
2013-06-25crypto: ux500: use dmaengine_prep_slave_sg APIFabio Baltieri2-12/+12
2013-06-25crypto: ux500: use dmaengine_device_control APIFabio Baltieri2-3/+3
2013-06-25crypto: ux500/crypt: add missing __iomem qualifiersFabio Baltieri1-2/+2
2013-06-25crypto: ux500/hash: add missing static qualifiersFabio Baltieri1-3/+2
2013-06-25crypto: ux500/hash: use readl on iomem addressesFabio Baltieri1-10/+10
2013-05-28crypto: ux500 - Cocci spatch "resource_size.spatch"Thomas Meyer1-1/+1
2013-05-27crypto: ux500/hash - Enable DT probing of the driverLee Jones1-0/+6
2013-05-27crypto: ux500/cryp - Enable DT probing of the driverLee Jones1-0/+6
2013-05-23crypto: ux500/[cryp|hash] - Show successful start-up in the bootlogLee Jones2-1/+3
2013-05-23crypto: ux500/cryp - Set DMA configuration though dma_slave_config()Lee Jones2-1/+23
2013-05-23crypto: ux500/cryp - Prepare clock before enabling itLee Jones1-1/+11
2013-05-23crypto: ux500/hash - Set DMA configuration though dma_slave_config()Lee Jones2-1/+14
2013-05-23crypto: ux500/hash - Prepare clock before enabling itLee Jones1-1/+11
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-4/+0
2013-04-08ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>Linus Walleij3-4/+0
2013-04-05crypto: ux500 - add missing commaLinus Walleij1-1/+1
2013-04-03crypto: ux500 - fix error return code in hash_dma_final()Wei Yongjun1-0/+2
2013-03-21crypto: ux500 - replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur1-3/+1
2012-11-05ARM: plat-nomadik: move DMA40 header to <linux/platform_data>Linus Walleij1-2/+1
2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-1/+1
2012-09-27crypto: ux500 - fix error return codePeter Senna Tschudin1-0/+1
2012-09-14ARM: nomadik: move platform_data definitionsArnd Bergmann2-2/+2
2012-09-07crypto: ux500/hash - remove unneeded return at ux500_hash_mod_finiDevendra Naga1-1/+0
2012-07-10PM / crypto / ux500: Use struct dev_pm_ops for power managementRafael J. Wysocki2-38/+34
2012-05-15crypto: ux500 - Cleanup hardware identificationAndreas Westin3-17/+4
2012-05-15crypto: ux500 - Update DMA handling for 3.4Andreas Westin2-4/+3
2012-05-04crypto: ux500 - Add driver for HASH hardwareAndreas Westin5-0/+2435
2012-05-04crypto: ux500 - Add driver for CRYP hardwareAndreas Westin10-0/+2850